解决Windows11浏览图片导致资源管理器CPU占用过高的问题
Windows11图片浏览器和以往不一样,每次打开图片文件都会在底部展示缩略图,最近每次打开图片会导致电脑出奇的慢,查看任务管理器发现explorer.exe占用cpu非常高,诡异的是磁盘的占用率并不高。
本以为是SSD寿命到期,毕竟一直在拍视频和照片大量频繁的读写操作,可是用工具诊断后还远远达不到寿命写入的极限数据,最后按照微软社区的这篇内容尝试修复得到解决。
操作步骤:
Run the system file checker;
Press the Windows + X
keys, select Command Prompt (Admin)
, copy and paste the commands below and press enter after each command.Sfc /ScanNow
Dism /Online /Cleanup-image /RestoreHealth
Wait for the process to finish and restart the pc
;