How to delete Registry Key value using VBScript
Hi,
i want to delete specific value in the registry using VBScript
I can delete registry using the following script .
Set WshShell = WScript.CreateObject("WScript.shell")
KEY1 = "HKEY_CURRENT_USER\ENVIRONMENT\"
WshShell.RegDelete KEY1
But i want to delete a specific value in that Key
help needed.
i want to delete specific value in the registry using VBScript
I can delete registry using the following script .
KEY1 = "HKEY_CURRENT_USER\ENVIRONMENT\"
WshShell.RegDelete KEY1
But i want to delete a specific value in that Key
help needed.
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
mahendraKumar
12 years ago
Posted by:
anonymous_9363
12 years ago
Posted by:
mahendraKumar
12 years ago
Posted by:
marksmith15
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.