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

Sep 27, 2024

Are you looking to remove the 3D Viewer app from your Windows 10 system using PowerShell? This article will guide you through the process.

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

Once PowerShell is open, you will need to use a specific command to uninstall the 3D Viewer app. The command is:

Get-AppxPackage *3dviewer* | Remove-AppxPackage

After entering this command, press 'Enter' to execute it. This will remove the 3D Viewer app from your Windows 10 system.

After the process is complete, you can verify that the 3D Viewer app has been successfully uninstalled by searching for it in the Windows search bar. If the app is no longer listed, then you have successfully removed it using PowerShell.

It's important to note that removing pre-installed apps like 3D Viewer may free up storage space and help declutter your system. However, be cautious when using PowerShell to uninstall apps, as removing certain apps may have unintended consequences on the functionality of your system.

If you ever wish to reinstall the 3D Viewer app or any other pre-installed app that you have removed, you can do so through the Microsoft Store or using PowerShell to reinstall the specific app package.

In conclusion, using PowerShell to remove the 3D Viewer app from Windows 10 is a straightforward process that can help free up space and declutter your system. Just be sure to use caution when uninstalling apps, and always verify the changes you've made to ensure the stability of your system.

We hope this article has been helpful in guiding you through the process of removing the 3D Viewer app from Windows 10 using PowerShell. If you have any questions or run into any issues, feel free to seek further assistance from the Windows support community.

Recommend