A very dirty oneliner to remove Windows Store Apps from Windows 10 :
Get-AppxPackage | where { $_.name -notmatch "Microsoft.WindowsStore" -and $_.name -notmatch "Microsoft.WindowsCalculator" } | remove-appxpackage -ea silentlycontinue | out-null
Scripts, oneliners and various technical articles
A very dirty oneliner to remove Windows Store Apps from Windows 10 :
Get-AppxPackage | where { $_.name -notmatch "Microsoft.WindowsStore" -and $_.name -notmatch "Microsoft.WindowsCalculator" } | remove-appxpackage -ea silentlycontinue | out-null
I’ve been running into several updates, especially the past year or so, which breaks Windows one way or another.
So I’ve decided to make a list of those, at least for myself, to keep track.
KB3063109 Updates HyperV Integration Services to 6.3.9600.18080, caused BSOD 0x0000007B (INACCESSIBLE_BOOT_DEVICE) on multiple VMs running 2012R2