Make Supper Hidden folder on Windows
1. Open the folder which you want to hide.
2. Now open Command Prompt.
3. Type "attrib +s +h folderpath" without quotes and press enter.
Example : attrib +s +h C:\abc
4. To make it visible again type"attrib -s -h C:\abc" without quotes.
Example: attrib -s -h C:\abc
Hacking Truths: This command is converting the folder to a hidden system folder. Another way to make the folder visible is
Open Explorer
Click onRead more »
No comments:
Post a Comment