here is some tips to hide folder from cmd (command prompt).
steps.
to open the folder again just repeat steps 1 to 3 then for the last step change + to -
the syntax will look like this attrib -R -A -S -H fun
steps.
- Open your cmd (press "window + R" on your keybord and type "cmd")
- Go to the drive where the folder you want to hide ( e.g. i want to hide folder fun in the folder Ent in the drive D ) type this command D: press enter
- type this syntax cd Ent hit enter again
- then finally attrib +R +A +S +H fun
to open the folder again just repeat steps 1 to 3 then for the last step change + to -
the syntax will look like this attrib -R -A -S -H fun