Using CMD prompt

Using CMD prompt
If your folder is in the ‘C’ drive and you really want to hide that folder then
1. go to run type ‘cmd’ press ok
2. the command prompt will open.
3. you will see C:\Document & setting\ >
4. type ‘cd..’ and press enter till ‘C:\>’ is appear
5. type attrib +s +h folder_name
6. press enter.
7. your folder is hide…. You cant get the folder using search
8. if you want the folder back
9. then again go to cmd prompt
10. C:\>
11. type attrib –s –h folder_name
12. go to C: drive you will get your folder back….

0 comments: