diff --git a/Scriptmonkey_Beta.ps1 b/Scriptmonkey_Beta.ps1 index 93befd5..480f180 100644 --- a/Scriptmonkey_Beta.ps1 +++ b/Scriptmonkey_Beta.ps1 @@ -361,7 +361,7 @@ $ConfirmPreference = 'None' } function Remove-SVSDeploymentRegKey { - $regKey = 'HKLM:\Software\SVS\Deployment' + $regKey = 'HKLM:\Software\SVS' try { if (Test-Path $regKey) {