Hi, TMWGray. Thanks for reaching out! I'm an Independent Advisor and a Microsoft user like you, and I am here to work with you on this issue.
Try changing the property of the files instead of just telling Windows to show hidden files.
Here's how you do it in two different ways
Option 01 - By using PowerShell
To unhide data from an external storage device by using PowerShell, do the following:
- Press Windows + X keys or right-click Windows logo to open the Quick Access
- Select Windows PowerShell (Admin) to open PowerShell with Administrator rights.
- On the prompt, type attrib -h -r -s /s /d x:\*.* and press Enter. Note: Here replace x with the drive letter of the external storage drive.
- Open the external storage drive to see the hidden files.
You can unhide all but “System Volume Information” from the external storage drive.
Option 02 - By using Command Prompt
To unhide data from an external storage device by using Command Prompt, do the following:
- Press Windows + R keys to open Run.
- Type cmd and click OK or press Enter.
- On the prompt, type x: and press Enter. (Here replace x with the external storage drive letter.) The directory will change to the external storage drive.
- On the prompt, type attrib -h -s /s /d then press Enter.
- Open the external storage drive to see the hidden files.
I hope this helps! Please let me know if that works for you, ok?