10
5
A long time ago, I remember hiding some really personal files on my computer. Something that nobody could ever find, so I buried them down pretty darn good.
Now to my problem, I don't remember where.
Do anyone know a way to scan a drive and list all hidden folders and/or files?
I know how to view hidden files in Windows, but as far as I know, there is no way to search for them? I've been looking for a program, but I couldn't find one - and now I'm here, asking the experts. ;)
I'd really appreciate any tips.
I like this idea. Good answer. – None – 2010-11-21T20:33:14.837
Thanks! I was hoping something like this could help me. Is there any way to display all folders (or files), without knowing the name? I'm not sure about the name of the file. Good idéa though. :) – Angie – 2010-11-21T20:46:18.023
@Angie: That command lists all hidden files. – adrianbanks – 2010-11-21T20:47:46.077
Just change it to dir /s /a:h C:*.* > hidden.txt to view all files and folders on a drive. The command he gave would only give hidden files and folders in the current directory and lower – Canadian Luke – 2011-10-06T16:41:11.527
@Angie see the edits to the answer: This script finds ALL the hidden files and then saves a list of those files in a file called hidden.txt so that you can reference the list easily rather than trying to go back and forth in the command window referencing the list of found files. – music2myear – 2011-10-06T17:34:07.300