Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.7k stars 1.07k forks source link

Add DeprovisionMsftBloat and DeprovisionXboxFeatures #239

Open kroimon opened 5 years ago

kroimon commented 5 years ago

These functions de-provision apps, which prevents them from being installed automatically for new user accounts.

Commented out apps are provisioned but should probably be left untouched. They are also not removed in UninstallMsftBloat by default, but I wanted them to be included for reference and easy enabling in case someone wants to remove them.

Disassembler0 commented 5 years ago

This is mostly duplicate of #165. But OK, I see that it's really wanted feature, so I'll rework it and add it somewhere deep down.