I just remove everything afterwards. This command alone will do wonders, it will uninstall all inbuilt apps, even those you do not want to, like codecs. Code: start "" /wait C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe "Get-AppXPackage | where-object {$_.name -notlike '*store*'} | Remove-AppxPackage"