Update Scriptmonkey_Beta.ps1
This commit is contained in:
@@ -361,7 +361,7 @@ $ConfirmPreference = 'None'
|
||||
}
|
||||
|
||||
function Remove-SVSDeploymentRegKey {
|
||||
$regKey = 'HKLM:\Software\SVS\Deployment'
|
||||
$regKey = 'HKLM:\Software\SVS'
|
||||
|
||||
try {
|
||||
if (Test-Path $regKey) {
|
||||
|
||||
Reference in New Issue
Block a user