
Uninstall Weather:Get-AppxPackage *bingweather* | Remove-AppxPackage Uninstall Voice Recorder:Get-AppxPackage *soundrecorder* | Remove-AppxPackage Uninstall Sports:Get-AppxPackage *bingsports* | Remove-AppxPackage

Uninstall Store:Get-AppxPackage *windowsstore* | Remove-AppxPackage Uninstall Photos:Get-AppxPackage *photos* | Remove-AppxPackage Uninstall Phone Companion:Get-AppxPackage *windowsphone* | Remove-AppxPackage Uninstall People:Get-AppxPackage *people* | Remove-AppxPackage Uninstall OneNote:Get-AppxPackage *onenote* | Remove-AppxPackage Uninstall News:Get-AppxPackage *bingnews* | Remove-AppxPackage Uninstall Movies & TV:Get-AppxPackage *zunevideo* | Remove-AppxPackage

Uninstall Money:Get-AppxPackage *bingfinance* | Remove-AppxPackage Uninstall Microsoft Solitaire Collection:Get-AppxPackage *solitairecollection* | Remove-AppxPackage Uninstall Microsoft Edge:This app can't be removed. Uninstall Maps:Get-AppxPackage *windowsmaps* | Remove-AppxPackage Uninstall Groove Music:Get-AppxPackage *zunemusic* | Remove-AppxPackage Uninstall Get Started:Get-AppxPackage *getstarted* | Remove-AppxPackage Uninstall Get Skype:Get-AppxPackage *skypeapp* | Remove-AppxPackage Uninstall Get Office:Get-AppxPackage *officehub* | Remove-AppxPackage Uninstall Cortana:This app can't be removed. Uninstall Contact Support:This app can't be removed. Uninstall Camera:Get-AppxPackage *windowscamera* | Remove-AppxPackage Uninstall Calendar and Mail:Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage


Uninstall Calculator:Get-AppxPackage *windowscalculator* | Remove-AppxPackage Uninstall Alarms and Clock:Get-AppxPackage *windowsalarms* | Remove-AppxPackage Get-AppxPackage *3dbuilder* | Remove-AppxPackage Does anyone know of anything that's NOT GPO related to stop these from installing when a user logs in for the first time? However this still does not solve the issue of a new user installing the apps when logging in for the first time. First though - I made a script to run with these. So below I will paste some powershell lines to get rid of specific programs.
