How to permanently hide and see a folder
How to permanently hide and see a folder
1. Create a folder (I am creating as named 'hanif ')
2. Now to hide the folder permanently
Follow the step as below
- Run
- Cmd
- c:\> D: (here we using D drive)
- D:\> attrib +S +H hanif (this is the folder what we created)
3. Now to see the folder
- Go to the D drive
- Write the folder name on address bar of the drive
- Then we can access it
No comments