Timed Shutdown

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to automatically shutdown windows at a specific time every
day? I want my computer to shutdown every evening at 11pm.
 
Bryola said:
Is it possible to automatically shutdown windows at a specific time
every day? I want my computer to shutdown every evening at 11pm.

make batch file using this command:

shutdown /s

using task scheduler set time you prefer to execute the batch file you
made.

for more info about shudown command
shudown /?
 
Use Task Scheduler and the Shutdown command. At the command prompt issue
Shutdown /? for usage
 
Back
Top