x32x01
ADMINISTRATOR
- by x32x01 ||
Set a shutdown timer in windows without external software
Open command prompt and type:
Where XXXXX is the number of seconds until shutdown (eg. 3600 for 1 hour).
Can also be used to restart or force shutdown with -r and -f
Great for downloading stuff over night or when you're leaving the house and don't want to leave the computer on all day/night.
Open command prompt and type:
Code:
shutdown -s -t XXXXX
Can also be used to restart or force shutdown with -r and -f
Great for downloading stuff over night or when you're leaving the house and don't want to leave the computer on all day/night.