悠游软件工作室
位置: 首页 >> 常见问题 >> 正文

A script for the specified language can not be created

来源: 时间:2011/5/24 10:47:00 点击: 今日评论:
When User Access Control (UAC) is enabled on Windows 7 or Vista, there are 
reports that some users (often using x64 versions) can't access/register
ActiveX COM objects and Program Registry settings.

Registering/Enabling OLE/COM Automatization service (both VBScript and JScript)
can be achieved by following these steps:

1. Run CMD in administrator mode (click the start button -> type CMD in the search bar and right click, then
choose execute as administrator).
2. Type/execute "cd \windows\syswow64" ("cd \windows\system32" for 32 Bit windows)
3. Type/execute "regsvr32 vbscript.dll" to register Visual Basic Script (vbscript) and Windows Scripting Host (WSH) library
4. Type/execute "regsvr32 jscript.dll" to register Java Script (jscript) library
5. Type/execute "regsvr32 scrrun.dll" to regster Microsoft Script Runtime library

Optionally (Some users reported they also need "msscript.ocx" to be registered):
6. Type/execute "regsvr32 msscript.ocx" to regster Microsoft Script Control library

After registering these libraries MediaMonkey and any written third party Scripts should work without issues.
新闻评论
正在加载评论列表...