Saturday, August 28, 2010

Advance Hiding feature...

Windows comes with a very good feature which allows you to hide stuff... But the problem with this is that everybody with a "show hidden files and folders" checked, can view your files... Today i'll tell you another way of hiding your stuff.

1. goto the folder where the file is located.
2. Right click anywhere on the screen
3. select New==> New text document..
4. Type the following code
************
attrib +h +s "File name"
pause
************
5. save this file as anything .bat
6. To unhide the file just replace the Plus(+) with a minus(-)
*************
attrib -h -s "File name"
pause
***************

No comments:

Post a Comment