How To Remove Windows 10 Apps With Powershell
Some apps can exist hands uninstalled through the normal manner using the windows control panel . Simply right click on the app and and so uninstall them. On impact sensitive screens yous need to long printing on the app icon and the same menu will appear, where y'all need to tap uninstall. This play a trick on helps to uninstall these apps – Get Started, Get Part, Get Skype, Money, Telephone Companion, Solitaire, News, Sports, Bloatware apps that come with every device by the manufacturer.
But some inbuilt apps are non like shooting fish in a barrel to uninstall. In this example method is useful to remove / uninstall / reinstall an inbuilt or default apps / software of Windows 10.
Remove Windows x Built in Apps using PowerShell
Windows PowerShell lets you uninstall many other apps with the exception of Microsoft Edge. Open the start menu, Search PowerShell and so run this programme as an administrator. Merely right click on the program and select the selection.
You can besides press Ctrl+shift+enter to run it as an administrator. PowerShell responds to specific commands for item apps. You tin utilize the Get-AppxPackage or Remove-AppxPackage commands to remove the built-in apps from Windows 10. If you want to delete an app, so in addition to these commands yous will also need to provide info such every bit PackageFullName (the total package name of the relevant app).
Run the following control to get a list of all installed apps in Windows ten
Become-AppxPackage
This command will brandish all the installed apps with all their specific details and their full names which we require to uninstall them. We need the PackageFullName of the relevant apps so we run the following command to find out their names:
Get-AppxPackage | Select Name , PackageFullName
This command volition bear witness the name of the app and the PackageFullName and omit the undesired information.
To remove all inbuilt / default app from all user accounts in win 10
Become-AppxPackage -AllUsers | Remove-AppxPackage
To remove all modern apps from system account
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online
Utilize the following commands to remove a specific app:
Uninstall Skype app
get-appxpackage *messaging* | remove-appxpackage
Uninstall Sway
get-appxpackage *sway* | remove-appxpackage
Uninstall Phone:
get-appxpackage *commsphone* | remove-appxpackage
Uninstall Telephone Companion:
get-appxpackage *windowsphone* | remove-appxpackage
Uninstall Telephone and Telephone Companion apps together:
get-appxpackage *phone* | remove-appxpackage
Uninstall Calendar and Mail apps together:
get-appxpackage *communicationsapps* | remove-appxpackage
Uninstall People:
get-appxpackage *people* | remove-appxpackage
Uninstall Groove Music:
get-appxpackage *zunemusic* | remove-appxpackage
Uninstall Movies & Television set:
go-appxpackage *zunevideo* | remove-appxpackage
Uninstall Groove Music and Movies & Goggle box apps together:
get-appxpackage *zune* | remove-appxpackage
Uninstall Money:
get-appxpackage *bingfinance* | remove-appxpackage
Uninstall News:
get-appxpackage *bingnews* | remove-appxpackage
Uninstall Sports:
get-appxpackage *bingsports* | remove-appxpackage
Uninstall Weather condition:
go-appxpackage *bingweather* | remove-appxpackage
Uninstall Money, News, Sports and Weather apps together:
get-appxpackage *bing* | remove-appxpackage
Uninstall OneNote:
get-appxpackage *onenote* | remove-appxpackage
Uninstall Alarms & Clock:
become-appxpackage *alarms* | remove-appxpackage
Uninstall Calculator:
become-appxpackage *figurer* | remove-appxpackage
Uninstall Camera:
get-appxpackage *camera* | remove-appxpackage
Uninstall Photos:
get-appxpackage *photos* | remove-appxpackage
Uninstall Maps:
go-appxpackage *maps* | remove-appxpackage
Uninstall Voice Recorder:
become-appxpackage *soundrecorder* | remove-appxpackage
Uninstall Xbox:
get-appxpackage *xbox* | remove-appxpackage
Uninstall Microsoft Solitaire Collection:
get-appxpackage *solitaire* | remove-appxpackage
Uninstall Get Office:
get-appxpackage *officehub* | remove-appxpackage
Uninstall Become Skype:
get-appxpackage *skypeapp* | remove-appxpackage
Uninstall Get Started:
get-appxpackage *getstarted* | remove-appxpackage
Uninstall 3D Builder:
get-appxpackage *3dbuilder* | remove-appxpackage
Uninstall Microsoft Shop (Windows apps store):
go-appxpackage *windowsstore* | remove-appxpackage
Disable Microsoft Windows Defender
Set-MpPreference -DisableRealtimeMonitoring $truthful
Enable Microsoft Windows Defender
Fix-MpPreference -DisableRealtimeMonitoring $false
This is an easy method for removing undesired apps from your Windows 10. However, there is no existent use for uninstalling these, except to reduce the number of apps from your outset menu. This is because the space freed from uninstalling these apps is not very significant.
FAQ:
Q: Why we need to uninstall the pre-installed / inbuilt apps / software in Windows 10?
A: Some times we crave to uninstall default or inbuilt apps of Windows 10 to troubleshoot them. Removing and and so reinstalling some times fixed the consequence quickly. Windows 10 comes with a variety of apps that may be useless for some people and can irritate many users. These apps occupy footling space, thus deleting them is simply as useless as keeping them on the calculator. Information technology is best to ignore them if you don't want to apply them. However, if you lot want to delete these apps, then y'all need to follow some steps.
Q: How to remove apps using the control panel?
A: Y'all can follow the tutorial here Uninstall apps / software from Windows x. It volition help you to uninstall apps from Windows ten using the control panel.
Source: https://www.techsupportall.com/uninstall-built-apps-windows-10/
Posted by: ellismandred48.blogspot.com
0 Response to "How To Remove Windows 10 Apps With Powershell"
Post a Comment