본문 바로가기

마이크로소프트

마이크로소프트 엣지 (Microsoft Edge) 브라우저만 안될때

다른 브라우저 (크롬, 인터넷 익스플로러)는 잘 되는데 유독 마이크로소프트 엣지만 인터넷 연결이 안된다면?


다음 방법을 진행해 본다.

1. 아래 글에서 설명하는 시스템 복구 방법을 진행해 본다.

윈도우 시스템 파일 검사 및 복구

http://nevermet.tistory.com/33


2. 위 방법으로 해결되지 않을 경우 다음 명령을 실행한다. 다음 명령을 관리자 권한 명령 프롬프트에서 실행한다.

 DISM.exe /Online /Cleanup-image /Scanhealth

                DISM.exe /Online /Cleanup-image /Restorehealth


3. 2번까지로도 해결되지 않으면, 다음과 같이 powershell 명령을 실행한다. 이를 위해 다음 그림과 같이 powershell을 검색한다음 오른쪽 버튼으로 "Windows PowerShell ISE"를 클릭하여, 관리자 권한으로 실행한다.


4. 나타난 powershell 프롬프트에 다음 명령을 입력한다.

Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


참고:

https://answers.microsoft.com/en-us/edge/forum/edge_other-edge_win10/windows-edge-cannot-connect-to-the-internet/93ff4539-e771-4adf-8ff8-b8ff45fe7100