Posted by : mania
Saturday, December 28, 2013
· In this method we need command prompt
only. Open Run and type CMD
· Then type the following command on
command prompt
To hide the folder:
attrib +s +h D:\foldername
explanations:
· Attrib means attribute
· S – system attribute
· H-hidden attribute
According to the above
command we enable system and hidden attribute by using +
To
show the folder:
attrib –s –h D:\foldername
Replace the + icons by - to show your
folder