How to hide your files and folder using Command prompt

Disclosure: We sometimes use affiliate links in our content. This won’t cost you anything but it helps us to offset our operative costs. Thanks for your support!
Hide your files and folders in your finger tip using command prompt
Do the following steps to hide your imporant files and folder in a fraction of seconds
1. Create sample folder name like “hideme”
2. Press (windowkey + R or start–>Accessories—->Command Prompt) to open command prompt
3. Type this command “attrib +s +h e:\hideme” to hide your folder
4. To restore your folder type this command “attrib -s -h e:\hideme”
Note:
+h = to hide the folder
+s = to list it as system file – so the hidden will be protected by system