On Windows 7, the following query used in folder search boxes fails to filter the files in a folder that have a “!” exclamation mark in them.
filename:!
Is there any way of doing this search please? Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In your specific example
filename:"*!*"seems to work in Win7 (Not sure about Vista)I’d still recommend using 3rd-party tools like Agent Ransack, BareGrep or Everything if you need to search for files with weird names or the content of files not indexed by Windows. (On Win9x/NT5 you can type Win+F
*.dllTabCreateThreadEnter and you will find all DLLs on all local drives that contain the string “CreateThread”, doing the same on NT6 is impossible AFAIK!)