Suggestion: Shutdown after all the tasks are done

Son

New Member
Messages
22
Reaction score
2
There should be an option like shutdown the Pc after all the tasks are done.
 
If you run with a command line option, NTLite will exit after processing.
NTLite.exe /? for more help.

Code:
@echo off
"C:\Program Files\NTLite\NTLite.exe" /ExitAfter:1
shutdown /s /t 5
 
Back
Top