Acronis True Image成Explorer.exe性能瓶颈:根源分析与解决方案
最近,一位用户在迁移数据至新SSD后,发现电脑在插拔外接显示器时,Explorer.exe CPU占用率异常升高,导致系统卡顿。经过深入的性能追踪分析,问题根源指向了安装的Acronis True Image软件。
分析显示,Acronis的tishell64.dll在处理文件叠加信息时,频繁调用Windows API函数CreateToolhelp32Snapshot和Process32NextW,以枚举系统进程。这一过程在每次显示器连接或断开时,可能被调用数千次,消耗大量CPU资源,尤其是在多窗口或显示大量图标的情况下。该DLL位于Acronis True Image的安装目录,且缺少关键的版本信息,表明其可能为过时或未妥善打包的版本。
Acronis已确认此问题,并计划在未来版本中修复。在此之前,用户可通过删除特定注册表项(AcronisDrive)来禁用此进程枚举功能。尽管如此,作者认为最有效的解决方案是卸载该软件,特别是Crucial分发的版本,因其仍存在此性能缺陷。此外,文章还指出Windows系统中存在部分DLL元数据缺失的问题,影响了性能分析的准确性。
Acronis True Image Costs Performance When Not Used
Over two years ago I installed Acronis True Image for Crucial in order to migrate my data to a new SSD I had just purchased. It worked. I then left True Image installed “just in case”, and what har…

网友讨论