Computing
Visual Basic Scripting
Delete Registry Sub Keys and Key Path
Visual Basic Scripting
Delete Registry Sub Keys and Key Path
Delete Registry Sub Keys and Key Path
To delete registry sub-keys and key path:
|
Dim HKCU, strDeleteKeyPAth HKCU = &H80000001 DeleteSubkeys HKCU, strDeleteKeyPath Sub DeleteSubkeys(HKCU, strDeleteKeyPath) If IsArray(arrSubkeys) Then WMIReg.DeleteKey HKCU, strDeleteKeyPath
|
Please Note: Append to Template.vbs to run this script.



hits.


