2 Ways to Hide “Important” Files and Folders in Windows

Everyone has certain files that s/he would rather keep private, especially guys. One of the ways to do that is to make such files hidden and bury them deep in the system files. The problem with such approach is that it’s not really conveninet if you need to access those files on a regular basis. So if you’re interested in something more conveninet, here are two simple ways to keep “important” files invisible and only a click a way.

1. Make the Folder Invisible (not hidden)

This works both on Windows XP and Vista, not sure about other Win versions. What this will do is make selected folder invisble, not hidden. The folder will be only visible when you try to highlight it (see below). If you want to make sure that no one discovers it by chance then also move it to the corner of the screen.

Make Windows Folder Invisible

How to Create Invisible Folder ?

    1. Create a new folder.

    2. Rename: Highlight the folder and Click ‘F2′ button. Hold the ‘Alt’ key and type in 0160 (you won’t see those 0160 numbers while typing them). Press Enter. Note, you have to use the numpad to enter these numbers.

    3. Change icon: Righ click the folder >> Properties >> Customize >> Change the icon >> Select the blank one >> Ok.

    Change Folder Icon

    4. Done.

2. Hide Folders/Files in Images

This trick has been around for a while and there are plenty of tutorials out there. One of the better ones is the one created by Jimmy Ruska, check it out below.

In case you can’t stream the video see step-by-step instructions below.

    1. First compress the file using your favorite compression program.

    2. Move the archive (some-archive.zip) and the image you want to use to for hiding the files (some-image.jpg) to the folder of your choice.

    3. Open Windows command prompt: ‘ Start >> Run >> cmd ‘

    4. Navigate to the folder from step 2. If you are not familiar with the command line commands, then use ‘cd ..’ to go one level upwards and ‘cd folder_name‘ to go one level down. This should be enough to get you to the right folder.

    5. Once there, enter the following command:

    COPY /B some-image.jpg + some-archive.zip new-image.jpg

    Where the new-image.jpg is the name of the final image that will hold your files.

    6. Confirm that everything went smoothly by opening newly created image file using your favorite archive program.

    7. Done.

Do you know of any other ways to hide files? Let us know in comments.

Filed Under: How-To ¦ Windows

If you found this article useful then please help us spread the word by Stumbling It.

If you like this article then subscribe to MakeUseOf feed and get latest articles delivered to your Feedreader. If you want to recieve latest articles in your email click here. It's FREE!

Latest from Aibek:

