You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
240 B
7 lines
240 B
'Copyright (c)<2000>Microsoft Corporation. All rights reserved.
|
|
Dim WshShell
|
|
|
|
Set WshShell = WScript.CreateObject("WScript.Shell")
|
|
On Error Resume Next
|
|
WshShell.RegDelete "HKLM\SOFTWARE\Microsoft\ServerAppliance\DeviceMonitor\"
|
|
'END
|