I would like to know whether it is possible to delete a registry key (with value) in win98/NT using VBScript. could someone point me in the right direction please
Thanks in advance
Tue, 10 Dec 2002 03:00:00 GMT
Dominic Mark #2 / 2
newbie question...
-> Dim Shell Set Shell = CreateObject("WScript.Shell") Shell.RegDelete YourRegString Set Shell = Nothing <-