We are now going to hide a folder using Command Prompt from Windows.
Suppose if you want to hide a folder named Freakycomputer in your E drive.
hen open the Command Prompt. [ Goto Run and type cmd ]
Type, attrib +s +h E:\Freakycomputer
Where ,
E:\ : Drive name
Pradeep : Folder name
And If you want to make that folder appear, type,
attrib -s -h E:\Freakycomputer
0 comments:
Post a Comment