如何使用命令行将IE设置为Win10默认浏览器
在Win10中,可以通过以下步骤使用命令行设置默认浏览器为IE:
-
打开命令提示符(按Win+R,输入cmd,按Enter键)。
-
输入以下命令并按Enter键:
reg add 'HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice' /v 'ProgId' /d 'IE.HTTP' /f reg add 'HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice' /v 'ProgId' /d 'IE.HTTPS' /f -
关闭命令提示符窗口。
以上命令将在注册表中设置默认浏览器为IE,下次打开链接时就会自动使用IE打开。
原文地址: https://www.cveoy.top/t/topic/mTZN 著作权归作者所有。请勿转载和采集!