Windows Script Host - ActiveX

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've had some registry problems, I followed directions given to me by Bert
Kinney, because of a blank window for System Restore.

I went to OLE32 Registration and received the following error in Windows
Script Host:

ActiveX component can't create object: WScript.shell
VBScript Runtime Error
Code: 800A01AD

Thank you for your help
 
Hi Gale,

This error denotes that the system cannot initialize the ActiveX object
Wscript.shell. Click Start, Run and type the following command to solve the
problem:

regsvr32 wshom.ocx
regsvr32 scrrun.dll

If that does not help, you need to reinstall the Windows Script 5.6 package
from Microsoft site. You can download it from here:

http://www.microsoft.com/downloads/...FamilyID=C717D943-7E4B-4622-86EB-95A22B832CAA

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


I've had some registry problems, I followed directions given to me by Bert
Kinney, because of a blank window for System Restore.

I went to OLE32 Registration and received the following error in Windows
Script Host:

ActiveX component can't create object: WScript.shell
VBScript Runtime Error
Code: 800A01AD

Thank you for your help
 
Back
Top