windows右键文件鼠标一直转圈无响应

时间:2021-07-26 13:23:32   收藏:0   阅读:28

1、解决方法:

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

将以上代码写入文件另存为.bat后缀,文件名随便起即可,然后双击运行该文件即可。

原文:https://www.cnblogs.com/joeyJss/p/15060493.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!