SEE: Windows 10 Anniversary Update: Microsoft has fixed Edge browser's biggest problem, but it's still not good enough
So long, Xbox app
In my case, I wanted to remove the Xbox app (Figure A) because it serves no purpose on my business-only notebook computer and it actually causes a severe crash on my gaming PC. But you can't remove it the normal way, by right-clicking the tile and selecting Uninstall. No, to uninstall the Xbox app you have to use PowerShell.Figure A

Figure B

Figure C

Other eligible apps
Some other Windows 10 apps you might consider removing with this method include: Get-AppxPackage *officehub* | Remove-AppxPackage Get-AppxPackage *solitairecollection* | Remove-AppxPackage Get-AppxPackage *bingfinance* | Remove-AppxPackage Get-AppxPackage *bingnews* | Remove-AppxPackage Get-AppxPackage *bingsports* | Remove-AppxPackage Get-AppxPackage *bingweather* | Remove-AppxPackage Once you've removed the desired apps, you will probably want to take a few minutes to rearrange the Start Menu since it is going to have a few holes in it now.Getting them back
If you change your mind after the fact, you can reinstall the apps with a special PS command. Start PowerShell in administrative mode again, then copy and paste this command into the prompt and press Enter: Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} It will likely take a few minutes, so be patient. All the built-in Windows 10 apps should return to the Start Menu. For more details about PowerShell and the RemoveAppxPackage commands, check out this tutorial on Microsoft's TechNet website.http://fabtechnoid.com/
No comments:
Post a Comment