Search This Blog

Tuesday, 23 August 2011

HIDA A FILE/FOLDER USING COMMAND PROMPT


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

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 
STEP 5: Enjoy.....
...................................................................................................................... 

No comments:

Post a Comment