From 27a30fae532008fe78f3048487b62096378ef626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=E7=BC=96=E7=A8=8B=E7=9A=84=E5=8F=B6=E4=B8=80?= =?UTF-8?q?=E7=AC=91?= <92030377+love-code-yeyixiao@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:54:30 +0800 Subject: [PATCH] Update SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp Co-authored-by: offhub <6871698+offhub@users.noreply.github.com> --- SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp b/SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp index 4eafd5e6..046b0dbf 100644 --- a/SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp +++ b/SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp @@ -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);