清除右鍵圖形屬性 圖形選項

來源:互聯網
上載者:User
建立一個批次檔: 刪除右鍵菜單.bat
把以下內容複寫粘貼   然後儲存   執行      右鍵多餘菜單就會刪掉
@ ECHO OFF
@ ECHO.
@ ECHO.
@ ECHO.                              說 明
@ ECHO -----------------------------------------------------------------------
@ ECHO 很多顯卡在裝了驅動之後,案頭右鍵會多出一項或多項菜單,這些功能並不實用,
@ ECHO 還會拖慢右鍵的彈出速度,以Intel的整合顯卡為甚。遲純的反應速度嚴重地影響
@ ECHO 了使用者的心情。我們最好清除它。《GhostXP電腦公司特別版》作者編。
@ ECHO -----------------------------------------------------------------------
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\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
 
 

清除右鍵圖形屬性和圖形選項
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}

把以上代碼複製到記事本裡面,然後儲存為:清除右鍵圖形屬性和圖形選項.bat

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.