在安装了Adobe Photoshop CS2之后,每次启动Photoshop都会弹出一个对话框,显示“无法启动adobe updater。请重新安装应用程序和组件解决方法!”或者“The Adobe Updater could not be started, please reinstall applicati on and components”。虽然不影响正常使用,但每次启动完毕都要手动关闭此错误窗口才能使用Photoshop,非常麻烦。而且在Photoshop CS2的菜单中没有关闭自动更新的选项。
解决方案就是修改AdobeUpdaterPrefs.dat文件,该文件存放的位置在“C:\DocumentsandSettings\用户名\ApplicationData\Adobe\Updater\”文件夹,该文件的原始内容为
<?xml version='1.0' encoding='UTF-8' ?> <AdobeUpdater> <ApplicationsEnabled> <MapPrefEntry MapPrefKey='photoshop9-zh_CN-RET'>1</MapPrefEntry> </ApplicationsEnabled> </AdobeUpdater>
用“记事本”或其他文件编辑软件打开AdobeUpdaterPrefs.dat,修改其中的内容为
<?xml version='1.0' encoding='UTF-8' ?> <AdobeUpdater> <ApplicationsEnabled> <MapPrefEntry MapPrefKey='photoshop9-zh_CN-RET'>1</MapPrefEntry> </ApplicationsEnabled> <AutoCheck>0</AutoCheck> </AdobeUpdater>
主要就是在其中加入一段“<AutoCheck>0</AutoCheck>”,如果该文件不存在,可以新建一个,粘贴上面的内容。
重新启动Photoshop CS2,烦人的Update终于没有了!! |