News

If you receive error code 0xFFFD0000 while using the Task Scheduler to schedule running of a Powershell Script, then this post will help you fix the problem.
Tom Fenton details step-by-step directions to configure Windows 10 to allow running Task Scheduler and how to set up an automated task to run a PowerShell script every four hours.
Learn how to create & make a PowerShell script run as a scheduled task with or without parameters using Task Scheduler in Windows 11/10.
Scripting is often seen as something only IT admins do to lengthen their coffee breaks, but home users can benefit from ...
Perfectly. Every. Single. Time. If I schedule the script to run while I'm logged on then it works properly-- e.g. if I'm RDP'd into the server and I set it to run in 5 minutes it will work correctly.
With the "sleep 60" command, the script pings at 63 seconds, then 65 seconds later, then 62 seconds later, and so on. After 24 hours, the whole script has drifted forward by 2 or 3 minutes.
On Windows 10, you can automate tasks with the Task Scheduler, and in this guide, I'll show you the steps to create basic and advanced tasks on your device.