dgfdg

Loading...
Gadget by The Blog Doctor.
Read more: http://www.blogdoctor.me/2009/01/random-rotating-post-gadget-with.html#ixzz2UMHl8Fc6

Pages

HIDE FILES AND FOLDERS WITH COMMANT PROMPT

HIDE FILES AND FOLDERS WITH COMMANT PROMPT




Hello Guys. I hope you all are fine. Its Exams time, Manny must be busy with studies like me. 

So today we gonna see how to hide Files And Folders With Command Promt.

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.

So lets get started with it.

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 :

  1. Press Windowskey + Run , Run command will appear.
  2. In that type cmd and press enter. This will open Command prompt 
  3. Now Type "attrib +s +h D:\Photos" then press enter. 
  4. Thats it your folder is now hidden, if not thenthere 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.)
  5. 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 D:\Photos" )