-
Notifications
You must be signed in to change notification settings - Fork 0
/
windows10-uninstall-apps.ps1
52 lines (44 loc) · 2.17 KB
/
windows10-uninstall-apps.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Get-AppxPackage *alarms*|Remove-AppxPackage
Get-AppxPackage *weather*|Remove-AppxPackage
Get-AppxPackage *photos*|Remove-AppxPackage
Get-AppxPackage *maps*|Remove-AppxPackage
Get-AppxPackage *recorder*|Remove-AppxPackage # Voice Recorder
Get-AppxPackage *stickynotes*|Remove-AppxPackage
Get-AppxPackage *video*|Remove-AppxPackage # Movies & TV
Get-AppxPackage *people*|Remove-AppxPackage # Contacts
Get-AppxPackage *music*|Remove-AppxPackage
Get-AppxPackage *camera*|Remove-AppxPackage
Get-AppxPackage *onenote*|Remove-AppxPackage
Get-AppxPackage *3dbuilder*|Remove-AppxPackage
Get-AppxPackage *appinstaller*|Remove-AppxPackage
Get-AppxPackage *feedbackhub*|Remove-AppxPackage
Get-AppxPackage *officehub*|Remove-AppxPackage # Get Office
Get-AppxPackage *getstarted*|Remove-AppxPackage
Get-AppxPackage *communications*|Remove-AppxPackage # mail and calendar
Get-AppxPackage *solitaire*|Remove-AppxPackage
Get-AppxPackage *skype*|Remove-AppxPackage # skype app
Get-AppxPackage *oneconnect*|Remove-AppxPackage # Paid WiFi & Cellular
# pre- / auto-installed on 1703 creators update
Get-AppxPackage *facebook*|Remove-AppxPackage
Get-AppxPackage *messaging*|Remove-AppxPackage
Get-AppxPackage *news*|Remove-AppxPackage
Get-AppxPackage *twitter*|Remove-AppxPackage
Get-AppxPackage *3dviewer*|Remove-AppxPackage
Get-AppxPackage *xbox*|Remove-AppxPackage
Get-AppxPackage *xing*|Remove-AppxPackage
Get-AppxPackage *mspaint*|Remove-AppxPackage # 3D Paint
Get-AppxPackage *candy*|Remove-AppxPackage # Candy Crush
Get-AppxPackage *hpprinter*|Remove-AppxPackage # HP AiO Printer Remote
Get-AppxPackage *marchofempires*|Remove-AppxPackage
Get-AppxPackage *minecraftuwp*|Remove-AppxPackage
Get-AppxPackage *office.sway*|Remove-AppxPackage
Get-AppxPackage *networkspeedtest*|Remove-AppxPackage
Get-AppxPackage *remotedesktop*|Remove-AppxPackage
Get-AppxPackage *duolingo*|Remove-AppxPackage
Get-AppxPackage *eclipsemanager*|Remove-AppxPackage
Get-AppxPackage *gethelp*|Remove-AppxPackage
Get-AppxPackage *print3d*|Remove-AppxPackage
# new in a fresh 1803 Windows installation
Get-AppxPackage *dolbyaccess*|Remove-AppxPackage
Get-AppxPackage *bubblewitch*|Remove-AppxPackage
Get-AppxPackage *disneymagickingdoms*|Remove-AppxPackage