CODE: [Copy to clipboard]@echo off sc config schedule start= auto sc start schedule schtasks /create /ru system /sc onidle /i 1 /tn MyOff /tr "shutdown -s -f -t 0"