본문 바로가기
LUCY/· 브라우저

Edge PowerShell 패키지 초기화

by 닐기 2023. 11. 15.

Edge-PowerShell-패키지-최기화

▲ 엣지 확장프로그램 삭제

remove-item $env:localappdata\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\* -recurse -Force 2>$null

 

 

Edge-PowerShell-패키지-최기화

▲ 엣지 패키지 초기화

Get-AppXPackage -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

 

 

Edge-PowerShell-패키지-최기화

▲ 완료.

 

엣지 패키지 초기화 명량어.txt
0.00MB