@Illfated corrections

This commit is contained in:
Jose Ortega
2019-05-11 12:09:40 -05:00
parent 3f8aed8f7b
commit 4ff728b4c6

View File

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