질문과 답변

윈 도 우 기본앱 브라우저 변경 레지스트리 명령어 관련 질문

2023.10.26 11:22

컴맹입니다요. 조회:264

안녕하세요.

제가 일하는곳에 기본앱브라우저 변경 관련 해서 배치파일을 만들어 배포하려 하는데

크롬이 설정 되어있는 분들은 크롬으로 나두고 나머지 브라우저를 쓰시는분들은 전체 엣지로 변경을 하려 함에 있어

어려움이 있어서 질문드립니다.

 

@echo off

rem Enable Internet Explorer Compatibility Mode on the Chromium Edge

reg add HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Edge /v InternetExplorerIntegrationLevel /t REG_DWORD /d 1 /f

rem Chromium Edge DefaultBrowser

reg add HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Edge /v DefaultBrowserSettingEnabled /t REG_DWORD /d 0 /f

reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice /v Hash /t REG_SZ /d LKh8L88aKNA= /f

reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice /v ProgId /t REG_SZ /d MSEdgeHTM /f

reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice /v Hash /t REG_SZ /d wwdod282LLs= /f

reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice /v ProgId /t REG_SZ /d MSEdgeHTM /f

 

현재 이와 같이 엣지로 변경하는 명령어는 만들었는데 크롬 사용자들에게는 그대로 유지하게끔 하고 싶은데 방법이 없을까요?

 

XE1.11.6 Layout1.4.8