How To Hide A Folder Using Command Prompt

Posted by
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.

Posted by Shubham ;)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.