Are you looking to remove the 3D Viewer app from your Windows 10 system using Powershell? This app, while useful for certain users, may not be a necessary component for everyone. If you're interested in learning how to uninstall the 3D Viewer app, follow these simple steps.
Step 1: Launch Powershell
First, you'll need to open Powershell with administrative privileges. You can do this by right-clicking on the Start menu and selecting 'Windows Powershell (Admin)'.
Step 2: Check 3D Viewer Package Name
Once Powershell is open, you can check the package name of the 3D Viewer app by running the command 'Get-AppxPackage | Select Name, PackageFullName'. This will display a list of installed app packages, and you can identify the 3D Viewer package from the list.
Step 3: Uninstall 3D Viewer
After identifying the package name, you can proceed to uninstall the 3D Viewer app using the command 'Remove-AppxPackage PackageFullName', replacing 'PackageFullName' with the actual package name of the 3D Viewer. For example, if the package name is 'Microsoft.3DViewer', the command would be 'Remove-AppxPackage Microsoft.3DViewer'.
Step 4: Confirm Uninstallation
Once the uninstallation process is complete, you can confirm that the 3D Viewer app has been removed from your system by checking the Start menu or searching for it in the list of installed apps.
Note: It's important to exercise caution when using Powershell, as uninstalling system apps can potentially cause issues with your Windows 10 installation if done incorrectly. Always ensure that you have identified the correct package name and understand the potential impacts of uninstalling an app.
By following these steps, you can easily remove the 3D Viewer app from your Windows 10 system using Powershell. This can help free up space and declutter your system if you do not use the 3D Viewer app regularly.
If you ever decide you want to reinstall the 3D Viewer app, you can do so through the Microsoft Store or by using Powershell to re-install the app package.
We hope this guide has been helpful in assisting you with removing the 3D Viewer app from your Windows 10 system. Happy computing!