How to create / make a program for automatic computer shutdown
Hi , this time I will create a program for automatic computer shutdown .
If you do not know how to make it , let's see my action . . . . .
First, open notepad in windows .
Then , type the text as below this
- @echo on
- shutdown -s -t 30 -c " Thank You "
- del shutdown.bat
At number 30 above, shows just 30 seconds windows will be shutdown. And it will display the message "Thank You".
That's very easy . Let's try it now . . . . .




1 komentar:
keep posting :D
Post a Comment