Pages

Sunday, July 22, 2012

"Hide Any Folder In Windows Without Any Software"


Today my post is about How to hide folders in windows without any software. This is very easy and secure trick because you are the only one who know the actual path of the folder.



Follow These Steps :
To Hide A Folder:
  • Open Run cmd.exe (command prompt) in administrator. 
  • find out the path of the folder which you want to hide with name.
  • Now type a command like this : attrib +s +h +r "path of the folder"
     eg: attrib +s +h +r C:\Users\yash\Desktop\mylove
  • press enter! your folder has been hide. 
To UnHide A Folder:
  • to access visible  again the folder type command like this: 
            attrib -s -h -r "path of the folder"  
 
          egattrib -s -h -r C:\Users\akash\Desktop\mylove
  • Press enter.Now your folder will be visible.

No comments:

Post a Comment