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 PowerShell

Oct 02, 2024

Are you looking to remove the 3D Viewer app from your Windows 10 PC? One way to do this is by using PowerShell. Here's how you can do it:

Step 1: Open PowerShell

You can do this by searching for 'PowerShell' in the Windows search bar, and then right-clicking on it and selecting 'Run as administrator'.

Step 2: Type the Command

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

Get-AppxPackage *3dviewer* | Remove-AppxPackage

Step 3: Press Enter

After typing the command, press Enter to execute it. This will uninstall the 3D Viewer app from your Windows 10 PC.

Step 4: Confirm the Removal

Once the command has been executed, you can confirm that the 3D Viewer app has been removed by searching for it in the Windows search bar or looking for it in the list of installed apps.

And that's it! You have successfully removed the 3D Viewer app from your Windows 10 PC using PowerShell. If you ever want to reinstall the app, you can do so from the Microsoft Store.

It's important to note that removing built-in apps from Windows 10 using PowerShell can affect the functionality of your system. Therefore, it's recommended to only remove apps that you are sure you won't need.

In conclusion, using PowerShell to remove the 3D Viewer app from Windows 10 is a quick and easy process. Just open PowerShell as an administrator, type the command to uninstall the app, press Enter, and confirm the removal. This can help free up space on your PC and streamline your app usage experience.

Recommend