Author Topic: MSScript Tips  (Read 3842 times)

admin

  • Administrator
  • *****
  • Posts: 0
    • View Profile
MSScript Tips
« on: September 03, 2011, 09:22:59 PM »
The MSSCRIPT.OCX (COM script control) that ships with build 7100 will not load
http://social.technet.microsoft.com/Forums/en-US/w7itprogeneral/thread/30b04caf-6c38-4982-b28c-81449559e1a5

Before run Regsvr32 msscript.ocx, you first need to make sure the msscript.ocx file is in c:\windows\sytstem32 folder.

Then follow these steps to run Regsvr32:

Step 1:
========
1. Click the Start button, then in the "Start Search" box, type CMD but DO NOT press Enter yet.
2. In the list above, under "Programs" right-click on CMD that appears above and choose "Run as Administrator" and click "Continue".
3. In the open window, type the following command and press Enter:
 
Regsvr32 msscript.ocx

Step 2:
=======
1 Run regedit.exe, locate the registry Key[HKEY_CLASSES_ROOT\Typelib\{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}\1.0\0\Win32]
2 On the right pane, right click on the Default string value and select Permissions.
3 Give Administrators Full Control, assuming you are logged in as an Administrator.
4 Now edit the path of the Default String Value and remove the double quotes. If the msscript.ocx file is in c:\windows\sytstem32 folder, the path should be C:\Windows\system32\msscript.ocx
« Last Edit: September 03, 2011, 09:31:32 PM by Roy Chan »