Modelo

  • EN
    • English
    • Español
    • Français
    • Bahasa Indonesia
    • Italiano
    • 日本語
    • 한국어
    • Português
    • ภาษาไทย
    • Pусский
    • Tiếng Việt
    • 中文 (简体)
    • 中文 (繁體)

How to Remove 3D Viewer from Windows 10 using PowerShell

Sep 26, 2024

Are you looking to remove the 3D Viewer app from your Windows 10 computer? Whether you're trying to free up space or simply streamline your Windows 10 experience, removing unnecessary default apps can be a good idea. In this article, we'll walk you through the process of removing the 3D Viewer from Windows 10 using PowerShell.

First, open PowerShell with administrative privileges. You can do this by right-clicking on the Start menu and selecting 'Windows PowerShell (Admin)'.

Once PowerShell is open, you can use the following command to remove the 3D Viewer app:

Get-AppxPackage *3DBuilder* | Remove-AppxPackage

After running this command, the 3D Viewer app should be removed from your Windows 10 computer. You can verify that the app has been removed by searching for it in the Start menu or by checking the list of installed apps in the Settings app.

If you ever decide that you want to reinstall the 3D Viewer app, you can do so from the Microsoft Store. Simply search for '3D Viewer' in the Microsoft Store and follow the on-screen instructions to reinstall the app.

By removing the 3D Viewer app from your Windows 10 computer, you can free up space and declutter your system. Additionally, removing unwanted default apps can help streamline your Windows 10 experience, making it easier to find and use the apps that are most important to you.

In conclusion, removing the 3D Viewer app from Windows 10 using PowerShell is a simple process that can help improve your system's performance and user experience. Whether you're looking to free up space or simply declutter your system, removing unnecessary default apps is a great way to customize your Windows 10 computer to suit your needs and preferences.

Recommend