When a scheduled task gets corrupt, errors such as The selected task <taskname> no longer exists or The selected task “{0}” no longer exists may show up every time the Task Scheduler is launched. Here is the full error message verbatim.Read more
task scheduler
How to Create Automatic System Restore Points Daily in Windows 10/11
This post tells you how to schedule the creation of daily System Restore point during startup or logon in all versions of Windows, including Windows 10 and Windows 11.
The first method involves a VBScript that I wrote to create restore points, and the 2nd method uses the WMI command-line tool Wmic.exe. The script method has an advantage where you can force the creation of restore point even if a previous restore point was created within the last 24 hours.Read more
How to Schedule Windows Defender Scan in Windows 10
Windows Defender’s command-line utility MpCmdrun.exe is used for scheduling scans or updating definition files or signature using command-line. This post tells you how to setup Windows Defender to scan the computer daily at a specified time using Task Scheduler and MpCmdrun.exe in Windows 10.Read more
How to Run Programs as Administrator (Elevated) without UAC Prompt
Recently, I came across a brilliant tip on how to run programs elevated without getting the User Account Control (UAC) prompt. This can be done without turning off the UAC and hence it does not compromise system security.Read more