Skip to content

Instantly share code, notes, and snippets.

@ZENEZ-ORG
Created July 2, 2018 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZENEZ-ORG/400a8a8e46c3ab6776aba09254146d7d to your computer and use it in GitHub Desktop.
Save ZENEZ-ORG/400a8a8e46c3ab6776aba09254146d7d to your computer and use it in GitHub Desktop.
윈도우 기본앱 지우기
스카이프 Get Skype
Get-AppxPackage *skypeapp* | Remove-AppxPackage
3D빌더: 3D Builder
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
맵스 지도 어플Maps
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
그루브 뮤직: Groove Music
Get-AppxPackage *zunemusic* | Remove-AppxPackage
뉴스: News
Get-AppxPackage *bingnews* | Remove-AppxPackage
피플: People
Get-AppxPackage *people* | Remove-AppxPackage
원노트: OneNote
Get-AppxPackage *onenote* | Remove-AppxPackage
캘린더 앤 메일: Calendar and Mail
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
카메라: Camera
Get-AppxPackage *windowscamera* | Remove-AppxPackage
오피스: Get Office
Get-AppxPackage *officehub* | Remove-AppxPackage
알람 앤 클락: Alarms and Clock
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
계산기: Calculator
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
시작: Get Started
Get-AppxPackage *getstarted* | Remove-AppxPackage
Microsoft Solitaire Collection
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
머니: Money
Get-AppxPackage *bingfinance* | Remove-AppxPackage
무비 앤 티비: Movies & TV
Get-AppxPackage *zunevideo* | 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment