생활의 팁

윈도우 10 앱 제거 및 재설치

류. 2019. 11. 8. 22:24


출처 jsix.tistory.com




<시작> - <Windows PowerShell> 마우스 오른쪽 클릭 - <관리자로 실행>



3D Builder (3D 빌더)

Get-AppxPackage *3dbuilder* | Remove-AppxPackage


Alarms and Clock (알람 및 시계)

Get-AppxPackage *windowsalarms* | Remove-AppxPackage


Calculator (계산기)

Get-AppxPackage *windowscalculator* | Remove-AppxPackage


Calendar and Mail (메일 및 일정)

Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage


Camera (카메라)

Get-AppxPackage *windowscamera* | Remove-AppxPackage


Get Office (오피스)

Get-AppxPackage *officehub* | Remove-AppxPackage


Get Skype (스카이프)

Get-AppxPackage *skypeapp* | Remove-AppxPackage


Get Started (시작)

Get-AppxPackage *getstarted* | Remove-AppxPackage


Groove Music(그루브 뮤직)

Get-AppxPackage *zunemusic* | Remove-AppxPackage


Maps (지도)

Get-AppxPackage *windowsmaps* | Remove-AppxPackage


Microsoft Solitaire Collection (카드 게임)

Get-AppxPackage *solitairecollection* | Remove-AppxPackage


Money (머니)

Get-AppxPackage *bingfinance* | Remove-AppxPackage


Movies & TV (영화)

Get-AppxPackage *zunevideo* | Remove-AppxPackage


News (뉴스)

Get-AppxPackage *bingnews* | Remove-AppxPackage


OneNote (원노트)

Get-AppxPackage *onenote* | Remove-AppxPackage


People (피플)

Get-AppxPackage *people* | Remove-AppxPackage


Phone Companion (휴대폰 도우미)

Get-AppxPackage *windowsphone* | Remove-AppxPackage


Photos (사진)

Get-AppxPackage *photos* | Remove-AppxPackage


Store (스토어)

Get-AppxPackage *windowsstore* | Remove-AppxPackage


Sports (스포츠)

Get-AppxPackage *bingsports* | Remove-AppxPackage


Voice Recorder (녹음기)

Get-AppxPackage *soundrecorder* | Remove-AppxPackage


Weather (날씨)

Get-AppxPackage *bingweather* | Remove-AppxPackage


Xbox (엑스박스)

Get-AppxPackage *xboxapp* | Remove-AppxPackage



------------------

재설치 복구 명령어

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

https://answers.microsoft.com/ko-kr/windows/forum/all/%EC%9C%88%EB%8F%84%EC%9A%B0/b39e6a16-0d7f-4178-a88b-9ab80e855981



윈도우 10 스토어 복구


1. 웹 및 Windows 검색 창에서 powershell 을 입력한 후 검색된 결과값을 마우스 오른쪽 버튼으로 클릭하여 나타나는 텍스트 메뉴에서 '관리자 권한으로 실행' 을 클릭합니다.
(사용자 계정 컨트롤 확인 창이 나타나면 '예' 를 클릭합니다.)


2. PowerShell 창이 나타나면 아래의 명령어를 복사 - 붙여넣기하여 입력합니다.
Add-AppxPackage -register "C:\Program Files\WindowsApps\*WindowsStore*\AppxManifest.xml" -DisableDevelopmentMode

위의 명령어가 적용되지 않는 경우 아래 명령어로 적용해 봅니다.
Add-AppxPackage -register "C:\Program Files\WindowsApps\*Store*\AppxManifest.xml" -DisableDevelopmentMode


https://answers.microsoft.com/ko-kr/windows/forum/all/%ec%9c%88%eb%8f%84%ec%9a%b0-10/d1ae08c3-209f-4c83-9f9e-3d3e187830a4



또는 마이크로소프트 스토어에서 원하는 윈도우 앱을 검색, 설치하면 된다.

https://www.microsoft.com/ko-kr/store/apps/windows