Jump to content

Recommended Posts

Posted

Hi

Am trying to automate a task that deletes the registry keys via the command...

$RegRunEXEPath = "C:\Windows\System32\reg.exe"
$RegKeyPath = "HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMcAfeeDesktopProtection"
$SubKeyName = "Patch_4"
 
RunWait(@ComSpec  & ' /k "' & $RegRunEXEPath & '" DELETE '  & $RegKeyPath & ' /v ' & $SubKeyName & ' /f'"')
 
But the output says "unterminated string"...can someone help me her please?

Neil

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...