Home Windows How to Uninstall Windows 10’s Built-in Apps (and How to Reinstall Them)

How to Uninstall Windows 10’s Built-in Apps (and How to Reinstall Them)

How to Uninstall Windows 10’s Built-in Apps (and How to Reinstall Them):-

How-to-Uninstall-Windows-10’s-Built-in-Apps-(and-How-to-Reinstall-Them)

Windows 10 includes a variety of universal apps, and there’s no easy way to hide them from the “All Apps” view in the new Start menu. You can uninstall them, but Microsoft doesn’t allow you to easily uninstall them in the usual way.
Uninstall the App Normally:-
You probably don’t want to do this. These apps take up very little space on your device so it’s best to just ignore them if you don’t want to use them. But, if you really want to uninstall them, you can. If you’ve already uninstalled included apps, you can get them all back with a single command.
Some apps allow you to uninstall them in the normal way. Just right-click an app in the All Apps list in the Start menu and select “Uninstall”. (On a touch screen, long-press the app instead of right-clicking.)

This trick appears to work for the included Get Office, Get Skype, Get Started, Microsoft Solitaire Collection, Money, News, Phone Companion, and Sports apps.
Use PowerShell to Uninstall Built-in Apps:-
This trick won’t allow you to remove a few of the most important built-in apps, including Cortana and Microsoft Edge. If you try, you’ll see an error message saying they can’t be removed.
Command :-


To check all apps :- get-appxPackage -allusers


To remove :- remove-appxPackage


To Reinstall All Built-in Apps :-
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}


Please click on ads, it will help me to make more videos for you.

https://youtu.be/ZbGA3OBIXsA

 

Previous articleHow to Take Screenshots in Windows 10
Next articleHow to turn off and disable UAC in Windows 10

LEAVE A REPLY

Please enter your comment!
Please enter your name here

3 × four =

This site uses Akismet to reduce spam. Learn how your comment data is processed.