AMD显卡驱动更新之后右键菜单多了个Radeon设置
,明显拖慢右键菜单弹出速度,删除之:
管理员执行:
REG DELETE HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\ACE
或建立.reg文件并双击导入:
Windows Registry Editor Version 5.00 REM [HKEY_CLASSES_ROOT\Directory\background\shellex\ContextMenuHandlers\ACE] REM @="{5E2121EE-0300-11D4-8D3B-444553540000}" [-HKEY_CLASSES_ROOT\Directory\background\shellex\ContextMenuHandlers\ACE]
AMD/ATI显卡去掉ACE
项,英特尔显卡就去掉igfxcui
项,NVIDIA显卡就去掉NvCplDesktopContext
项。
来源:https://www.cnblogs.com/dylanchu/p/12272615.html