是的,你可以在Windows 10中使用批处理脚本来设置默认浏览器。下面是一个示例脚本:
@echo off
setlocal
set browserPath="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice" /v ProgId /d ChromeHTML /f
reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice" /v ProgId /d ChromeHTML /f
reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice" /v Hash /d "SHA256" /f
reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice" /v Hash /d "SHA256" /f
reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice" /v HashAlg /d "SHA256" /f
reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice" /v HashAlg /d "SHA256" /f
reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice" /v ProgId /d ChromeHTML /f
reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice" /v ProgId /d ChromeHTML /f
reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice" /v ApplicationIcon /d %browserPath%,0 /f
reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice" /v ApplicationIcon /d %browserPath%,0 /f
reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice" /v FriendlyTypeName /d "Google Chrome" /f
reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice" /v FriendlyTypeName /d "Google Chrome" /f
endlocal
在上面的示例中,我们将默认浏览器设置为Google Chrome。你可以将browserPath
变量的值更改为你想要设置为默认浏览器的浏览器的安装路径。
请注意,运行批处理脚本需要管理员权限。你可以将脚本保存为.bat
文件,然后右键单击该文件并选择“以管理员身份运行”。
这是一个简单的示例,你可以根据需要进行修改和扩展。
领取专属 10元无门槛券
手把手带您无忧上云