Son New Member Messages 22 Reaction score 2 Jan 27, 2023 #1 There should be an option like shutdown the Pc after all the tasks are done.
G garlin Moderator Staff member Messages 8,249 Reaction score 4,006 Jan 27, 2023 #2 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
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