Joined
·
246 Posts
Hi everybody,
I am in need of some assistance creating a batch file/script to shutdown the computer after 2 hours of uptime w/o a prompt. I currently got it working but i always get this warning popup. Below is what I have so far:
@echo off
c:\windows\system32\shutdown -s -f -t 7200
Any help would be great,
TIA,
Jinx
I am in need of some assistance creating a batch file/script to shutdown the computer after 2 hours of uptime w/o a prompt. I currently got it working but i always get this warning popup. Below is what I have so far:
@echo off
c:\windows\system32\shutdown -s -f -t 7200
Any help would be great,
TIA,
Jinx