Remove the extra options batch method in the windows right-click menu

  
        

After many drivers have installed the driver, the desktop right button will have one or more menus. These functions are not practical and will slow down the pop-up speed of the right button, which is based on Intel's integrated graphics card. The slow reaction speed seriously affects the user's mood. We better clean it up.

Copy the following text to Notepad, save it as a .bat file, and double-click to open the .bat type file you just saved.

******************************** Text content begins ********* ************

@ ECHO OFF@ ECHO.@ ECHO.@ ECHO.;;;说; 明@ ECHO ------------ -------------------------------------------------- ---------@ ECHO After installing the driver, the desktop right button will have one or more menus. These functions are not practical. @ECHO will also slow down the pop-up speed of the right button to Intel. The integrated graphics card is even more. The slow reaction rate seriously affects @ECHO's mood. We better clean it up. "STARTCN.NET" Zhang Wenbin. @ ECHO ------------------------------------------------ -----------------------PAUSE

regsvr32 /u /s igfxpph.dllreg delete HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlers /freg add HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlersnew /ve /d {D969A300 -E7FF-11d0-A93B-00A0C90F2719}reg delete HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun /v HotKeysCmds /freg delete HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun /v IgfxTray /f

******************** **************End of text content********************************* *****

Copyright © Windows knowledge All Rights Reserved