| 关键词: Run TRUEobjShell objShell HKEY ContextMenuHandl delete CurrentVersion Background Microsoft reg |
有些驱动光盘,加一些右键,这个VBS就是去掉这些多余的,以下代码存为.vbs运行 Set objShell = CreateObject ("Wscript.Shell") objShell.Run("regsvr32 /u /s igfxpph.dll"),0 ,TRUE objShell.Run("reg delete HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers /f"),0 ,TRUEobjShell.Run("reg add HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\new /ve /d {D969A300-E7FF-11d0-A93B-00A0C90F2719}"),0 ,TRUEobjShell.Run("reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v HotKeysCmds /f"),0 ,TRUEobjShell.Run("reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v IgfxTray /f"),0 ,TRUE |
|
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系
[邮箱地址] 删除
|