要将默认浏览器设置为IE并使应用程序不跳出框来,可以按照以下步骤操作:

  1. 打开命令提示符,以管理员身份运行。

  2. 输入以下命令并按Enter键:

REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE" /v "Path" /t REG_SZ /d "\"%ProgramFiles%\Internet Explorer\"" /f
  1. 输入以下命令并按Enter键:
REG ADD HKCU\SOFTWARE\Microsoft\Internet Explorer\Main /v "Check_Associations" /t REG_DWORD /d 00000000 /f
  1. 输入以下命令并按Enter键:
REG ADD HKCU\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice /v "Progid" /t REG_SZ /d "IE.HTTP" /f
REG ADD HKCU\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice /v "Progid" /t REG_SZ /d "IE.HTTPS" /f
REG ADD HKCU\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp\UserChoice /v "Progid" /t REG_SZ /d "IE.FTP" /f
  1. 关闭命令提示符。

这样,你的默认浏览器就会被设置为IE,并且应用程序将默认使用IE而不会跳出框。

win10中通过命令行设置默认浏览器为ie应用程序不跳框默认就用ie

原文地址: https://www.cveoy.top/t/topic/bq6Q 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录