Wednesday 5 October 2011

Hide/Unhide Using Command Prompt



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
Note : Use this only for educational and security purposes.

0 comments:

Post a Comment