Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Tuesday, September 7, 2010

Windows Invisible folder

To hide completely(not even explorer or command line can see it)
==============
attrib "folder name" +s +h

To Unhide folder
==================
attrib "folder name" -s -h