zoukankan      html  css  js  c++  java
  • 去掉右键多余显卡菜单

    去掉右键多余显卡菜单

    方法一: 

      怎么去掉右键多余菜单 ATI 或 NVIDIA Control Panel
      显卡驱动是ATI的,怎么设置才能在我刷新的时候没有这个红色的图表,要不刷新时那个栏很粗,很不爽.我实在找不到在哪里设置

      后来找到了这个
      用REGSVR32命令卸载了ati的这个dll:在“运行”中输入:regsvr32 atiacmxx.dll /u 回车,再在桌面点击你的右键看看:)

      如果想弄回来就输入命令:regsvr32 atiacmxx.dll

      装NVIDIA显卡后,去掉桌面右键多余NVIDIA Control Panel

      点开始-运行-输入 regsvr32 /u nvcpl.dll 就ok了

      下面是其他右键去除办法!!

      将以下内容拷贝至记事本

      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}

      保存,文件名随便取,将文件后缀名又.txt改为 .cmd

      然后运行文件,再在桌面上点一下右键,看看碍眼的多余菜单是不是没了

    方法二: 

    去除显卡右键菜单

    1.开始--->运行

    键入 regsvr32 /u igfxpph.dll 回车

    即可去除多余的intel右键菜单;

    当然如果你想找回来,也是有办法的.

    开始--->运行

    键入 regsvr32 igfxpph.dll 回车 ok;

    不过相信没人愿意找回,^&^

    2.通过注册表来完成.

    打开记事本

    输入如下内容:

    REGEDIT4

    [-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\igfxcui]

    保存为intel.reg (intel可任意,只要保存成注册表文件即可 ^_^)

    然后再打开一下保存的文件,同样也可以去掉多余的intel右键菜单.

     

    去除Intel集成显卡桌面右键

    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

     

  • 相关阅读:
    Leetcode 538. Convert BST to Greater Tree
    Leetcode 530. Minimum Absolute Difference in BST
    Leetcode 501. Find Mode in Binary Search Tree
    Leetcode 437. Path Sum III
    Leetcode 404. Sum of Left Leaves
    Leetcode 257. Binary Tree Paths
    Leetcode 235. Lowest Common Ancestor of a Binary Search Tree
    Leetcode 226. Invert Binary Tree
    Leetcode 112. Path Sum
    Leetcode 111. Minimum Depth of Binary Tree
  • 原文地址:https://www.cnblogs.com/Dageking/p/2975339.html
Copyright © 2011-2022 走看看