Do a Reboot for Restart the PC.

This commit is contained in:
Jose Ortega 2019-05-15 17:29:56 -05:00
parent 7e09659311
commit 13d8ad3af4

View File

@ -769,7 +769,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 PC 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}**