Subscribe For Free Updates!

We'll not spam mate! We promise.

Saturday 20 April 2013

Super hide your files without any software

  Hi, in this tutorial I'm gonna show how to superhide your files and folders with easy steps. Here are the steps:

1. Open command prompt with elevated privileges (ie, right click on it and run as administrator) and type the below code 

       attrib +h +s 

"h" is for hiding and "s" is for making it as system file.

2. Copy the file location and paste it in the command prompt.
Hints: 
  • Right click and take properties of the file. There you will get its location

In the above example location of the folder "photos" is D:\Documents\College


3. Now, copy the location right click and choose paste to paste it in the Command prompt.
You have to add \photos at the end of above location to point to original folder as below
D:\Documents\College\photos
See the image 


4. Hit enter. Now your folder is super hided!

You can hide specific images, documents etc by this method. for that you should use its extension at the end like imagename.jpg

How to unhide?
Its simple. Just change "+" with "-" in the above code as shown below 

         attrib +h +s D:\Documents\College\photos

This method doesnot hide your folder completely. To view this superhidden  files, untick the option "Hide protected operating system files" from folder options.

SOCIALIZE IT →
SHARE IT →

0 comments:

Post a Comment