uninstall Windows Store apps using command line

Hi.

How to uninstall Windows Store apps using command line.

Regards

September 18th, 2012 1:51pm

Refer to:

http://technet.microsoft.com/en-us/library/hh852635.aspx

Free Windows Admin Tool Kit Click here and download it now
September 19th, 2012 9:59am

Here is what I use. 

dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingTravel_1.2.0.145_x86__8wekyb3d8bbwe
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneMusic_1.0.927.0_x86__8wekyb3d8bbwe
dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneVideo_1.0.927.0_x86__8wekyb3d8bbwe

If you don't know the 'PackageName' run this command to get a list of all packages on your computer.

dism /online /Get-ProvisionedAppxPackages
dism /online /Get-ProvisionedAppxPackages | clip
I threw a clip on the end to send the results to your clipboard, much easier to paste them into a text file than to copy them from a tiny word-wrapped CMD window.
September 19th, 2012 10:43am

Hi there

Here's also a very helpful link:

https://technet.microsoft.com/en-us/library/hh824882.aspx 

:-)

Greetings
ICT-Shelby

Free Windows Admin Tool Kit Click here and download it now
February 5th, 2015 4:19am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics