호호호, 어느새 시간이 훅훅 지나가 2015년의 4분기에 이르게 되었네? 내가 군대에 있을 때에도 이 속도로 훅훅 갔으면 좋겠다.
윈도우10 은 N 제품군을 사용하더라도 기본 앱이 기본적으로 깔려있어. 아무래도 운영체제 자체에서 이미지 뷰어나 플레이어, 브라우저 등은 기본적으로 제공해야 된다는 개념 때문에 설치되어 있는 모양이야. 때문에 이미지 뷰어나 엣지를 제외하고서도 계산기나 녹음기 등등의 일부 기본 프로그램들은 윈도우10 에서는 앱으로 설치돼!
이런 기본적인 앱을 꼴보기 싫어하는 사람들이 가끔 있어. 나도 그래. 쓸모있는 몇개 빼고는 다 지워줘야 적성이 풀려. 계산기나 녹음기 같은 필수적인 프로그램을 제외하고는 모두 제거하자. 일부 자체적으로 제거할 수 있는 앱들도 있으니 그런 앱들은 "오른쪽 클릭-제거"를 통해 삭제를 하면 돼. 삭제가 안되는 앱들만 참고하도록 해.
시작에서 윈도우 파워쉘(Windows Powershell)이라는 프로그램을 관리자 권한으로 열어줘.
그 다음은, 아래의 명령어들을 복사 붙여넣기 해주면 돼.
알람, 시계(Alarm 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
그루브 음악(Groove Music)
Get-AppxPackage *zunemusic* | Remove-AppxPackage
지도(Maps)
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Microsoft Solitaire Collection
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
영화, TV(Movies and TV)
Get-AppxPackage *zunevideo* | Remove-AppxPackage
피플(People)
Get-AppxPackage *people* | Remove-AppxPackage
윈도우폰(Windows Phone)
Get-AppxPackage *windowsphone* | Remove-AppxPackage
사진(Photos)
Get-AppxPackage *photos* | Remove-AppxPackage
스토어(WIndows Store)
Get-AppxPackage *windowsstore* | Remove-AppxPackage
녹음기(Sound Recorder)
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
XBOX
Get-AppxPackage *xboxapp* | Remove-AppxPackage
이정도 되는 앱들이 기본적으로 깔려있긴 한데.. 피플이나 영화, TV 같은 앱들은 전혀 사용하지 않으니 삭제해주면 돼.