右键——新建文本文件,把下面的代码复制粘贴好后另存为".reg"格式的文件类型,双击该reg文件,导入到注册表就好了。
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6}]
"Version"="11,0,5721,5145"
或使用命令行方式:(XP系统点击“开始”“运行”“cmd”,复制下面的一串文字,然后右键粘贴)
reg add "HKLM\Software\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6}" /v Version /t REG_SZ /d "11,0,5721,5145" /f