Skip to content

Instantly share code, notes, and snippets.

View PremiumFantasy's full-sized avatar

PremiumFantasy

View GitHub Profile
@mrik23
mrik23 / Windows10-Unbloating-v1.ps1
Created December 27, 2017 12:52
PowerShell script to remove bloatware shipped in Windows 10 and disabled unwanted features. Tested on version 1709.
# Windows 10 Unbloating
# Inspired by:
# https://github.com/W4RH4WK/Debloat-Windows-10/blob/master/scripts/remove-default-apps.ps1
# https://github.com/Disassembler0/Win10-Initial-Setup-Script/blob/master/Win10.ps1
# Uninstall default Microsoft applications
$MsftBloatApps = @(
"Microsoft.3DBuilder"
"Microsoft.BingFinance"
"Microsoft.BingNews"