Widespread Augmented Reality

Widespread Augmented Reality
Click on the image to get the Android Augmented Reality Heads up Display

Wednesday, December 30, 2015

Uninstall Windows 10 Built-in Apps

There is apparently no advantage other than getting rid of stuff you do not use.

Windows PowerShell
Copyright (C) 2015 Microsoft Corporation. All rights reserved.

PS C:\Users\SalFe> Get-AppxPackage *3dbuilder* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *zunemusic* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *windowsmaps* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *zunevideo* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *solitairecollection* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *onenote* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *windowsphone* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *bingsports* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *bingweather* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *xboxapp* | Remove-AppxPackage
PS C:\Users\SalFe>