HIDE FOLDERS IN WINDOWS

hide ur folders without the usage of folder lock :

suppose u want to hide a folder named "hello"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 hello
the above command is to hide the folder

to show the folder

tyoe D:/>attrib -h -s abc

in this type of hidding the folder cannot be viewed even if we make advance search or even changing the folders menu to (show all hidden files)

1 comment:

  1. man,what u did was just changed the attribute to hidden and system,but who said this is not visible if u do advance search??only the thing is that you will not be able to change the attributes by clicking properties.
    Many virus(worms) use this concept(eg. recycler).
    PLEASE DO NOT MISLEAD PEOPLE.

    ReplyDelete