Share via

How do I escape characters with Windows Search?

Anonymous
2010-12-02T09:41:53+00:00

How do I escape characters with Windows Search? I have tried to escape them the following characters: ^ ` ' " \ | /. I also have tried put in it in {}, [], (), '', "", and ``.

Windows for home | Previous Windows versions | 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

19 answers

Sort by: Most helpful
  1. Anonymous
    2011-07-03T23:56:11+00:00

    ~="(2)"

    100+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2012-11-21T20:29:13+00:00

    I realize this thread is old but I found the solution:

    system.filename:~=”(1)”

    Typed into windows search box at the top right of the explorer window, will find only filenames with (1) exactly in them.

    It will not find 1234.jpg

    It WILL find (1) 234.jpg

    Good luck.

    10+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2010-12-03T05:52:40+00:00

    What if I want to search for a file called OKGOP_8P_2(2).jpg but not find OKGOP_8P_2.jpg. I would try to search for '(2)' but that just brings up any file with a 2 in it.

    How do we escape the brackets?

    10+ people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2011-07-04T01:27:51+00:00

    contents:~=?

    10+ people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2011-07-04T01:35:11+00:00

    ~="(2)"

    or

    name:~="(2)"

    7 people found this answer helpful.
    0 comments No comments