- Open Notepad.
- Paste the following code in the notepad file:
@ECHO off
:Begin
msg * Hey
msg * Want to have Fun?
msg * You do?
msg * We will both have fun, alright?
msg * More fun?
GOTO BEGIN
6) Notepad Trick to shutdown computer forcefully
- Save the file with any file name but with .bat as extension and close it. For eg. cool.bat
- Open Notepad.
- Paste the following code in it:
@echo off
msg * Shutdown computer.
shutdown -c “Sleep Tight” -s
No comments:
Post a Comment