Most Popular:
  • 1 Awesome Gmail tip You Don’t Know about. Seriously.
  • 100 Portable Apps for your USB Stick (both for Mac and Win)
  • 40 Unusual Websites you should Bookmark.
  • The Best, Free Alternatives to Nero CD/DVD Burner
  • 5 Packs to Transform Windows to other OS
  • 13 Bargain Websites That are Cheaper than eBay
  • 7 Excellent destinations to watch TV Shows for FREE
  • 5 Tools to Make Windows XP Look Like Vista
  • 18 Free Ways To Download Any Video off the Internet
  • Watch Popular TV Shows,Cartoons,Movies,Anime for free
  • Collection of Rapidshare Tools and Tricks
  • How To: Move Music from iPod to PC in 5 Easy Steps
  • Gmail Craze: 40 + Tools and Hacks for Gmail
  • Ultimate GMail Collection: over 80 Tools and Tips
  • 5 “DISPOSABLE” Web Accounts to Keep Your Identity Safe
  • Are you a geek? Want to get famous? Write for MakeUseOf.com

    Comments RSS   |  Trackback URI

    32 Comments » Leave One...

    Comment by Brainiac
    2008-04-09 05:08:38

    I realy like the invisible folder trick. Nice one ;)

    Comment by Joel
    2008-04-09 14:20:41

    This hiding a file or folder reminds me of the option I had earlier tried…Its a bit different way of hiding it….you can check it here at Lock and Hide

     
     
    Comment by Sarah
    2008-04-09 07:43:38

    Hi I have a problem with the first one : 1. Make the Folder Invisible (not hidden)
    I can’t type anything when holding down the alt key, so all I can do is rename the folder to 0106 and I don’t think that’s the way to do it (since it’s not working :D)

    Comment by Aibek
    2008-04-09 08:39:06

    I should have mentioned it earler, you won’t actually see those 0160 numbers while typing them. Just makes sure to hold the Alt key and type in 0160. Press enter and you should have your folder.

     
    Comment by fi&th
    2008-04-09 13:44:27

    num lock ON?

     
    Comment by Tammy
    2008-04-15 04:52:32

    It appears that I am having the same issue as you. Did you fix your issue, and if so can you please explain it to me. I am on a laptop with Windows Vista.

     
     
    Comment by Mark O'Neill
    2008-04-09 12:31:56

    I just encrypt the files using Truecrypt and I tuck the encrypted folder away in an obscure “Program Files” folder. If anyone sees it, they assume it’s part of a software installation and they leave it alone. But the folder is actually encrypted with all my sensitive files inside.

    Comment by Aibek
    2008-04-09 19:28:34

    That sounds fine as well.

     
     
    Comment by bob
    2008-04-09 12:33:23

    Can my “favorite archive program” be Windows’ built in support? I tried renaming the secretcow.jpg file to secretcow.zip and extracting it, but Windows complained. Is it possible to do without 7zip or other program like that?

    Comment by Aibek
    2008-04-09 19:33:13

    You need some kind of archive manage for that. It can be winrar, winzip, 7zip … whatever.

    If you want to check whether the final image includes the files then you need to launch archive manager and drag’n drop the image file on top of it.

     
     
    Comment by Jamie
    2008-04-09 14:21:46

    Truecrypt works best because it encrypts the data, mounts as a virtual hard drive, is platform-independent, and can use any file extension you’d like. Simply drop your files into a Truecrypt container and give it an extension of .mp3, .avi, or something else. (Just don’t use .bak or .tmp or anything that might get auto-deleted).

     
    Comment by Victor V.
    2008-04-09 14:46:50

    I set them as system files + hidden files.
    attrib +s +H (path to file or folder)
    to show them again,
    attrib -s -h (path to file or folder)

    be advised that you must have “Hide system files” or something like that in Folder Properties checked.

     
    Comment by niminwedam
    2008-04-09 15:51:46

    Everything is working well for me.
    But I have a problem with the first method
    … I’m unable to unhide the folder.
    In fact, I can’t rename it normally.
    I tried to delete it but nothing happens

    What about it for you ?

    Comment by niminwedam
    2008-04-09 16:50:17

    Edit :
    My problem is on Vista.
    I tried on my server (2003 server) and it’s working.

    Comment by Aibek
    2008-04-09 19:38:45

    ****, I have the same problem as well. :?

    (Comments wont nest below this level)
     
     
    Comment by Maladict
    2008-04-10 00:33:20

    Had same problem, solution I came up with was adding it to an archive with winrar and telling winrar to delete the files after archiving. Probably some issue with windows not being able to delete the file due to the lack of name.

     
     
    Comment by amgooda
    2008-04-09 16:24:10

    wooow soo cool and helpful.. thanks!

     
    Comment by Renee
    2008-04-09 16:54:11

    Way to perfectly utilize a strike-through in the title! haha

     
    Comment by Ben
    2008-04-09 17:25:26

    Funny title. Useful blog. Noice!

     
    Comment by Jackson
    2008-04-09 17:39:49

    For Mac users, there is this cool little widget that does the exact same trick.

    It’s called Abacadabra, from

    Comment by Jackson
     
     
    Comment by Shrihari
    2008-04-10 02:16:25

    Okay, these tricks work great.. But, isn’t a simpler way possible ?
    1) Compress the folder or files into a zip file..
    2) Then, rename something.zip to something.jpg or something else.

    Isn’t this simpler ? Or how does this differ from the above mentioned ways

    Comment by Aibek
    2008-04-10 05:40:08

    In your case if someone clicks on that something.jpg the file won’t open. In our case the person sees an actual image.

     
     
     
    Comment by Sherri
    2008-04-11 05:29:58

    I played around with stegan programs in the past, but that copy /b cmd thing is easier. But 7z won’t give the option to extract it when I right click on the new image, however it does work if I open 7z, then open the new image from within 7z.

    As far as the hidden folder trick, it shows up first in win explorer’s list (when I sort by name);it leaves a noticeable gap. So if I needed to use this trick, I’d have to bury it deep down in a seldom accessed sub-folder.

    But they’re both handy to know, thanks.

     
    2008-04-16 19:58:23

    [...] his own words: I like it clean and simple. I keep about 15 programs on the Quick Launch. I also use invisible folder for keeping stuff that needs to be done asap. As about wallpaper you can download it from here. I [...]

     
    Comment by Russell
    2008-04-21 14:16:37

    I did the invisible folder but I cant delete it now. How do i delete it?

     
    Comment by Robert Paulson
    2008-05-30 13:38:11

    Try using InviziVault (you can find it anywhere with google). Very easy to use, and it’s not obviously running like other encryption software. You even need a secret keystroke to launch it.
    Super easy.. Super hidden. best $20 I ever spent.

     
    2008-06-08 04:35:31

    [...] your secret plans to take over world leadership or you name it. Earlier we did a quick post on how to hide your folders and files in Windows but the I am tool I am about to show you is more secure and harder to [...]

     
    2008-06-22 14:01:49

    [...] few months back, Aibek wrote a great post on hiding all those ‘important folders’ you might have lying around your desktop. His method is perfect if someone is snooping around your [...]

     
    Comment by kp
    2008-06-23 12:55:52

    hey bro how can i recover data from invisible and hidden folder and data both…..
    search bhi nahi ho paa raha hey…..
    any trick or tools for recover for that type of data
    pls help me serious trouble problem……..helppppppp

     
    2008-06-28 10:02:30

    [...] need if you use a computer that others use too.  A previous post has been written on this topic here but I have found a few other methods of doing such a thing, excluding download programs that can be [...]

     
    Name (required)
    E-mail (required - never shown publicly)
    URI
    Your Comment (smaller size | larger size)
    You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment. All comments are moderated. If your comment does not show up immediately, be patient. It will show up momentarily.


    © 2007-2008 MakeUseOf.com. All rights reserved. Design by Unique Blog Designs.