Friday, February 15, 2013

Hide Files And Folders With Command Prompt


Hello Guys. I hope you all are fine.

I`ll tell you 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 following steps will be very helpfull for you.
For instance: If you have a folder with name "My Photos" which is stored in drive " D "  and now you have to hide it.




STEPS :

Press Windowskey + Run , Run command will appear.
In that type cmd and press enter. This will open Command prompt
Now Type "attrib +s +h E:\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.)
Once hidden, now you want to unhide it again, simply use the same command but replace '+' with '-' on both flags 's' and 'h' (For eg : "attrib -s -h E:\Photos" )

No comments:

Post a Comment