暴风影音不能播放rmvb的和无法安装real解码器的解决方法

合集下载
相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

暴风影音不能播放rmvb的和无法安装real解码器的解决方法
暴风影音不能播放rmvb的和无法安装real解码器的解决方法

已经可以正常使用暴风影音的机子上copy "C:\Program Files\Common
Files\real"目录和“c:\windows\system32\pncrt.dll文件到你的机器"C:\Program Files\Common
Files\real"位置上,real目录里应该包含:Codecs,Common,Plugins三个子目录,将codecs 目录里的全部文件(隐含
文件)copy到real目录里,在百度搜索RealMediaSplitter.ax文件到real目录里,在real 目录里新建一记事本文件:(粘贴
下面命令)
On Error Resume Next
Dim fso,key,InstallPath,value
Set fso = CreateObject("Scripting.FileSystemObject")
key = "HKEY_CLASSES_ROOT\SOFTWARE\RealNetworks\Preferences\DT_Codecs\" InstallPath = "C:\WINNT\system32\"
Set WshShell = Wscript.CreateObject("Wscript.Shell")
value = WshShell.RegRead (key) <> vbNullString
If (value) Then
MsgBox("您的系统可能已安装Real解码器了")
Else
FullName = WScript.ScriptFullName
ScriptName = WScript.ScriptName
RealcodePath = Left(FullName,Len(FullName)-Len(ScriptName))
wshshell.RegWrite key ,RealcodePath
fso.CopyFile "pncrt.dll" ,InstallPath
If fso.FileExists(InstallPath &amp; "RealMediaSplitter.ax")=false Then
fso.CopyFile "RealMediaSplitter.ax" ,InstallPath
End If
WshShell.run ("regsvr32.exe RealMediaSplitter.ax")
End If
保存为install.vbs
再建立一记事本文件
On Error Resume Next
Dim fso,key,InstallPath
key = "HKEY_CLASSES_ROOT\SOFTWARE\RealNetworks\Preferences\DT_Codecs\" InstallPath = "C:\WINNT\system32\"
Set fso = CreateObject("Scripting.FileSystemObject")
Set WshShell = Wscript.CreateObject("Wscript.Shell")。

相关文档
最新文档