This is a Simple tweak to HIDE TEXT IN NOTEPAD.
NOTE: This trick can only be run on NTFS File systems
Steps to hide text in a Notepad



1. Open your command prompt Start–>Run and Type cmd
Command Prompt
2. Type the below code in your command prompt
notepad filename.txt:hidden
3. Write some data and save(Ctrl+S) the file.
4. Browse to the file location and Open filename.txt you cannot see any data in the file.
5. To retrieve the hidden data open command prompt and type the same command.

notepad filename.txt:hidden

Do you like this notepad trick ?
 
Top