How to Uninstall 3D Viewer App from Windows 10

You can use the PowerShell to uninstall the 3D Viewer app in Windows 10.

In this article, I’ll show you how to uninstall this app entirely.

1. In the Cortana search bar, search for Windows PowerShell.

2. Right click the correct result and select Run as administrator.

How to Uninstall 3D Viewer App from Windows 10 IkhYBNE

3. Type the following command to uninstall 3D Viewer app, and then press Enter.

Code:

Get-AppxPackage *3dviewer* | Remove-AppxPackage


How to Uninstall 3D Viewer App from Windows 10 VrNpN9w

If you get an error uninstalling, you’re either not running Windows PowerShell as an administrator, or you’ve incorrectly typed in the command from Step 3.