Update Scriptmonkey_Beta.ps1

This commit is contained in:
2025-11-24 15:15:58 -05:00
parent 8a148bf479
commit 2e3927c53b

View File

@@ -361,7 +361,7 @@ $ConfirmPreference = 'None'
} }
function Remove-SVSDeploymentRegKey { function Remove-SVSDeploymentRegKey {
$regKey = 'HKLM:\Software\SVS\Deployment' $regKey = 'HKLM:\Software\SVS'
try { try {
if (Test-Path $regKey) { if (Test-Path $regKey) {