Following post is for hiding a folder completely.Folder is
here at D:\test\ with name abc as shown in the image
Now for hiding the folder open command prompt and go to
folder test and then type folloeing command at cmd prompt to hide it
Attrib +r +h +s abc
Folder will get hidden
And if you try to view it by even using folder option show
hidden files and folder,it will not be unhide.
Now if you want to view the folder,you can do by this
unchecking hide protected operating system files as shown
Either you can do it by using command prompt by using
following
Attrib –r –s –h abc
No comments:
Post a Comment