Monday, 13 June 2011

Hide folder from command prompt

 


If you want to hide your folder that no one can see your personal data so this trick is for you. If you will use this trick nobody can search your data. To do so follow these steps.


Step1 Go to Start>Run type here cmd and hit enter.

Step2. Now suppose your folder name is xyz and it is in D drive. so to hide this folder type these command in cmd.
attrib +s +h D:\xyz  and hit enter
to unhide your folder tpye
attrib -s -h D:\xyz and hit enter

Note:this trick will work only on single name folder if your folder name is like "my folder" then it will not work.

No comments: