• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can't find script engine "VBScript" for script "C:\Windows\system32\slmgr.vbs"
#1
I got problems with genuine from windows, so i went searching and everytime i got the result of opening cmd and typing "slmgr -rearm" to fix my guine issue,
but everytime i get this error and after every fucking forum said re-register vbscript.dll it didn't work!!

So does anyone here on itsmods got a solution how to fix the error???

please respond asap, because i can't take all the fucking frustration anymore with fucking gay microsoft's genuine and gay vbscript bullshit FuuFuuFuuFuuFuuFuuFuuFuuFuuFuu (sorry for being mad)
Quote: (report) SuperNovaAO - 03-03 23:34 -- Your mom's cunt also belongs to her private parts, yet everyone knows it.
(report) OrangePL - 03-03 23:34 -- And if you can't understand, this is called PRIVATE message
[Image: userbars.jpg]
My MW2 mod Group: http://steamcommunity.com/groups/davesmodzz
  Reply
#2
Buy your Windows?
  Reply
#3
CScript Error: Can't find script engine "VBScript" for script "C:\Windows\system32\slmgr.vbs".

This was preventing the Software Licensing Service in Vista doing what it needs to - and consequently giving rise to the non-genuine message, despite a perfectly genuine install.

The conventional response is to re-register the dll using
regsvr32 vbscript.dll

This works fine in many instances - but in this case, although the registration gave rise to the 'succeeded' message, as it should (thereby showing that the dll was present), there was no change in the response from MGADiag.

Eventually, I got a clue to the problem from an obscure blog, which mentioned that some AV's blocked a particular registry entry, by substituting their own dll for the vbscript one.

The penny dropped at last - so I created a small reg file to put the default entry there instead.

Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32]
@="C:\\Windows\\system32\\vbscript.dll"
"ThreadingModel"="Both"


and yes, it should also work in Windows 7 and XP

I don't know exactly how to utilize this code, but all i know is that it works.
[Image: 6vFJ9.png]


All i have to say is.....

lol


  Reply
#4
(05-21-2012, 07:42)dylankrajewski Wrote: CScript Error: Can't find script engine "VBScript" for script "C:\Windows\system32\slmgr.vbs".

This was preventing the Software Licensing Service in Vista doing what it needs to - and consequently giving rise to the non-genuine message, despite a perfectly genuine install.

The conventional response is to re-register the dll using
regsvr32 vbscript.dll

This works fine in many instances - but in this case, although the registration gave rise to the 'succeeded' message, as it should (thereby showing that the dll was present), there was no change in the response from MGADiag.

Eventually, I got a clue to the problem from an obscure blog, which mentioned that some AV's blocked a particular registry entry, by substituting their own dll for the vbscript one.

The penny dropped at last - so I created a small reg file to put the default entry there instead.

Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32]
@="C:\\Windows\\system32\\vbscript.dll"
"ThreadingModel"="Both"


and yes, it should also work in Windows 7 and XP

I don't know exactly how to utilize this code, but all i know is that it works.

nice copy / paste, i already saw this exact post on other forums and as i mentioned, nothing worked for me so far
Quote: (report) SuperNovaAO - 03-03 23:34 -- Your mom's cunt also belongs to her private parts, yet everyone knows it.
(report) OrangePL - 03-03 23:34 -- And if you can't understand, this is called PRIVATE message
[Image: userbars.jpg]
My MW2 mod Group: http://steamcommunity.com/groups/davesmodzz
  Reply
#5
Wink 
(05-21-2012, 07:42)dylankrajewski Wrote: CScript Error: Can't find script engine "VBScript" for script "C:\Windows\system32\slmgr.vbs".

This was preventing the Software Licensing Service in Vista doing what it needs to - and consequently giving rise to the non-genuine message, despite a perfectly genuine install.

The conventional response is to re-register the dll using
regsvr32 vbscript.dll

This works fine in many instances - but in this case, although the registration gave rise to the 'succeeded' message, as it should (thereby showing that the dll was present), there was no change in the response from MGADiag.

Eventually, I got a clue to the problem from an obscure blog, which mentioned that some AV's blocked a particular registry entry, by substituting their own dll for the vbscript one.

The penny dropped at last - so I created a small reg file to put the default entry there instead.

Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32]
@="C:\\Windows\\system32\\vbscript.dll"
"ThreadingModel"="Both"


and yes, it should also work in Windows 7 and XP

I don't know exactly how to utilize this code, but all i know is that it works.

how to use the code:
--- copy:
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32]
@="C:\\Windows\\system32\\vbscript.dll"
"ThreadingModel"="Both"

--- then paste into a text file
--- save the text file as test.reg
--- double click the text file and run it (UAC will ask you to confirm)


*** if their is an error that the changes have not been applied

--- run command prompt as administrator
--- type "regedit" and press enter
--- agree to the UAC window
--- search [ctrl + f] for "B54F3741" and locate the listing under "HKEY_CLASSES_ROOT\CLSID"
--- locate "InprocServer32"
--- check the default key
--- if set to anything but "C:\Windows\system32\vbscript.dll"
--- this is what will need to be changed

