Welcome to "Information and Earnings"


Hide your folders without using any software

computer
go to command prompt

start--->run--->cmd-->E:

after changing it from C: to E:

type E:\>attrib +h +s NewFolder

the above command is to hide the folder

to show the folder

type E:\>attrib -h -s NewFolder

in this type of hiding the folder cannot be viewed even if we make advance search or even changing the folders menu to (show

all hidden files)/activate show hidden files from folder options.

NOTE: here is "SPACE" between every character.

e.g. E:\>attrib(space)+h(space)+s(space)NewFolder

E:\>attrib(space)-h(space)-s(space)NewFolder

No comments:

Post a Comment