Fix
This commit is contained in:
parent
1a2612c908
commit
1d8aaf940c
|
@ -814,7 +814,7 @@ CSandBoxPlus::EBoxTypes CSandBoxPlus::GetTypeImpl() const
|
|||
return eInsecure;
|
||||
|
||||
BOOL isMAX = GetBool("HideNonSystemProcesses") &&
|
||||
GetBool("HideOtherBoxes") &&
|
||||
GetBool("HideOtherBoxes",true) &&
|
||||
GetBool("ClosePrintSpooler") &&
|
||||
!GetBool("OpenClipboard") &&
|
||||
GetBool("BlockInterferePower") &&
|
||||
|
|
Loading…
Reference in New Issue