--- how to change this:
--- right click the "B54F3741-5B07-11cf-A4B0-00AA004A55E8" key -> left pane
--- select permissions, left click Administrators, click "Full" in the middle of the window to give Administrators group full permissions
--- close window
--- double click the test.reg file you created previously
--- you will then get a success message

--- NEXT

--- back to your "administrators" command prompt window [set in the windows\system32 directory]
--- type "regsvr32 vbscript.dll"
--- after success message
--- in command prompt window, type "sfc /scannow"
--- this will take a bit to run and verify, then download updates
--- when complete it will say that the changes will take affect after restart
--- restart computer

How to check if this worked

--- after restart, open notepad
--- copy: msgbox("Hello world")
--- save as hello.vbs
--- double click hello.vbs
--- you should now get a message box with --Hello world-- in it


Big GrinBig Grin Congrats!!! Vbscript should now be working on your computer
  Reply
#6
(02-19-2013, 11:44)greywolfe Wrote:
(05-21-2012, 07:42)dylankrajewski Wrote: CScript Error: Can't find script engine "VBScript" for script "C:\Windows\system32\slmgr.vbs".

This was preventing the Software Licensing Service in Vista doing what it needs to - and consequently giving rise to the non-genuine message, despite a perfectly genuine install.

The conventional response is to re-register the dll using
regsvr32 vbscript.dll

This works fine in many instances - but in this case, although the registration gave rise to the 'succeeded' message, as it should (thereby showing that the dll was present), there was no change in the response from MGADiag.

Eventually, I got a clue to the problem from an obscure blog, which mentioned that some AV's blocked a particular registry entry, by substituting their own dll for the vbscript one.

The penny dropped at last - so I created a small reg file to put the default entry there instead.

Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32]
@="C:\\Windows\\system32\\vbscript.dll"
"ThreadingModel"="Both"


and yes, it should also work in Windows 7 and XP

I don't know exactly how to utilize this code, but all i know is that it works.

how to use the code:
--- copy:
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32]
@="C:\\Windows\\system32\\vbscript.dll"
"ThreadingModel"="Both"

--- then paste into a text file
--- save the text file as test.reg
--- double click the text file and run it (UAC will ask you to confirm)


*** if their is an error that the changes have not been applied

--- run command prompt as administrator
--- type "regedit" and press enter
--- agree to the UAC window
--- search [ctrl + f] for "B54F3741" and locate the listing under "HKEY_CLASSES_ROOT\CLSID"
--- locate "InprocServer32"
--- check the default key
--- if set to anything but "C:\Windows\system32\vbscript.dll"
--- this is what will need to be changed

--- how to change this:
--- right click the "B54F3741-5B07-11cf-A4B0-00AA004A55E8" key -> left pane
--- select permissions, left click Administrators, click "Full" in the middle of the window to give Administrators group full permissions
--- close window
--- double click the test.reg file you created previously
--- you will then get a success message

--- NEXT

--- back to your "administrators" command prompt window [set in the windows\system32 directory]
--- type "regsvr32 vbscript.dll"
--- after success message
--- in command prompt window, type "sfc /scannow"
--- this will take a bit to run and verify, then download updates
--- when complete it will say that the changes will take affect after restart
--- restart computer

How to check if this worked

--- after restart, open notepad
--- copy: msgbox("Hello world")
--- save as hello.vbs
--- double click hello.vbs
--- you should now get a message box with --Hello world-- in it


Big GrinBig Grin Congrats!!! Vbscript should now be working on your computer


I just want to tell you I've been working on this problem for HOURS(many) and I am so grateful to you. This worked like a charm! You are a genius.Rolleyes
  Reply
#7
Best...

Gravedig..

EVER!
[Image: 6vFJ9.png]


All i have to say is.....

lol


  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] Windows 8.1 Fix for MW3 Server Addon master131 16 16,979 09-29-2014, 23:08
Last Post: SuperNovaAO
Wink Windows 7 vs Windows 8 , What Better? [HARD] Tony. 7 4,264 01-12-2014, 12:36
Last Post: House
  [Request] d3d9.dll on Windows 8 DePa95 4 5,271 10-30-2013, 18:33
Last Post: Creased
  TUTORIAL CHEAT ENGINE for mw3 [HARD] Tony. 5 4,291 10-24-2013, 15:22
Last Post: Tomsen1410
  Who can create this script First_Semyon 3 3,940 09-24-2013, 18:19
Last Post: First_Semyon
  Windows 8 BSOD House 6 4,088 08-26-2013, 20:47
Last Post: Arteq
  Help How to find out who is the host? DePa95 6 4,313 08-10-2013, 22:26
Last Post: OrangePL
  [Release] Advanced timed messages with script support DePa95 0 3,771 08-07-2013, 19:35
Last Post: DePa95
  Using Cheat Engine 6.2 to change BO2 address values wzlrsaur 6 7,583 08-06-2013, 06:28
Last Post: 14th
  Help Run Infinity Script on Teknogods? Bandarigoda123 6 7,049 07-14-2013, 17:27
Last Post: surtek

Forum Jump:


Users browsing this thread: 1 Guest(s)