Saturday, 18 March 2017

Hide/Unhide Folders Using Command Prompt


Hide Folders :


1. Type CMD in Run.

2. Now type attrib +s +h "folder path" and hit enter.

    Eg: attrib +s +h E:\testFolder

3. The folder "testFolder" will be hidden.














       Unhide Folders :


1     1. Type CMD in Run.

2     2. Now type attrib -s -h "folder path" and hit enter.

           Eg: attrib -s -h E:\testFolder

3    3. The folder "testFolder" will be unhide.




No comments:

Post a Comment