instructions for removing the sticky notes app

This commit is contained in:
Brian Lich
2017-03-23 13:07:57 -07:00
parent a2bb7cebbf
commit 3f0929ac5c

View File

@ -36,6 +36,7 @@ Here's a list of changes that were made to this article for Windows 10, version
- Added an MDM policy for Font streaming.
- Added an MDM policy for Network Connection Status Indicator.
- Added an MDM policy for the Micosoft Account Sign-In Assistant.
- Added instructions for removing the Sticky Notes app.
- Added the following Group Policies:
@ -594,6 +595,14 @@ To remove the Get Skype app:
Remove the app for the current user. From an elevated command prompt, run the following Windows PowerShell command: **Get-AppxPackage Microsoft.SkypeApp | Remove-AppxPackage**
To remove the Sticky notes app:
- 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.MicrosoftStickyNotes"} | ForEach-Object { Remove-AppxProvisionedPackage -Online -PackageName $\_.PackageName}**
-and-
Remove the app for the current user. From an elevated command prompt, run the following Windows PowerShell command: **Get-AppxPackage Microsoft.MicrosoftStickyNotes | Remove-AppxPackage**
### <a href="" id="bkmk-settingssection"></a>16. Settings &gt; Privacy
Use Settings &gt; Privacy to configure some settings that may be important to your organization. Except for the Feedback & Diagnostics page, these settings must be configured for every user account that signs into the PC.