内容摘要:利用regsvr32来解决Vista常见故障……
regsvr32的命令行参数:
regsvr32 [/s] [/n] [/i(:cmdline)] file.dll
参数中文意义:
/u——反注册ActiveX控件
/s——不管注册成功与否,均不显示提示框,安静模式
/c——控制台输出,运行后保留窗体
/i——跳过控件的选项进行安装(与注册不同)
/n——不注册控件,此选项必须与/i选项一起使用
实例一、解决Windows Media Player可能会出现“内部程序错误”
点击“开始”->“运行”或“搜索”,在输入框里输入 regsvr32 jscript.dll ,点击“确定”。同样方法运行 regsvr32 vbscript.dll, 再运行Windows Media Player就不会提示出错了。
实例二、禁用Windows XP、Windows 2003、Windows Vista自带的zip文件格式压缩、解压功能
点击“开始”->“运行”或“搜索”,在输入框里输入 regsvr32 %windir%system32 zipfldr.dll /u ,点击“确定”。就会提示ActiveX控件反注册成功。
实例三、 解决Windows Update无法在线升级下载系统安全更新
你注册ActiveX控件方法同上,只是输入 regsvr32 wupdinfo.dll 即可
实例四、禁用FSO (FileSystemObject) 文件系统对象组件
注册控件方法同上,只需输入 regsvr32 scrrun.dll 即可
实例五、让Windows Media Player播放器支持RM/RMVB电影格式
在安装过Real Player或Real One或暴风影音的系统中,复制 RealMediaSplitter.ax 文件,把该文件拷贝到系统System32文件夹如
c:windowssystem32RealMediaSplitter.ax 接着我们只需执行 regsvr32 RealMediaSplitter.ax 即可
实例六、轻松修复Internet Explorer浏览器
regsvr32 Shdocvw.dll
regsvr32 Oleaut32.dll
regsvr32 Actxprxy.dll
regsvr32 Mshtml.dll
regsvr32 Urlmon.dll
regsvr32 browseui.dll
实例七、修复无法缩略图查看文件问题
Windows 2000: 开始 -> 运行,输入regsvr32 thumbvw.dll
Windows XP: 开始 -> 运行,输入regsvr32 shimgvw.dll
来源:Vista之家 责编:豆豆技术应用
- Windows Vista新闻
- Windows Vista安装
- Windows Vista优化
- Windows Vista教程
- Windows Vista安全
- Windows Vista防火墙
- Windows Vista备份还原
- Windows Vista侧边栏
- Windows Vista网络设置
- Windows Vista SP1
- Vista Aero玻璃效果专题
- Vista 侧边栏专题
- Vista备份还原专题
- Vista BitLocker专题
- Windows Vista共享专题
- Vista任务栏专题
- UAC用户帐号控制专题
- Vista 激活专题
- Vista输入法专题
- Vista同步中心专题
- Vista照片库专题
- Vista Defender 专题
- Vista 保护模式专题
- Vista ReadyBoost 专题
- Vista SuperFetch 专题
- Vista 家长控制专题
- Vista 瘦身减肥专题
- Windows Vista 升级专题
- Vista 数据执行保护专题
- Windows Mail 专题
- Vista 问题报告专题
- 更多Vista专题……