Wednesday, 9 May 2012

Hide your personal files/folders from others (Windows Users)

Did you ever feel like hiding your personal files or folders from your friends or others atleast in  one or other situation!!. I would say 95% of the users say yes and here is the answer..
There are lot of softwares/ tools on the internet that will hide/unhide your files. But there may not be a possibility to have a software in your system every time. So lets see the unique way to hide your files/folders.

What ever may be the windows version you use, the basic command prompt is common thing in all. So lets tweak around the command prompt to hide your personal files. Here are the steps..
Step 1: Open your command prompt either from start-> run->type cmd or by simply pressing "windows key + r" and typing cmd.
Step 2: Browse to the location where your file/folder is present on the local drive. You can use different command prompt commands like "cd"(change directory) , cd.. and so on to reach your final destination.
Step 3: Use this command to hide your files

     attrib +h +s +r +a [filename] or [foldername] without the square [] brackets


Don't worry much about it ..
+h makes the file/folder as hidden
+s makes the file/folder as system file
+r makes the file/folder as read only file
+a makes the file/folder as archive file.. 
+ adds those attributes to the given file/folder

To unhide the file/folder you have hidden

All the above steps are same.
In Step 3 instead of the above command use this

    attrib -h -s -r -a [filename] or [foldername] without the square [] brackets

You are done!! you files can be hidden just in a second without any software.. 
Mac users!! don't worry here is the post for you to hide/unhide files/folders in macintosh..

No comments:

Post a Comment