V
Vsevolod Titov [MSFT]
The following command will run notepad.exe every work day at 3 AM:
at 3:00 /every:M,T,W,Th,F "notepad.exe"
Just put command like this in computer startup script. This will be run as a
Local System account, not administrator.
If you want another account or more options, then use schtasks.exe. It
provides a lot of options through command line interface.
at 3:00 /every:M,T,W,Th,F "notepad.exe"
Just put command like this in computer startup script. This will be run as a
Local System account, not administrator.
If you want another account or more options, then use schtasks.exe. It
provides a lot of options through command line interface.