Suggestion: Shutdown 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