Open a command prompt windows and type
dir \ /b /s /a:s
Redirect the output to a file if you want to see them all. There are 227
such folders and files on my system at the moment.
Thanks for the reply, Gary. What I've observed just now on my home
system is that enabling "super hidden" removes the following dirs from
an explorer window:
Cmdcons
Recycler
System Volume Information
%systemroot%\CSC
%systemroot%\Installer
%systemroot%\system32\dllcache
As far as I can tell, "hidden" is most likely defined as those
files/dirs marked with an -h attribute. "Super hidden," on the other
hand, doesn't appear to be to be so simple. For example, all the
following have an -s attribute set:
NTUSER.DAT -s visible
ntuser.ini -h-s hidden
Nethood -s visible
Cookies -s visible
and yet some are visible while others aren't. Create a file or dir and
give it an -s attribute and it will as visible as any other file. So,
no, the "super hidden" criteria cannot be equated with something so
simple as a attribute that can in almost all cases be easily reset by a
user. It's possible that the "super hidden" also is related to SYSTEM
permissions, but in any cas, grepping files and comparing the results to
what is or isn't visible in an explorer window sounds is hardly
productive.
Isn't the "super hidden" criteria published somewhere?
Thanks.