Wait, so instead of executing the shutdown.exe file, can I just make a batch like this and execute it?
Code:
shutdown -s -t 7200
So the PC just shuts down after 2 hours (7,200 seconds). I'm not sure if this works on Windows 7, only tried it on XP before.