GAM Posted July 26, 2014 Posted July 26, 2014 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
GAM Posted July 26, 2014 Author Posted July 26, 2014 Hi All... The problem got solved...it was a minor syntactical error...thanks all Neil
Gianni Posted July 26, 2014 Posted July 26, 2014 Also, have a look to the RegDelete function Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now