mirror of https://gitlab.com/curben/blog
docs: add removal instruction of Your Phone
This commit is contained in:
parent
8af7719fdd
commit
3503857901
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: How to remove Windows 10 default apps
|
title: How to remove Windows 10 default apps
|
||||||
date: 2018-09-26 00:00:00
|
date: 2018-09-26 00:00:00
|
||||||
lastUpdated: 2019-01-03 00:00:00
|
lastUpdated: 2019-03-01 00:00:00
|
||||||
tags:
|
tags:
|
||||||
- Microsoft
|
- Microsoft
|
||||||
---
|
---
|
||||||
|
@ -46,7 +46,7 @@ For more thorough removal including tracking or telemetry, use [Debloat Windows
|
||||||
```
|
```
|
||||||
Get-AppxPackage *<app-name>* | Remove-AppxPackage
|
Get-AppxPackage *<app-name>* | Remove-AppxPackage
|
||||||
```
|
```
|
||||||
3. Substitute `<app-name>` with the package name listed below:
|
3. Substitute `<app-name>` with the package name listed below. Right click on PowerShell to paste.
|
||||||
For example to remove 3D Builder,
|
For example to remove 3D Builder,
|
||||||
```
|
```
|
||||||
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
|
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
|
||||||
|
@ -58,6 +58,7 @@ App name | Package name
|
||||||
3D Viewer | 3dviewer
|
3D Viewer | 3dviewer
|
||||||
Alarms and Clock¹ | windowsalarms
|
Alarms and Clock¹ | windowsalarms
|
||||||
Calendar and Mail¹ | windowscommunicationsapps
|
Calendar and Mail¹ | windowscommunicationsapps
|
||||||
|
Calculator | windowscalculator
|
||||||
Camera | windowscamera
|
Camera | windowscamera
|
||||||
Get Office | officehub
|
Get Office | officehub
|
||||||
Get Skype | skypeapp
|
Get Skype | skypeapp
|
||||||
|
@ -69,6 +70,7 @@ Money | bingfinance
|
||||||
Movies & TV | zunevideo
|
Movies & TV | zunevideo
|
||||||
News | bingnews
|
News | bingnews
|
||||||
OneNote | onenote
|
OneNote | onenote
|
||||||
|
Paint | mspaint
|
||||||
People | people
|
People | people
|
||||||
Phone Companion | windowsphone
|
Phone Companion | windowsphone
|
||||||
Photos² | photos
|
Photos² | photos
|
||||||
|
@ -79,11 +81,11 @@ Voice Recorder | soundrecorder
|
||||||
Wallet | wallet
|
Wallet | wallet
|
||||||
Weather | bingweather
|
Weather | bingweather
|
||||||
Xbox | xboxapp
|
Xbox | xboxapp
|
||||||
|
Your Phone | yourphone
|
||||||
¹ These are *not* the time and date view you get at the bottom right. Safe to remove.
|
¹ These are *not* the time and date view you get at the bottom right. Safe to remove.
|
||||||
² This is a full-screen/[UWP](https://en.wikipedia.org/wiki/Universal_Windows_Platform_apps) image viewer. Safe to remove.
|
² This is a full-screen/[UWP](https://en.wikipedia.org/wiki/Universal_Windows_Platform_apps) image viewer. Safe to remove.
|
||||||
³ You might need it. Safe to remove if you don't.
|
³ You might need it. Safe to remove if you don't.
|
||||||
|
|
||||||
4. You can even remove Calculator `windowscalculator` and Paint `mspaint` if you're really sure you don't need them.
|
|
||||||
|
|
||||||
|
|
||||||
## Prevent removed default apps from returning during an update
|
## Prevent removed default apps from returning during an update
|
||||||
|
@ -180,6 +182,8 @@ On a side note, version 1809 (October 2018 Update) is able to uninstall:
|
||||||
- Tips
|
- Tips
|
||||||
- Weather
|
- Weather
|
||||||
|
|
||||||
|
**Update (*01/03/2019*):** Windows 10 version 1809 (released in October 2018) includes Your Phone app. [Instruction](#uninstall-specific-preinstalled-app) has been updated.
|
||||||
|
|
||||||
|
|
||||||
Source: [1](https://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-them/), [2](https://www.addictivetips.com/windows-tips/remove-default-windows-10-apps-using-powershell/), [3](https://docs.microsoft.com/en-us/windows/application-management/remove-provisioned-apps-during-update), [4](https://docs.microsoft.com/en-gb/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services)
|
Source: [1](https://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-them/), [2](https://www.addictivetips.com/windows-tips/remove-default-windows-10-apps-using-powershell/), [3](https://docs.microsoft.com/en-us/windows/application-management/remove-provisioned-apps-during-update), [4](https://docs.microsoft.com/en-gb/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue