I need to delete all the string values in a registry key, can anyone help?
Printable View
I need to delete all the string values in a registry key, can anyone help?
Hi BigBosky,
Try this out:
Set objWSH = CreateObject("WScript.Shell")
objWSH.RegDelete ("HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Test")
Hope it helps
Keiko