Here's a topic posted after your little note
ClickyBasically:
if your on vista go:
Start >All Programs >Acessories
Right click on "Command Prompt" and choose the option "Run as administrator".
If your on XP follow the same path in the start menu but simply left-click on "Command Prompt".
A program with a black background should appear, it will also contain some text refering to your operating system.
This is a command line interface, so what you do is type commands to make the computer do stuff.
In this order type (things in brackets are actions so dont type them, do them):
cd C:\Windows\System32 (Press Enter/Return)
regsvr32 VBscript.dll (Press Enter/Return)
I little window should come up saying that its working! If it doesnt and you get an error then you're not running Command Prompt as an Administrator.
If later on you get an error that looks basically the same as above but instead of it saying blah blah
VB blah blah its says blah blah
javascript or
Jscript blah blah then repeat the above steps but replace the line:
regsvr32 vbscript.dll
With:
regsvr32 jscript.dll
Hope it helps