G Guest Nov 8, 2005 #1 Is it possible to automatically shutdown windows at a specific time every day? I want my computer to shutdown every evening at 11pm.
Is it possible to automatically shutdown windows at a specific time every day? I want my computer to shutdown every evening at 11pm.
S Serafin Capili Jr Nov 8, 2005 #2 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. Click to expand... 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 /?
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. Click to expand... 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 /?
B Bob I Nov 8, 2005 #3 Use Task Scheduler and the Shutdown command. At the command prompt issue Shutdown /? for usage