Share via

search for hidden files & folders

Anonymous
2019-06-11T12:50:09+00:00

I  have studied the "Advanced Query Syntax" document at https://msdn.microsoft.com/en-us/library/aa965711(v=vs.85).aspx but I cannot find an answer to this question:  How do I SEARCH FOR (not just show) folders and files whose properties include as an attribute that the Hidden box is checked.  

Again, I know how to make a hidden file visible.  I want to use File Explorer to SEARCH FOR AND FIND such files and folders. 

Can it be done?

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2019-06-11T13:03:03+00:00

    Hi,

    I am Vanshita, an Independent Windows Advisor. I am here to work with you on this problem.

    I suggest you to go through the below steps

    https://www.isunshare.com/windows-10/show-hidde...

    Standard Disclaimer: There are links to non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the sites before you decide to download and install it.

    Do let me know if you require any further help on this. Will be glad to help you.

    1 person found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2019-06-13T10:16:43+00:00

    How did you get on with this?

    0 comments No comments
  2. Anonymous
    2019-06-11T14:21:46+00:00

    Doesn't seem possible from within Explorer. Using 'Attributes:HSA' for instance, doesn't work. You can filter on the column header in a detail view, but that's not a true search.

    To Search for files & folders with the Hidden attribute set, you have to use PowerShell:

    get-childitem -Hidden

    to list files within the current directory and:

    get-childitem -hidden -recurse

    to find files in the current directory and all subdirectories.

    Keith

    0 comments No comments
  3. Anonymous
    2019-06-11T13:04:13+00:00

    Hi I'm Peter an independent advisor, just to check have you amended the options to show all hidden files and folders in file explorer yet?

    View hidden files and folders in Windows 10
    Open File Explorer from the taskbar.
    Select View > Options > Change folder and search options.
    Select the View tab and, in Advanced settings, select Show hidden files, folders, and drives and OK.

    0 comments No comments