Auto Shutdown or Restart Computer Script.
Script - Restart Computer
- Open Notepad
- Type shutdown /r /f
- Click File > Save As
- Choose Save as type is All Files (*.*)
- Type File name is restart.bat
Script - Shutdown Computer
- Open Notepad
- Type shutdown /s /t 00
- Click File > Save As
- Choose Save as type is All Files (*.*)
- Type File name is shutdown.bat
Instruction
- Open Notepad
- Type [Scripts]
- Click File > Save As
- Choose Save as type is All Files (*.*)
- Type File name is shutdown.bat
Schedule (Windows 7)
- Go to Start Menu is Start > All Program > Accessories > System Tools > Task Schedule
- Right-Click on Task Scheduler Library > Create Basic Task
- Type Name ...
- Choose Trigger is Daily
- Choose Time for Execute script
- Choose Action to Start a program.
- Browse file .bat (Your script)
- Finish
Comments
Post a Comment