Steps
- Go to any drive and create a folder for E.g (D:testhide) I have created hide folder under test folder inside D: drive
- Open Command prompt by start–>Accessories—->Command Prompt and use cd.. and cd command to navigate folders and drive.
- Now I’m going to hide the “hide” folder using “attrib +s +h +r hide” command.
- syntax : “attrib +s +h +r folder name“
Type the above command in command prompt
Now your folder is hidden
To unhide your folder use attrib -s -h -r hide command
syntax : attrib -s -h -r folder name