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 18, 2024

Are you tired of the 3D Viewer app taking up valuable disk space on your Windows 10 computer? Don't worry, you can easily remove it using PowerShell. Here's how to do it:

1. Open PowerShell as an administrator by searching for it in the Windows search bar, right-clicking on it, and selecting 'Run as administrator.'

2. Once PowerShell is open, type the following command and press Enter:

```PowerShell

Get-AppxPackage *3dviewer* | Remove-AppxPackage

```

This command will search for the 3D Viewer app and remove it from your system.

3. After running the command, you can close PowerShell, and the 3D Viewer app should now be uninstalled from your Windows 10 computer.

By removing the 3D Viewer app, you can free up some disk space and declutter your system. Keep in mind that this method will permanently remove the 3D Viewer app from your computer, so only do this if you're sure you won't need it in the future.

If you ever change your mind and want to reinstall the 3D Viewer app, you can do so through the Microsoft Store. But for now, enjoy the extra disk space and smoother system performance without the 3D Viewer app taking up unnecessary resources.

That's it! You've successfully removed the 3D Viewer app from your Windows 10 computer using PowerShell. Now you can enjoy a more streamlined and efficient system without the unnecessary bloat of the 3D Viewer app.

Recommend