How To Hide Text With Notepad

Posted on September 18, 2007 by admin



This is amazing trick to hide simple text from other people, it’s useful if you share one computer with other people

  1. open up command prompt window (start menu run type cmd)
  2. choose which drive you want to save this file in my case i choosed C and then type c \
  3. first we going to create a new notepad file so let’s type notepad file1.txt
  4. 111 How To Hide Text With Notepad

  5. click save and write anything, this file is one it’s gonna be visible to other people
  6. Now we going to create the hidden file so we need to type notepad file1.txt:hidden.txt
  7. click save and write anything that you don’t want anyone to see it

22 How To Hide Text With Notepad

now here is the trick the file hidden.txt is not visible any where else you can’t view or open this file from windows explorer
666 How To Hide Text With Notepad
444 How To Hide Text With Notepad

the only way you can open hidden.txt is by command prompt window

to open it type notepad file1.txt:hidden.txt

this is nice trick if you want to hide simple text file from other people, no one can open hidden.txt except if someone know the name of hidden.txt and file1.txt

Related posts:

  1. Notepad++ The Best Notepad Replacement
  2. Repair the MBR to Restore Windows 7 to Multi-boot Options
  3. How To Hide And Secure Any Folder
  4. How To open a Command Prompt From Any Folder With Right-Click In Windows Vista
  5. How To Hide Your Computer On The Network

Comments (17)

 

  1. free iphone / free ps3 says:

    Pretty cool. Thanks for the tip.

  2. Spidro says:

    thanks for your comment

  3. Anonymous says:

    Unless of course your machine is set to “show hidden files and folders” under the folder view options.

    J\

  4. Spidro says:

    no that is not true even if your machine is set to “show hidden files and folders” under the folder view options. the file (hidden.txt) will remain hidden and there is no way you can view this file except by typing it’s name in the command promte window, and that is the amazing about this trick

  5. Anonymous says:

    where is The Hidden file saved?

  6. Bhakti says:

    thats a very useful trick, thanks for sharing

  7. Amazing? Yeah! it is. If we don’t want the files not to be seen by others, let’s do this pretty cool trick. Thanks for sharing!

  8. This is a great trick. I didn’t know that. It remainds me the DOS days. Thanks for the tip.

  9. Asian Girl says:

    Very interesting trick. I think this is useful for those who use computers in office or share computers with others.

  10. macobex says:

    I agree with other users. You can easily view the file just by choosing “Show hidden file”. Also, you can make the file hidden just by doing a right -click and choosing “hidden” on its attributes. Anyway, this seems to be an amazing trick for typical users.

    Nice share.

  11. admin says:

    @macobex its not possible to view this hidden file by choosing Show hidden file, you can try it yourself and check

  12. Pinnacle says:

    Really interesting trick. Probably works pretty well consider few use the command prompt now a days.

  13. Manoj Kumar Sharma says:

    Excellent trick.
    One small point.
    To delete the file, you need to delete the .TXT file.

  14. Dave says:

    this uses NTFS data streams, a feature of NTFS for a long time, but it isn’t usable… (by any regular programs — ie, it doesn’t have an interface to it).

    Great work bringing it to light for us, I didn’t know it was so easy to use!

    Here is some more information and a free app to scan for them:
    http://www.auditmypc.com/freescan/readingroom/ntfsstreams.asp

  15. Dave says:

    Actually, just found out that DIR command can show them:

    /R Display alternate data streams of the file.

    dir /R

    8 test.txt
    12 test.txt:sub.txt:$DATA

  16. Compel says:

    Good to know. I will start using this tip from now on. Thank you.