Hi,
The findstr command does not work with the non-ASCII characters. You can try PowerShell instead.
powershell.exe -NoProfile -Executionpolicy Bypass -command "openfiles /query /v | Where-Object {$_ -match 'C:¥Program'}"
Best Regards,
Ian Xue
-----------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.