Windos实用右键导航

主要功能介绍:
1、鼠标右键多了一个网址导航,不用每次都去桌面找浏览器才能打开网页了。
2、修复鼠标右键的功能缺失,比如右键无法新建文档啥的。
3、清除鼠标右键多余的菜单选项,让右键看起来不这么臃肿

@echo off
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 add HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New /ve /t REG_SZ /d {D969A300-E7FF-11d0-A93B-00A0C90F2719} /f
reg add HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}
reg add HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}\InProcServer32
reg add HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}\InProcServer32 /ve /t reg_expand_sz /d %SystemRoot%\system32\shdocvw.dll /f
reg add HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}\Instance
reg add HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}\Instance /v CLSID /t reg_sz /d {3f454f0e-42ae-4d7c-8ea3-328250d6e272} /f
reg add HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}\Instance\InitPropertyBag
reg add HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}\Instance\InitPropertyBag /v Param1 /t reg_sz /d https://www.2345.com/?k2248397 /f
reg add HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}\Instance\InitPropertyBag /v command /t reg_sz /d "网址导航" /f
reg add HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}\Instance\InitPropertyBag /v method /t reg_sz /d ShellExecute /f
reg add HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}\Instance\InitPropertyBag /v CLSID /t reg_sz /d {13709620-C279-11CE-A49E-444553540000} /f
reg add HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\{00000000-0000-0000-0000-000000000002}
CLS
color 2e

相关文章

发表新评论