How To Hide Text With Notepad

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. How to Enable Boss mode in uTorrent
  2. How To Mount Or Burn BIN File Without a CUE File
  3. How To Hide And Secure Any Folder
  4. How to Disable and Enable Windows Vista Hibernation
  5. How To Hide Your Computer On The Network

Rate this topic:
1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 4.00 out of 5)
Loading ... Loading ...
This item was filled under [ Tips & Tricks ]
Tagged with: [ , ]
You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

17 Comments on “How To Hide Text With Notepad”

  • free iphone / free ps3
    19 September, 2007, 5:34

    Pretty cool. Thanks for the tip.

  • Spidro
    19 September, 2007, 5:53

    thanks for your comment

  • Anonymous
    19 September, 2007, 15:08

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

    J\

  • Spidro
    19 September, 2007, 17:10

    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

  • Anonymous
    17 December, 2007, 3:08

    where is The Hidden file saved?

  • 29 November, 2008, 18:15

    thats a very useful trick, thanks for sharing

  • 15 December, 2008, 11:34

    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!

  • 4 January, 2009, 15:14

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

  • 18 February, 2009, 17:02

    thank you

  • 3 March, 2009, 18:43

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

  • 9 April, 2009, 5:22

    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.

  • 9 April, 2009, 10:33

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

  • 12 April, 2009, 9:13

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

  • Manoj Kumar Sharma
    8 May, 2009, 10:21

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

  • Dave
    17 June, 2009, 19:07

    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

  • Dave
    17 June, 2009, 19:13

    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

  • 21 July, 2009, 18:51

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