Technical Information
- <SYSTEM32>\tasks\windowstimeservice
- '%WINDIR%\syswow64\schtasks.exe' /query /tn "WindowsTimeService" /fo list 2>nul
- '%WINDIR%\syswow64\schtasks.exe' /create /tn "WindowsTimeService" /tr "<Full path to file>" /sc onlogon /delay 0000:30 /rl highest /f
- '%WINDIR%\syswow64\schtasks.exe' /query /tn "WindowsTimeService" /fo list 2>nul' (with hidden window)
- '%WINDIR%\syswow64\schtasks.exe' /create /tn "WindowsTimeService" /tr "<Full path to file>" /sc onlogon /delay 0000:30 /rl highest /f' (with hidden window)