Update windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md

Co-Authored-By: Joyce Y. <47188252+mypil@users.noreply.github.com>
This commit is contained in:
Jose Gabriel Ortega Castro 2019-05-22 10:45:18 -05:00 committed by GitHub
parent 13d8ad3af4
commit 39c663b33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -769,7 +769,7 @@ To remove the News app:
-or-
>[!IMPORTANT]
> If you have any issues with these commands, restart the PC 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}**