Tuesday, July 22, 2014

Make a list of all hidden system files and folders



In the rare eventuality that you forget the name of the folder, but know the location – or vice versa, you can run the following command.
attrib C:\*.* /s|find “A  SH”>C:\hiddensystemfiles.txt&notepad C:\hiddensystemfiles.txt
This will output the list of all hidden system folders on your C drive.
hidsysfiles 400x273 Change File Attributes, Create super hidden private files & folders in Windows using attrib.exe
You can of course modify the syntax suitable to search for only select locations also.

No comments: