Merge pull request #3626 from j0rt3g4/Issue#874

Important note for #874
This commit is contained in:
Liza Poggemeyer
2019-05-15 14:52:11 -07:00
committed by GitHub

View File

@ -768,7 +768,9 @@ To remove the News app:
- Right-click the app in Start, and then click **Uninstall**.
-or-
>[!IMPORTANT]
> If you have any issues with these commands, do a system reboot and try the scripts again.
>
- Remove the app for new user accounts. From an elevated command prompt, run the following Windows PowerShell command: **Get-AppxProvisionedPackage -Online | Where-Object {$\_.PackageName -Like "Microsoft.BingNews"} | ForEach-Object { Remove-AppxProvisionedPackage -Online -PackageName $\_.PackageName}**
-and-