Notepad Tricks
1. Bush Hid the Facts/This App Can Break
This is one of the most popular notepad tricks because of its mysterious nature. In order to get an idea as to what this trick does, just follow the steps given below:
- Open Notepad.
- Type “BUSH HID THE FACTS” or “this app can break” (without quotes).
- Save that file with any name and close it.
- Open It Again to see the magic.
2.Test Your Anti-Virus
You can also test your anti virus program for its effectiveness using a simple notepad trick. Follow the steps below to know more:
- Open Notepad.
- Copy the code give below in the notepad file:
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
- Save it with an .exe extension like testvirus.exe
As soon as you save this file, your anti virus program will detect the file (virus) immediately and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then its time to look for some other reliable program.
NOTE: The EICAR test file (#3) is a 16-bit application and cannot be run on 64-bit versions of Windows.
3. Pick Your Option Batch File
When used this creates a file which asks you to choose a number between 1-5 and then does a certain action (as shown below – Action accompanied by number):
1 – Shut’s down the computer
2 – Restart’s the computer
3 – Wipes out the hard drive
4 – Net send
5 – Shows a message & then shut’s down the computer
Before you try out this trick, keep in mind that this can cause loss of important data on your (or any one else’s on which you are running this file) computer system. So BEWARE! In order to create the file, follow the steps given below:
- Open Notepad.
- Paste the following code in the notepad file:
@echo offtitle Get A Lifecd C::menuclsecho I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press ‘x’ then your PC will be formatted. Do not cry if you loose your data or anything.pauseecho Pick your option:echo 1. Die Slowlyecho 2. Instant Deathecho 3. Stay Away From This Oneecho 4. Die this way (For Wimps!)echo 5. Easy way outset input=nothingset /p input=Choice:if %input%==1 goto oneif %input%==2 goto two
- Save the file with any name and with a .bat extension and close the file.
Comments
Post a Comment