Jump to content

Recommended Posts

Posted

Hi having a problem with startup scripts.

 

get this message

 

Line - 2

Char - 11

Error - Library not registered

Code - 8002801D

Source - (Null)

 

And this goes on for about 3 or 4 scripts

 

Any ideas?

 

Cheers

Posted (edited)
Hi having a problem with startup scripts.

 

get this message

 

Line - 2

Char - 11

Error - Library not registered

Code - 8002801D

Source - (Null)

 

And this goes on for about 3 or 4 scripts

 

Any ideas?

 

Cheers

 

this might come in handy for you, use one of the 2 methods listed:

 

KBAlertz.com: Library Not Registered Error When Running Scripts in Windows Scripting Host

 

For anyone who cant access the website:

 

Method 2:

 


To manually register the scripting components on your computer, use one of the following sets of steps, as appropriate for your situation.
You are running a 32-bit version of the Windows operating system
Click Start, click Run, type cmd, and then click OK. 

Type regsvr32 %systemroot%\system32\vbscript.dll, and then press ENTER. 
Type regsvr32 %systemroot%\system32\jscript.dll, and then press ENTER. 
Type regsvr32 %systemroot%\system32\dispex.dll, and then press ENTER. 
Type regsvr32 %systemroot%\system32\scrobj.dll, and then press ENTER. 
Type regsvr32 %systemroot%\system32\scrrun.dll, and then press ENTER. 
Type regsvr32 %systemroot%\system32\wshext.dll, and then press ENTER. 
Type regsvr32 %systemroot%\system32\wshom.ocx, and then press ENTER. 

You are running a 64-bit version of the Windows operating system, and you receive the error message that is mentioned in the "Symptoms" section while you are using the 64-bit scripting components

Click Start, click Run, type cmd, and then click OK. 

Type %systemroot%\system32\regsvr32 %systemroot%\system32\vbscript.dll, and then press ENTER. 
Type %systemroot%\system32\regsvr32 %systemroot%\system32\jscript.dll, and then press ENTER. 
Type %systemroot%\system32\regsvr32 %systemroot%\system32\dispex.dll, and then press ENTER. 
Type %systemroot%\system32\regsvr32 %systemroot%\system32\scrobj.dll, and then press ENTER. 
Type %systemroot%\system32\regsvr32 %systemroot%\system32\scrrun.dll, and then press ENTER. 
Type %systemroot%\system32\regsvr32 %systemroot%\system32\wshext.dll, and then press ENTER. 
Type %systemroot%\system32\regsvr32 %systemroot%\system32\wshom.ocx, and then press ENTER. 

You are running a 64-bit version of the Windows operating system, and you receive the error message that is mentioned in the "Symptoms" section while you are using the 32-bit scripting components

Click Start, click Run, type cmd, and then click OK. 

Type %systemroot%\syswow64\regsvr32 %systemroot%\syswow64\vbscript.dll, and then press ENTER. 
Type %systemroot%\syswow64\regsvr32 %systemroot%\syswow64\jscript.dll, and then press ENTER. 
Type %systemroot%\syswow64\regsvr32 %systemroot%\syswow64\dispex.dll, and then press ENTER. 
Type %systemroot%\syswow64\regsvr32 %systemroot%\syswow64\scrobj.dll, and then press ENTER. 
Type %systemroot%\syswow64\regsvr32 %systemroot%\syswow64\scrrun.dll, and then press ENTER. 
Type %systemroot%\syswow64\regsvr32 %systemroot%\syswow64\wshext.dll, and then press ENTER. 
Type %systemroot%\syswow64\regsvr32 %systemroot%\syswow64\wshom.ocx, and then press ENTER. 

Did this fix the problem?

 

Method 1 contains downloads so you need to just pick the one for your operating system. the download is Windows Script Version 5.7 for Windows Server 2003, XP and Windows 2000 and Windows Script 5.6 for Windows Server 2003, Windows XP and Windows 2000

Edited by EduTech

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...