RSS
 

Posts Tagged ‘contextMenu’

清除显卡右键菜单

12 Jul

发现其在我的右键上增加了一项 ATI CATALYST Control Center 的选项,从来不用,还站位置。使用下面的bat脚本可以清除该菜单。

regsvr32 /u /s igfxpph.dll
reg delete HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers /f
reg add HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\new /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
 
No Comments

Posted in win7