Sunday, August 16, 2009

Hide folder without any software !

Hide :
1. just write the following command on the command prompt to hide a specified folder :-
attrib[space]+h[space]+s[space]d:\games\NFS_Undercover(It's your folder location)
Example:
attrib +h +s d:\TEST

Show :
Just write the following command on the command prompt to show that folder again :-
attrib[space]-h[space]-s[space]d:\games\NFS_Undercover
Example :
attrib -h -s d:\TEST

Normally,if you go Tools->Folder Option->Show All hidern folder, the above hide command still not show the hiden folder,So it's more secure.

Rock !!

No comments:

Post a Comment