|
第三招:清除所有多余的桌面右键菜单 很多显卡在装了驱动之后,桌面右键会多出一项或多项菜单这些功能并不实用,还会拖慢右键的弹出速度,我们最好清除它。 方法如上,复制内容见下: @ echo off title 清除所有多余的桌面右键菜单 color 1a pause regsvr32 /u /s igfxpph.dll reg delete hkey_classes_root\directory\background\shellex\contextmenuhandlers / f reg add hkey_classes_root\directory\background\shellex\contextmenuhandlers\ne w /ve /d {d969a300-e7ff-11d0-a93b-00a0c90f2719} reg delete hkey_local_machine\software\microsoft\windows\currentversion\run /v hotkeyscmds /f reg delete hkey_local_machine\software\microsoft\windows\currentversion\run /v igfxtray /f
|

