• 创建任务计划触发器有时会很困难,特别是当用户需要将自己的脚本添加到PowerShell并使用所需的参数进行自定义时。 针对此类问题,更改计划任务日期的设计是为了向用户提供更改多个任务的触发日期的手段。

    不同于经典的方法,这个应用程序提供了一个完整的GUI,使其成为新手和那些谁喜欢避免任何面向编程的方法访问。 This提的是,在这一点上,脚本只会更改计划事件的日期,而不是实际时间本身。

    使用提供的选择器,可以导航到首选事件,并在可折叠菜单的帮助下执行所需的选择。 一旦一个特定的事件已被选中,插入日期使用屏幕上的控制,它提供了手动,数字输入,以及基于日历的选择完成。

    必须注意,为了继续进行日期更改,需要任务计划程序的用户名和密码才能确认更改。 此外,如果使用域帐户运行任务,则必须使用通用符号"DOMAIN/User"。

  • कार्य शेड्यूल किए गए ट्रिगर्स बनाना कभी-कभी मुश्किल हो सकता है, खासकर जब उपयोगकर्ताओं को अपनी स्क्रिप्ट को PowerShell में जोड़ने और इसे आवश्यक मापदंडों के साथ अनुकूलित करने की आवश्यकता होती है। इस तरह के मुद्दों को संबोधित करते हुए, उपयोगकर्ताओं को कई कार्यों पर ट्रिगर तिथियों को बदलने का साधन प्रदान करने के लिए चेंज शेड्यूल्ड टास्क डेट डिज़ाइन की गई थी।

    क्लासिक दृष्टिकोण के विपरीत, यह एप्लिकेशन पूर्ण GUI प्रदान करता है, जो इसे नौसिखियों के लिए सुलभ बनाता है और जो किसी भी प्रोग्रामिंग-उन्मुख दृष्टिकोण से बचना पसंद करते हैं। हालांकि यह इस बिंदु पर ध्यान देने योग्य है कि स्क्रिप्ट केवल निर्धारित घटनाओं की तारीख को बदल देगी, न कि वास्तविक समय को ही।

    प्रदान किए गए चयनकर्ता का उपयोग करते हुए, कोई पसंदीदा घटना पर नेविगेट करने में सक्षम होगा, और बंधनेवाला मेनू की मदद से, आवश्यक चयन करेगा। एक बार एक विशेष घटना का चयन करने के बाद, तारीख डालने को ऑन-स्क्रीन नियंत्रणों का उपयोग करके किया जाता है, जो मैनुअल, संख्यात्मक इनपुट, साथ ही एक कैलेंडर-आधारित चयन दोनों प्रदान करते हैं।

    किसी को पता होना चाहिए कि तिथि परिवर्तन के साथ आगे बढ़ने के लिए, टास्क शेड्यूलर के लिए उपयोगकर्ता नाम और पासवर्ड की आवश्यकता होगी ताकि परिवर्तनों की पुष्टि की जा सके। इसके अलावा, यदि किसी डोमेन खाते का उपयोग कार्यों को चलाने के लिए किया जाता है, तो सामान्य संकेतन, "DOMAIN / उपयोगकर्ता" का उपयोग किया जाना चाहिए।

  • Creating task scheduled triggers can sometimes be difficult, especially when users need to add their own script to the PowerShell and customize it with the required parameters. Addressing such issues, Change Scheduled Task Date was designed in order to offer users the means to change the trigger dates on multiple tasks.

    Unlike the classic approach, this application offers a complete GUI, making it accessible for novices and those who prefer to avoid any programming-oriented approaches. It is worth mentioning though at this point, that the script will only change the date of the scheduled events, and not the actual time itself.

    Using the provided selector, one will be able to navigate to the preferred event, and with the help of the collapsible menus, perform the required selection. Once a particular event has been selected, inserting the date is done using the on-screen controls, which offer both manual, numerical input, as well as a calendar-based selection.

    One must be aware that in order to proceed with the date change, the username and password for the Task Scheduler will be required in order to confirm the changes. Furthermore, if a domain account is used for running the tasks, the common notation, “DOMAIN/User” must be used.