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