Providing Free and Editor Tested Software Downloads
< HOME | TUTORIALS | GEEK-CADE| WEB TOOLS | YOUTUBE | NEWSLETTER | DEALS! | FORUMS | >

MajorGeeks.com - Geek it 'till it MHz.

Software Categories

All In One Tweaks
Android
Antivirus & Malware
Appearance
Back Up
Browsers
CD\DVD\Blu-Ray
Covert Ops
Drivers
Drives (SSD, HDD, USB)
Games
Graphics & Photos
Internet Tools
Linux Distros
MajorGeeks Windows Tweaks
Multimedia
Networking
Office & Productivity
System Tools

Other news

· How To and Tutorials
· Life Hacks and Reviews
· Way Off Base
· MajorGeeks Deals
· News
· Off Base
· Reviews




spread the word

· YouTube
· Facebook
· Instagram
· Twitter
· Pintrest
· RSS/XML Feeds
· News Blur
· Yahoo
· Symbaloo

about

· Top Freeware Picks
· Malware Removal
· Geektionary
· Useful Links
· About Us
· Copyright
· Privacy
· Terms of Service
· How to Uninstall

top downloads

1. GS Auto Clicker
2. Smart Defrag
3. Macrium Reflect FREE Edition
4. K-Lite Mega Codec Pack
5. CrapFixer
6. Visual C++ Runtime Installer (All-In-One)
7. MusicBee
8. Sergei Strelec's WinPE
9. Visual C++ Redistributable Runtimes AIO Repack
10. McAfee Removal Tool (MCPR)
More >>

top reads

Star What Is the $WinREAgent Folder and Can I Delete It?

Star Swear Your Way to Better Search Results

Star How to Get a Dark Start Menu and Taskbar in Windows 10 & 11

Star Enable, Disable, Manage, Delete or Create a System Restore Point

Star PowerShell and Command Prompt 101

Star Install All the Microsoft C++ Runtimes at Once with Visual C++ Runtime Installer

Star How to Back up or Restore the Windows Registry

Star How to Fix Error Code 0xc000007b in Windows 10, 8, 7, and Vista

Star How to Fix ERR_SSL_PROTOCOL_ERROR

Star How to Fix Error Disk Too Fragmented


MajorGeeks.Com » Overview» Tutorials and Video Guides » Remove Windows 10 Apps Using PowerShell

Remove Windows 10 Apps Using PowerShell

By Timothy Tibbetts

on 06/30/2023

Windows 10, as you know, comes with over 20 built-in apps. The odds are you only use a few or none of these apps. One of the best ways to remove the built-in apps is to use PowerShell. The best part about it is that you can always restore these apps from the Windows Store should you change your mind later.

As always, if you're unsure, consider creating a restore point.

Let's get started by opening PowerShell as admin. Press the Windows Key + X and click on Windows PowerShell (Admin).

All you have to do now is copy and paste any of the following codes to remove the corresponding app. You won't see any prompts or confirmation, so be sure to enter the correct line.

3D Viewer:
Get-AppxPackage Microsoft.Microsoft3DViewer | Remove-AppxPackage

Calculator:
Get-AppxPackage *windowscalculator* | Remove-AppxPackage

3D Builder:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Calendar and Mail:
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Alarms and Clock:
Get-AppxPackage *windowsalarms* | Remove-AppxPackage

Camera:
Get-AppxPackage *windowscamera* | Remove-AppxPackage

Uninstall Get Help:
Get-AppxPackage *Microsoft.GetHelp* -AllUsers | Remove-AppxPackage

Get Office:
Get-AppxPackage *officehub* | Remove-AppxPackage

Get Started:
Get-AppxPackage *getstarted* | Remove-AppxPackage

Get Skype:
Get-AppxPackage *skypeapp* | Remove-AppxPackage

Groove Music:
Get-AppxPackage *zunemusic* | Remove-AppxPackage

Maps:
Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Microsoft Solitaire Collection:
Get-AppxPackage *solitairecollection* | Remove-AppxPackage

Money:
Get-AppxPackage *bingfinance* | Remove-AppxPackage

Movies & TV:
Get-AppxPackage *zunevideo* | Remove-AppxPackage

News:
Get-AppxPackage *bingnews* | Remove-AppxPackage

OneNote:
Get-AppxPackage *onenote* | Remove-AppxPackage

People:
Get-AppxPackage *people* | Remove-AppxPackage

Phone Companion:
Get-AppxPackage *windowsphone* | Remove-AppxPackage

Photos:
Get-AppxPackage *photos* | Remove-AppxPackage

Sports:
Get-AppxPackage *bingsports* | Remove-AppxPackage

Store:
Get-AppxPackage *windowsstore* | Remove-AppxPackage

Voice Recorder:
Get-AppxPackage *soundrecorder* | Remove-AppxPackage

Weather:
Get-AppxPackage *bingweather* | Remove-AppxPackage

Xbox:
Get-AppxPackage *xboxapp* | Remove-AppxPackage

As mentioned earlier, should you change your mind, head to the Windows Store to download and install any removed apps.

Similar:
  • How to Restore Windows Store on Windows 10
  • How-To Disable the Windows Store on Windows 10 (Video)
  • PowerShell and Command Prompt 101
  • The Ultimate List of Every Known Command Prompt and PowerShell Commands
  • How to Securely Delete Files in Windows 10 With PowerShell and Cipher

    comments powered by Disqus




  • © 2000-2025 MajorGeeks.com
    Powered by Contentteller® Business Edition