You can try the following search steps:
- Open File Explorer.
- Click on the search bar at the top right corner of the window.
- Type "hidden:yes" (without the quotes) in the search bar and press Enter.
- Windows will now search for all hidden files on your PC.
Note that this search will only show hidden files that are indexed by Windows. If you have files that are hidden but not indexed, they will not show up in the search results.
Or you can use the Command Prompt to search for hidden folders/files: Run Command Prompt as an administrator ("Win" logo key + "Q" to open Search box*, type"Command Prompt", select "Run as administrator"), and copy and paste the following commands into the* Command Prompt and press Enter to run one by one.
cd c:\windows
dir /a:h
cd is used to switch to the target directory/folder, please replace it according to your situation.