Saturday, February 7, 2009

Hide ur folders without the usage of folder lock

suppose u want to hide a folder named testing which is in D: of ur computer

go to command prompt
start--->run--->cmd-->d:


after changing it from C: to D:

type D:/>attrib +h +s testing
the above command is to hide the folder

to show the folder

tyoe D:/>attrib -h -s testing

No comments: