Friday 13 January 2012

Hide Folder with command prompt

Hide Folder with command prompt without Any Software

 Hide:
1. First You have to make a fodler 
2. I made in C: drive 
3. It's name "Hackndmedia"   w/Out quotes
4. then open CMD (Run > Type cmd > click ok)
5. in cmd first write cd\ hit enter (to set the path we use here cd \ B'coz our folder in C:)
6. If You make your folder in D: then just type D: and Enter 
7. Now , write    cacls hackndmedi /p everyone:n          
8. and hit enter it ' ll Ask u Y/N=> just Give Y and hit enter 
9. now try to open that folder 
10. there 'll be Access Denied when you open that folder


  UnHide :
11. just replace :f inplace of :n 
=> cacls hackndmedia /p everyone:f
12. and hit enter and see .. That Folder now you can access :) 
Note : hackndmedia is my folder name you should write your folder name in place of hackndmedia.... 
I know its old trick but very helpful to hide personal data without any software ...
   *  please dont space between hackndmedia/p and dont space between everyone:n  otherwise It 'll not work ..