Windows Script Host - ActiveX

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
 
R

Ramesh, MS-MVP

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top