I need to look for a text file in these locations-
C:\Windows\
C:\Windows\SysWOW64\
C:\Users[Username]\AppData\Roaming\
I tried using the following relevance query but it’s throwing an error-
(exists file “xxx.txt” of folder “C:\Windows”) OR (exists file “xxx.txt” of folder “C:\Windows\SysWOW64”) OR (exists file “xxx.txt” of folder “C:\Users” & name of current user & “\AppData\Roaming”)