mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 05:37:22 +00:00
added note for #874
This commit is contained in:
parent
a5c6d19edf
commit
3f8aed8f7b
@ -768,7 +768,9 @@ To remove the News app:
|
|||||||
- Right-click the app in Start, and then click **Uninstall**.
|
- Right-click the app in Start, and then click **Uninstall**.
|
||||||
|
|
||||||
-or-
|
-or-
|
||||||
|
>[!IMPORTANT]
|
||||||
|
> If you have any issue with this 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}**
|
- 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-
|
-and-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user