Update SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp

Co-authored-by: offhub <6871698+offhub@users.noreply.github.com>
This commit is contained in:
爱编程的叶一笑 2024-06-07 19:54:30 +08:00 committed by GitHub
parent d7789a38de
commit 27a30fae53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);