Y
Hacker News
new
|
ask
|
show
|
jobs
by
yuuta
1263 days ago
Better way: use Get-AppxProvisionedPackage and Remove-AppxProvisionedPackage during OOBE to remove them for all users.
Bonus: Use these cmdlets on a offline mounted WIM image to build a custom image without bloats.
1 comments
yihanwu1024
1263 days ago
Sounds like what I've done:
https://github.com/yihanwu1024/Cleanup-Wim.ps1
link