안녕하세요. 덕산연구소 입니다.
윈도우를 사용하다 보면 필요 없는 기본 앱 삭제가 필요할 때가 있는데 기본적으로 삭제가 안되게 되어 있습니다.
꼭 삭제를 하고 싶으시다면 윈도우10의 powershell 관리자 권한으로 실행합니다.
아래에 리스트에 있는 앱 삭제 명령어를 입력하면 앱이 삭제되는 걸 확인할 수 있습니다.
주의하실 점은 반드시 불필요한 것만 삭제 바랍니다.
기본 앱 삭제 리스트입니다. 중요도 참고하시기 바랍니다.(개인적인 중요도이므로 참고만하세요)
중요도 상일 경우 삭제를 안 하는 걸로 추천드립니다.
3D 빌더 (중요도:하)
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
알람과 시계 (중요도:상)
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
계산기 (중요도:상)
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
캘린더와 메일 (중요도:중)
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
카메라 (중요도:하) *일반 PC 에서는 크게 쓰지 않으나, 노트북에서는 삭제 주의 바랍니다.
Get-AppxPackage *windowscamera* | Remove-AppxPackage
기본 제공된 오피스 : (중요도:상)
Get-AppxPackage *officehub* | Remove-AppxPackage
스카이프 (중요도:하)
Get-AppxPackage *skypeapp* | Remove-AppxPackage
기본 제공 음악 재생 (그루브) (중요도:하)
Get-AppxPackage *zunemusic* | Remove-AppxPackage
지도 (중요도:중)
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
무비 앤 TV (중요도:하)
Get-AppxPackage *zunevideo* | Remove-AppxPackage
뉴스 (중요도:하)
Get-AppxPackage *bingnews* | Remove-AppxPackage
원노트 (중요도:하)
Get-AppxPackage *onenote* | Remove-AppxPackage
피플 (중요도:하) *이미 윈도우에서 퇴출되어 보통은 삭제가 되어있을 겁니다.(최신 윈도우 기준)
Get-AppxPackage *people* | Remove-AppxPackage
사진 관리 프로그램 (중요도:하)
Get-AppxPackage *photos* | Remove-AppxPackage
앱스토어 (중요도:상) *가급적 건드리지 않는 걸로 추천
Get-AppxPackage *windowsstore* | Remove-AppxPackage
스포츠 (중요도:하)
Get-AppxPackage *bingsports* | Remove-AppxPackage
보이스 레코더 (중요도:하)
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
날씨 (중요도:하)
Get-AppxPackage *bingweather* | Remove-AppxPackage
엑스박스 (중요도:중)
Get-AppxPackage *xboxapp* | Remove-AppxPackage
재설치 하기
삭제된 앱을 다시 설치하고자 한다면 Microsoft Store (앱스토어)에서 검색하여 재설치해주시면 됩니다.
이상 윈도우10 기본 앱 삭제와 설치에 대해 알아보았습니다!