Hide Folder With MS-DOS
This trick will help you to hide folder strongly and cannot see from windows.
Goto Start > Run >Type cmd > Enter
then navigate your folder and enter following command.
attrib +r +a +s +h /s /d
Example :
If i want to hide c:\example\ then in cmd
c:\example>attrib +r +a +s +h /s /d
To unhide type this command
attrib -r -a -s -h /s /d
This above commands hide system files also and change attribute to read only.
Thanks for reading this article.
0 comments:
Post a Comment