Merge pull request #3706 from j0rt3g4/Issue#874

Do a Reboot for Restart the PC.
This commit is contained in:
Andrea Barr
2019-05-24 14:29:31 -07:00
committed by GitHub

View File

@ -666,7 +666,7 @@ To remove the News app:
-or-
>[!IMPORTANT]
> If you have any issues with these commands, do a system reboot and try the scripts again.
> If you have any issues with these commands, restart the system 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}**