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
i'd take a look at line 2 of the script, can you post it so folks can take a look at it for you?

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:
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 2000Code: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?
Last edited by EduTech; 30th November 2009 at 10:47 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)