Skip to content

Commit

Permalink
Merge pull request #4369 from sandboxie-plus/isaak654-registrydeletion
Browse files Browse the repository at this point in the history
Update Sandboxie-Plus.iss
  • Loading branch information
DavidXanatos authored Nov 16, 2024
2 parents ee275df + a7e4f34 commit e4c3761
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SandboxiePlus/SandMan/Windows/SettingsWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,9 @@ void CSettingsWindow::RemoveContextMenu()
QProcess Proc;
Proc.execute("rundll32.exe", QStringList() << "SbieShellExt.dll,RemovePackage");
Proc.waitForFinished();

QSettings MyReg("HKEY_CURRENT_USER\\SOFTWARE\\Xanasoft\\Sandboxie-Plus", QSettings::NativeFormat);
MyReg.remove(""); // Removes the entire key and all subkeys
}

CSbieUtils::RemoveContextMenu();
Expand Down

0 comments on commit e4c3761

Please sign in to comment.