Update Sandboxie/core/dll/sysinfo.c

Co-authored-by: offhub <6871698+offhub@users.noreply.github.com>
This commit is contained in:
爱编程的叶一笑 2024-06-02 09:05:55 +08:00 committed by GitHub
parent ea8bd28d46
commit b8467d5de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ _FX void SysInfo_DiscardProcesses(SYSTEM_PROCESS_INFORMATION *buf)
}
if (!hideProcess) {
if (_wcsnicmp(imagename, L"Sandboxie", 9) == 0 || _wcsnicmp(imagename, L"Sbie", 4) == 0) {
if (SbieApi_QueryConfBool(NULL, L"HideSbieProcess", FALSE))
if (SbieApi_QueryConfBool(NULL, L"HideSbieProcesses", FALSE))
hideProcess = TRUE;
}
}