Friday, April 30, 2010

Super Hiding the folder easily using cmd command!

For hiding your folder execute the command
X:\> attrib +a  +r  +s +h foldername /s /d [enter]

 For unhiding:
X:\> attrib -a  -r  -s  -h foldername /s /d [enter]
X= x is location for our folder in hard disk.



Limitation:
Hidden folders can be accessed through cmd.
If hide protected operating system option  is uncheck in folder option, victim can see your files so disable folder options feature by downloading  this file and click yes.
 Download: http://thesecretofhacking.com/sw/ch3/disable-folder-options.reg
 To Re- Enable Download: http://thesecretofhacking.com/sw/ch3/enable-folder-options.reg

For further explanation of attrib command go here-> http://www.scriptcode.com/batchfilecommands/attrib.html

No comments:

Post a Comment