Free mobile, PC (Computer) , facebook and many more tips and tricks (Hacking) for every common internet users
Friday, March 16, 2012
Unique trick to hide folder in Pc with CMD
Hi Friends, just follow these steps to hide your folder in pc that no one can see it..
Open Command Prompt. (To open it press windows key+r, and type ‘ cmd ’ in run and enter)
*. Now for example , we having ‘ office ’ folder in D drive.
*. So to hide that folder, type this in command prompt and press enter: attrib +s +h D:\office (note: There is space between attrib and +s and also between +s and+h)
*. Now just check it. Your folder is already hidden from that drive. And no one can see it with any option.
*. Now to see that folder again, type this in command prompt and press enter: attrib -s -h D:\office (- instead of +)
*. This will make your folder visible again in the same directory.
So this is quite easy and useful method and people can save their important data like that, so no one can see it and delete it. But don’t forget your file or folder name otherwise you will never able to make them visible again.
Subscribe to:
Post Comments (Atom)
very nice detailed steps.
ReplyDelete