From fd55463389c2d0170d099f83f9d08a7bc697b08b Mon Sep 17 00:00:00 2001 From: curben Date: Thu, 3 Jan 2019 16:41:19 +1030 Subject: [PATCH] docs: Mention debloat windows 10 --- source/_posts/how-to-remove-windows-10-default-apps.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_posts/how-to-remove-windows-10-default-apps.md b/source/_posts/how-to-remove-windows-10-default-apps.md index 9e2dbb9..b2bae93 100644 --- a/source/_posts/how-to-remove-windows-10-default-apps.md +++ b/source/_posts/how-to-remove-windows-10-default-apps.md @@ -1,7 +1,7 @@ --- title: How to remove Windows 10 default apps date: 2018-09-26 00:00:00 -lastUpdated: 2018-10-19 00:00:00 +lastUpdated: 2019-01-03 00:00:00 tags: --- Windows 10 comes bundled with many unused apps. Worse, it even install third-party apps from time to time by *itself* (even after you remove it!). Here's how to get rid of these bloatware. @@ -37,6 +37,8 @@ This is the easiest method to remove all preinstalled apps. Note: this will remo Get-AppxPackage -AllUsers | Remove-AppxPackage ``` +For more thorough removal including tracking or telemetry, use [Debloat Windows 10](https://github.com/W4RH4WK/Debloat-Windows-10) powershell script. I haven't test it myself, but it looks like it's regularly updated. + ## Uninstall specific preinstalled app 1. Launch PowerShell as administrator (right click `Run as administrator`). 2. Run the following command: