AT

Windows AT is like a bootleg Schtask, it can run tasks at specific times but it does not have many options. The AT command always runs with SYSTEM level privileges.

For example, run a file everyday at 8am:

at 08:00 /EVERY:m,t,w,th,f,s,su C:\file.exe

Last updated