Sunday 11 October 2015

On 21:51 by Himanshu Joshi in , ,    No comments
If you want to hide a folder named ABC in your C drive.
Just follow the steps as given below :-
STEP 1: Goto Run and type cmd.

STEP 2: Type this code   attrib +s +h C:\ABC  and press ENTER


Try It To Your Own PC
Where:
C:\ :Drive name
ABC: Folder name
+h = to hide the folder
+s = to list it as system file - so the hidden will be protected by system

STEP 3: If you want to make that folder appear then...
STEP 4: Type this code  attrib -s -h C:\ABC 
Enjoy.

0 comments:

Post a Comment