Windows 10에는 시작 메뉴, Cortana, Microsoft Edge 브라우저, Xbox, Microsoft 스토어, 사진, 그림판 3D, 원노트, 스카이프 등과 같은 여러 가지 범용 앱이 내장되어 있습니다. 이들은 사전에 제공되는 기본 내장 앱입니다. - Windows 10으로 업그레이드를 설치하는 동안 설치되었습니다. 최근 Windows 10 업그레이드 후 특정 앱이 누락된 것을 볼 수 있습니다. 또는 최신 업데이트를 설치한 후 앱이 제대로 작동하지 않거나 충돌하거나 응답하지 않습니다. 또는 일부 다른 앱의 경우 많은 앱이 손상되어 제대로 작동하지 않습니다.
이러한 경우에는 아래 단계에 따라 앱을 재설정하는 것이 좋습니다.
- Windows + I 키보드 단축키를 눌러 설정 앱을 엽니다.
- 앱을 클릭한 다음 앱 및 기능을 클릭합니다.
- 이제 문제가 있는 앱을 선택하고 고급 옵션을 클릭합니다.
- 아래로 스크롤하여 재설정 옵션을 클릭합니다.
- 재설정을 다시 클릭하여 앱을 기본 설정으로 재설정합니다.
그러나 재설정 옵션으로 문제가 해결되지 않거나 Windows 10 1903 업그레이드 후 앱이 사라진 경우 Windows 10에서 제거된 앱을 복원하는 방법은 다음과 같습니다.
기본 Windows 앱을 다시 등록하는 방법
Windows PowerShell에서 일부 명령줄을 수행하여 내장 Windows 앱을 다시 설치하거나 다시 등록할 수 있습니다. PowerShell 명령을 사용하여 Windows 10 컴퓨터에 특정 기본 앱 또는 모든 기본 내장 앱을 다시 설치하는 단계별 가이드입니다.
Windows 10에 모든 내장 앱 재설치
내장된 모든 Windows 앱을 다시 설치하려면
- 관리자 권한으로 Windows PowerShell을 엽니다.
- win + X를 누르고 PowerShell( admin )을 선택하면 됩니다.
- 이제 PowerShell에서 아래 명령을 복사/붙여넣고 Enter 키를 눌러 동일하게 실행합니다.
Get-AppXPackage | 각 {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} 피>
그런 다음 현재 로그인한 계정에 대해 Windows 10에 모든 기본 앱을 설치하려고 시도합니다. 또는 아래 명령을 사용하여 모든 사용자에 대해 Windows 앱을 다시 등록할 수 있습니다.
Get-AppxPackage -Allusers | Foreach {Add-AppxPackage -register “$($_.InstallLocation)\appxmanifest.xml” -DisableDevelopmentMode} 피>
기본 앱 중 하나가 컴퓨터에 이미 설치되어 있으면 이름이 빨간색으로 표시됩니다. 새로 시작하려면 창 다시 시작 명령을 완료한 후 빨간색 선을 무시하십시오. 이제 앱 관련 문제가 해결되었는지 확인하세요.
Windows 10에서 특정 내장 앱 재설치
특정 Windows 앱에 문제가 있고 다른 앱이 제대로 작동하는 경우 위의 명령을 수행하여 모든 앱을 다시 등록/다시 설치할 필요가 없습니다. 특정 Windows 앱만 다시 등록하려면 아래 명령을 확인하십시오.
- Win + X를 누르고 선택하여 PowerShell(관리자)을 다시 엽니다.
- 아래의 관리자 PowerShell 프롬프트에서 복사/붙여넣기 명령을 입력하고 Enter 키를 눌러 동일하게 실행합니다.
- 3D 작성기: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *3DBuilder*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 알람 및 시계: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *WindowsAlarms*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 앱 커넥터: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *AppConnector*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 계산기: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *WindowsCalculator*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 캘린더 및 메일: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *windowscommunicationsapps*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 카메라: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *WindowsCamera*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 캔디 크러쉬 소다 사가: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *CandyCrushSodaSaga*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 연결: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *PPIProjection*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 지원팀에 문의: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *ContactSupport*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 코타나: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *Windows.Cortana*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 피드백 허브: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *WindowsFeedbackHub*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 취업: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *MicrosoftOfficeHub*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 시작하기: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *GetStarted*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 메일 및 캘린더: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *windowscommunicationsapps*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 지도: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *WindowsMaps*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 메시지: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *Messaging*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 마이크로소프트 엣지: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *MicrosoftEdge*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Microsoft Solitaire Collection: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *MicrosoftSolitaireCollection*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 돈: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *BingFinance*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 영화 및 TV: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *ZuneVideo*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 뉴스: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *BingNews*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 원노트: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *Office.OneNote*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 3D 페인팅: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *MSPaint*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 사람: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *People*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 전화: 리>
PowerShell -ExecutionPolicy 무제한 -Command "&{$manifest =(Get-AppxPackage *CommsPhone*).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- 전화 도우미: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *WindowsPhone*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Photos: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *Photos*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Settings: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *immersivecontrolpanel*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Skype: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *SkypeApp*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Sports: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *BingSports*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Sticky Notes: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *MicrosoftStickyNotes*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Microsoft Store: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *microsoftStore*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Sway: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *Office.Sway*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Twitter: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *Twitter*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Voice Recorder: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *WindowsSoundRecorder*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Weather: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *BingWeather*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Xbox: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *XboxApp*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Xbox One SmartGlass: 리>
PowerShell -ExecutionPolicy Unrestricted -Command “&{$manifest =(Get-AppxPackage *XboxOneSmartGlass*).InstallLocation + ‘\AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
Note:windows add new apps regularly. So may the app you are getting problem not listed above then you can follow the below steps to re-register the specific app.
On Admin PowerShell type Get-AppxPackage -AllUsers | Select Name, PackageFullName and hit the enter key. This will display available packages (for installation) on your computer. look for the App that you want to re-register (re-install) for the current user. ( for ex we want to re-install Skype app )
Here first copy the package name by select and press Ctrl + C and paste on notepad. ( for ex:Microsoft.SkypeApp_11.8.204.0_x64__kzf8qxf38zg5c ) and the perform command below.
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “C:\Program Files\WindowsApps\PackageFullName\appxmanifest.xml” -DisableDevelopmentMode 피>
Note:Replace the package name which you copied from PowerShell. This means the command would be like bellow
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “C:\ProgramFiles\WindowsApps\Microsoft.SkypeApp_11.8.204.0_x64__kzf8qxf38zg5c\appxmanifest.xml” -DisableDevelopmentMode 피>
Press enter and wait until executing the command, After that Restart windows and check the specific which you recently re-install working properly.
Reset your PC to its default settings
If the above solutions didn’t fix the problem then Reset this PC is probably a good fix that reinstalls Windows 10 without affecting your files and folder.
- Open Settings .
- Click on Update &Security .
- Click on Recovery .
- Under “Reset this PC,” click the Get Started 버튼.
Select the Keep may files 옵션. and follow on-screen instructions to reset Windows 10 Without effecting files.
Did this help to reinstall preinstalled apps for windows 10? 아래 댓글을 통해 알려주세요. 또한 읽어보세요.
- How to Remove Activate Windows 10 watermark permanently
- Windows 10 laptop won’t wake up from sleep mode? Here how to fix it
- Fix error status 0xc000012f Bad Image Error on Windows 10
- Windows 10에서 보호를 위해 이 앱이 차단된 문제 수정
- How To Update, Re-install, Roll Back Device Drivers in Windows 10