If you have created several scheduled Tasks in Windows, you may from time to time want to run some of them manually
The obvious solution is to open the Windows “Task Scheduler”, locate the proper scheduled task, right-click it and “run now”
An alternative is to copy the name you have given the scheduled task. Then you can always run the following command in a command-line
SCHTASKS /Run /TN "Start SQL Management Studio"
if the name of you scheduled task is “Start SQL Management Studio”