Skip to content

Commit

Permalink
Update process_force.c
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed May 12, 2024
1 parent ae144b4 commit 607b565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sandboxie/core/drv/process_force.c
Expand Up @@ -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) {
Expand Down

0 comments on commit 607b565

Please sign in to comment.