查看: 2812|回复: 17
收起左侧

[求助] 为啥 win10 右击文件反应这么迟钝?

[复制链接]
yin01
发表于 2023-9-7 16:59:01 | 显示全部楼层 |阅读模式
开机后,首次在文件上右击,结果出来小圈圈,老大一会才出现菜单,如何解决呢
minifish
发表于 2023-9-7 18:33:19 | 显示全部楼层
可能你安装的关联资源管理器右键菜单的软件有问题呗。我这一般配置的笔记本首次右键文件还是右键桌面, 1 秒左右弹的,首次后基本就秒弹。
ddxuchen
发表于 2023-9-7 21:03:55 | 显示全部楼层
Windows10 的右键菜单不卡,Windows11 的才卡呢。盲猜应该和右键菜单注册的项目有关,有些 DLL 加载拖慢了速度
yin01
 楼主| 发表于 2023-9-7 22:37:29 | 显示全部楼层
首次弹出慢,后面就即时打开。
nip7shin
发表于 2023-9-14 15:01:27 | 显示全部楼层
电脑老了吧
w12345yang
发表于 2023-9-17 10:50:02 | 显示全部楼层
用CC清理器,清一下注册表,好很多
dervishh
发表于 2023-10-13 09:00:49 | 显示全部楼层
关闭文件预览
午餐肉罐头
发表于 2023-10-13 18:35:21 | 显示全部楼层
yin01 发表于 2023-9-7 22:37
首次弹出慢,后面就即时打开。

咱俩一样.
583876685
发表于 2023-10-29 20:09:48 | 显示全部楼层
硬件与软件不匹配
chncwk
发表于 2023-10-30 08:13:55 | 显示全部楼层
第一次打开资源管理器和桌面菜单会创建一个图标略缩图库和程序执行性能的缓冲文件,以后就新增性的添加维护条目。
时间久了也可能会慢,这时候你可以重新清理这些缓存库。
  1. rem 关闭Windows外壳程序explorer
  2. taskkill /f /im explorer.exe

  3. rem 清理系统图标缓存数据库
  4. attrib -h -s -r "%userprofile%\AppData\Local\IconCache.db"
  5. del /f "%userprofile%\AppData\Local\IconCache.db"

  6. attrib /s /d -h -s -r "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\*"
  7. del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_32.db"
  8. del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_96.db"
  9. del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_102.db"
  10. del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_256.db"
  11. del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_1024.db"
  12. del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_idx.db"
  13. del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_sr.db"

  14. rem 清理 系统托盘记忆的图标
  15. echo y|reg delete "HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v IconStreams
  16. echo y|reg delete "HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v PastIconsStream

  17. rem 重启Windows外壳程序explorer
  18. start explorer
复制代码
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2024-5-4 08:05 , Processed in 0.120867 second(s), 16 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表