Sandboxie's command argument "/listpids" stopped working after I updated Sandboxie to 5.24.
The command runs fine (no errors) but doesn't show any PIDs in console while programs are sandboxed.
I'm using Windows 10 64-bit with no Antivirus installed.
How to reproduce:
1. Sandbox any program. I used Windows Explorer.
2. Open CMD and paste any of the following:
Code: Select all
"C:\Program Files\Sandboxie\Start.exe" /box:DefaultBox /listpids | more
"C:\Program Files\Sandboxie\Start.exe" /listpids | more
Code: Select all
C:\>"C:\Program Files\Sandboxie\Start.exe" /box:DefaultBox /listpids | more
<blank>
<blank>
C:\>"C:\Program Files\Sandboxie\Start.exe" /listpids | more
<blank>
<blank>
C:\>
Regards,
John