How to uninstall the Xbox, address book, weather and other applications that come with Win 10?
1, as shown in the following figure, right-click win logo in the lower left corner of the desktop and click Windows PowerShell in the pop-up right-click menu:
2. As shown in the figure below, taking deleting Personal Connection as an example, enter the command "get-appx package * people * | remove-appx package" and press enter to delete Personal Connection application:
3. The command to delete other win 10 applications is as follows:
get-appx package * messaging * | remove-appx package(message)
Get-appxpackage * people * | remove-appxpackage (contact)
Get-appxpackage * zune * | remove-appxpackage (audio and video player)
get-app x package * windows maps * | remove-app x package(map)
get-app x package * OneNote * | Remove-app x package(OneNote)
Get-appxpackage * phone * | remove-appxpackage (mobile assistant)
get-appx package * SkypeApp * | Remove-appx package(Skype)
Get-appx package * bingweather * | remove-appx package (bingweather)
Get-appxpackage * 3d * | remove-appxpackage (3d builder)
get-app x package * Xbox * | Remove-app x package(Xbox)
Get-appxpackage * communi * | remove-appxpackage (mail and calendar)
Get-appx package * note * | remove-appx package (note)