Hide Folders & Files Using CMD



In this post, I'm gonna tell about hiding folders & files using cmd, follow these simple steps:
  • Go to start> run> Type cmd
  • In command prompt, type attrib "file path" +r +s +h  for e.g. attrib "C:\media\pics" +r +s +h
  • That's all.
To unhidden the files just replace command's + sign with - sign.

Sharing is Caring

Related Posts

Previous
Next Post »

Thank you for your comment.