How to uninstall a specific sideloaded app for mutiple users from windows 8.1 through windows power shell?

I have sideloaded a windows 8.1 app for mutiple users in the device using the following command in windows power shell:-

DISM /Online /Add-ProvisionedAppxPackage /PackagePath:packagepath /SkipLicense

Now i want to un-install the same app for mutiple users in windows 8.1 since i want to install latest package of that app but i am not able to un-install the app for mutiple users in windows 8.1 using windows power shell

This is what i have tried :-

DISM.exe /Online /Remove-ProvisionedAppxPackage /PackageName: "PackageFullName"

This what the error i am getting:-

Deployment Image Servicing and Management tool
Version: 6.3.9600.17031

Image Version: 6.3.9600.17031


Error: 2

The system cannot find the file specified.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

Am i missing anything ??

1)How to un-install a specific app for mutiple users in windows 8.1 using windows power shell??????

2)What are the variousways/Alternatives to un-install a specific app for mutiple users in windows 8.1 using windows power shell??????

Please let me know

Looking forward for your response

Thanks in advance


September 1st, 2014 9:04am

Hi sitaramarajuchennuri,

I would like to move the question to TechNet forum for a better support. Where you could get more professional help for how to uninstall app in windows 8.1 by power shell.

Thanks for your understanding.

--James

Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2014 11:19am

Hi,

From the system error:

The system cannot find the file specified.

I want to confirm if the parameter /PackageName: "PackageFullName is correct.

Based on my knowledge, the package name would be complicated (see picture below), so please use the following command to confirm first:

dism /online /get-ProvisionedAppxPackages

September 2nd, 2014 12:09pm

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

Other recent topics Other recent topics