Update SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp
Co-authored-by: offhub <6871698+offhub@users.noreply.github.com>
This commit is contained in:
parent
d7789a38de
commit
27a30fae53
|
@ -183,7 +183,7 @@ SB_STATUS CNewBoxWizard::TryToCreateBox()
|
|||
switch (BoxType)
|
||||
{
|
||||
case CSandBoxPlus::eIsoationMax:
|
||||
pBox->SetBool("HideNonSystemProcess", true);
|
||||
pBox->SetBool("HideNonSystemProcesses", true);
|
||||
pBox->InsertText("Template", "BlockAccessWMI");
|
||||
pBox->InsertText("Template", "BlockDNS");
|
||||
pBox->SetBool("HideOtherBoxes", true);
|
||||
|
|
Loading…
Reference in New Issue