Windows PowerShell을 관리자 권한으로 실행 후 복사&붙여넣기

 

#3D Builder

get-appxpackage *3dbuilder* | remove-appxpackage

 

#Alarms and Clock

get-appxpackage *alarms* | remove-appxpackage

 

#App Connector

get-appxpackage *appconnector* | remove-appxpackage

 

#App Installer

get-appxpackage *appinstaller* | remove-appxpackage

 

#Calendar and Mail

get-appxpackage *communicationsapps* | remove-appxpackage

 

#Camera

get-appxpackage *camera* | remove-appxpackage

 

#Feedback Hub

get-appxpackage *feedback* | remove-appxpackage

 

#GetHelp

get-appxpackage *gethelp* | remove-appxpackage

 

#Get Office

get-appxpackage *officehub* | remove-appxpackage

 

#Get Started or Tips

get-appxpackage *getstarted* | remove-appxpackage

 

#Get Skype

get-appxpackage *skypeapp* | remove-appxpackage

 

#Groove Music

get-appxpackage *zunemusic* | remove-appxpackage

 

#Groove Music and Movies and TV

get-appxpackage *zune* | remove-appxpackage

 

#Maps

get-appxpackage *maps* | remove-appxpackage

 

#Messaging and Skype Video

get-appxpackage *messaging* | remove-appxpackage

 

#Microsoft Solitaire Collection

get-appxpackage *solitaire* | remove-appxpackage

 

#Microsoft Wallet

get-appxpackage *wallet* | remove-appxpackage

 

#Microsoft Wi-Fi

get-appxpackage *connectivitystore* | remove-appxpackage

 

#Money

get-appxpackage *bingfinance* | remove-appxpackage

 

#Money and News and Sports and Weather

get-appxpackage *bing* | remove-appxpackage

 

#Movies and TV

get-appxpackage *zunevideo* | remove-appxpackage

 

#News

get-appxpackage *bingnews* | remove-appxpackage

 

#OneNote

get-appxpackage *onenote* | remove-appxpackage

 

#Paid Wi-Fi and Cellular

get-appxpackage *oneconnect* | remove-appxpackage

 

#Paint 3D

get-appxpackage *mspaint* | remove-appxpackage

 

#People

get-appxpackage *people* | remove-appxpackage

 

#Phone

get-appxpackage *commsphone* | remove-appxpackage

 

#Phone Companion

get-appxpackage *windowsphone* | remove-appxpackage

 

#Phone and Phone Companion

get-appxpackage *phone* | remove-appxpackage

 

#Photos

get-appxpackage *photos* | remove-appxpackage

 

#Sports

get-appxpackage *bingsports* | remove-appxpackage

 

#Sticky Notes

get-appxpackage *sticky* | remove-appxpackage

 

#Sway

get-appxpackage *sway* | remove-appxpackage

 

#View 3D

get-appxpackage *3d* | remove-appxpackage

 

#Voice Recorder

get-appxpackage *soundrecorder* | remove-appxpackage

 

#Weather

get-appxpackage *bingweather* | remove-appxpackage

 

#Windows Holographic

get-appxpackage *holographic* | remove-appxpackage

 

#Xbox

get-appxpackage *xbox* | remove-appxpackage

 

Windows Store는 지우지 않고 남겨두는 것을 권장합니다.

 

#Windows Store

get-appxpackage *windowsstore* | remove-appxpackage

 

gist.github.com/icetee/4bf10b808f4d7892bbc1#file-win10_normalizer-ps1

'Windows' 카테고리의 다른 글

사용하는 프로그램  (0) 2018.06.29
Windows 10 초기 설정  (0) 2018.06.29
가상 메모리 설정  (0) 2018.06.29

+ Recent posts