Wednesday, June 30, 2010

How to Hide the Folders through the DOS


Hide folders through the DOS is very efficient and security the reason is, anybody want to show u r file he/she compulsory know the folder name. That means the folder name is usefull like a password.
OK.. How to hide folders through the DOS.?
Now type cmd in the RUN. Then DOS will be opened.
Type Drive name and colon and enter.
Here type the DOS commands.
i.e is attrib +h +s filename(folder name)
now exit
For example I want to hide the ‘srinu’ file in the ‘F’ drive.
Now open the DOS. And type F:  enter
And type shown below.
F:\ attrib +h +s srinu
That’s all
To show the file again, just change the command
attrib –h –s srinu
Enjoy !!!

No comments: