Update process_force.c

This commit is contained in:
DavidXanatos 2024-05-12 18:58:50 +02:00
parent ae144b4581
commit 607b5651b9
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ _FX BOX *Process_GetForcedStartBox(
// exempt sandboxie components from this as start.exe can be used to
// open selected processes in other boxes or set Dfp when desired.
//
// we also must Excempt conhost.exe for console applications
// we also must excempt conhost.exe for console applications
//
if (!box && !image_sbie && _wcsicmp(ImageName, L"conhost.exe") != 0) {