From: Simon Bjerregård on
Is this possible?
I've tried using the guide on http://support.microsoft.com/kb/918342 but the
script just gives me the error "Object required 0x1A8".
If I use the script that's supposed to work on pre-sp1, and comment out "ON
ERROR RESUME NEXT", it gives me the following error message:
C:\vlk.vbs(21, 1) WshShell.RegDelete: Unable to remove registry key
"HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents\OOBETimer".

If I check the registry, there's nothing called OOBETimer in the WPAEvents
'folder'.
If I comment out that line (line 21), it fails on the following line with
this error:
C:\vlk.vbs(22, 1) (null): The specified module could not be found.

Any help would be much appreciated.