Share via


windows 10 default apps 3d paint remove from all users profile

Question

Saturday, February 29, 2020 11:49 AM

unable to remove default apps in windows 10, 3d paint apps need to remove from all users login. not working any command from powershell to remove this 3d paint app from windows 10. Is there any way to remove this app from users login.

hemant parodkar

All replies (5)

Saturday, February 29, 2020 1:30 PM

Have you used the cmdlt Remove-AppxProvisionedPackage ?


Monday, March 2, 2020 8:26 AM

Hi,

 

To uninstall Paint 3D from Windows 10, do the following:

 

  • Open Start.
  • Search for Windows PowerShell, right-click the result, and select Run as administrator.
  • Type the following command to verify the app information and press Enter:

           Get-AppxPackage Microsoft.MSPaint

  • Type the following command to uninstall Paint 3D from your computer and press Enter:

Get-AppxPackage Microsoft.MSPaint | Remove-AppxPackage

  • After executing the command the app will be removed from Windows 10.

For your reference:

https://www.windowscentral.com/how-completely-remove-paint-3d-windows-10

Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

 

Have a nice day!

Kiki

"Windows 10 Installation, Setup, and Deployment" forum will be migrating to a new home on Microsoft Q&A (Preview)!
We invite you to post new questions in the "Windows 10 Installation, Setup, and Deployment" forum’s new home on Microsoft Q&A (Preview)!
For more information, please refer to the sticky post.


Tuesday, March 3, 2020 11:21 AM

Am sorry but this link work only for that user login, not for all users who are logged in.

hemant parodkar


Tuesday, March 3, 2020 11:26 AM

Not working,

hemant parodkar


Wednesday, March 4, 2020 6:54 AM

Hi,

 

Here is a link for your reference:

How to Remove All Built-in Apps in Windows 10

https://www.askvg.com/guide-how-to-remove-all-built-in-apps-in-windows-10/

Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

 

Hope can help you. Have a nice day!

 

Best Regards,

Kiki

"Windows 10 Installation, Setup, and Deployment" forum will be migrating to a new home on Microsoft Q&A (Preview)!
We invite you to post new questions in the "Windows 10 Installation, Setup, and Deployment" forum’s new home on Microsoft Q&A (Preview)!
For more information, please refer to the sticky post.