Shutdowing and restarting the computer for cmd:-
-----------------------------------------------------------@echo off
echo Shutdown the computer
Shutdown /s /t 00 /c " computer Shutdowing"
pause
echo Shutdown and restart the computer
Shutdown /r /t 00 /c " "
pause
exit
Copy it in notepad and save as .bat file.
No comments:
Post a Comment