0

I have a tricky question to ask: is there some software that can search for all the possible user created file types across an entire hard disk?

Specifically:

I have no idea where they have stored their files and the user doesn't know either. (!) I only know a few of the file types that the user has used - not all of them. There are multiple users of the same machine using the same login (!)

It's a 2TB hard disk and user files are all over the place - what I would like to achieve is to extract the user files from the OS etc and place them all in a folder for the user to sort through. I really don't want to have to search for all file types I can think of, manually.

Any ideas would be much appreciated.

Tim
  • 21

1 Answers1

0

Assuming file indexing is enabled, you may find all the files created by one user account from Windows Explorer.

Enter Explorer on the disk (C: etc) and enter the following in the search bar: owner:user-name.

If the format of the result is too wordy, click the View pane and choose Details.

You may also add the Owner to the displayed columns by clicking the column headers, choosing "More..." and selecting Owner. The found sub-string will be displayed as highlighted for better visibility.

harrymc
  • 498,455