0
0
I am trying to remove Paint 3D from Windows 10.
I have tried to following commands in a Powershell executed as an Administrator:
Get-AppxPackage Microsoft.MSPaint | Remove-AppxPackage
as well as
Get-AppxPackage *mspaint* | Remove-AppxPackage
For a moment it seems to work, and Paint 3D is gone, but then it gets magically reinstalled.
Please advise.
2Remove provisioned package with
Remove-AppxProvisionedPackage
command. Use full package name after it. – Biswapriyo – 2017-10-15T12:40:35.2031@Biswa why not make that an answer? It is, in fact, the answer. – Appleoddity – 2017-10-15T13:49:59.407
@Appleoddity I do not know if it works for OP. So just trial-error. – Biswapriyo – 2017-10-15T16:49:59.200
Wow, that really seems to work so far... – Ray Hulha – 2017-10-16T02:52:27.573
Of course it is broken in the new Fall Creators Update Version 1709 – Ray Hulha – 2017-10-18T12:08:58.817