Tuesday, August 27, 2013

Hide Files And Folders With Command Prompt



Hello Guys. today we gonna see how to hide Files And Folders With Command Promt, This is a very simple trick and 100% working in windows.


Earlier we already saw How to Create Password protected files/Folders without software , Today we will see how to hide Files and Folders with Command promt. If you have any personal or confidencial data in your pc and you dont wanna let other to peep it. then this trick will be very helpfull to you.


Follow the Below Simple Steps :-


For instance: Say you have a folder with name "Photos" which is stored in drive " D " and you think strangers should not see this folder then to hide that folder do the followings.

STEPS :

Press Windows key + Run , Run command will appear.
In that type cmd and press enter.

This will open Command prompt ,Now Type


    "attrib +s +h D:\Photos"



Then press enter.


Thats it your folder is now hidden, if not then there will be some mistake done by you. (you will have to change the directory accordingly.

Once hidden it cannot be viewed by any search option.

Now to unhide it again, simply use the same command but replace '+' with '-' on both flags 's' and 'h' (For eg : "attrib -s -h D:\Photos" )

I believe this tutorial will help you a lot




No comments:

Post a Comment