If you do not want to use specific, preinstalled apps from Microsoft, then you can easily uninstall them. Type “Powershell” in the Taskbar. Then right-click on the search result “Windows PowerShell” and select “Run as Administrator”. Confirm this query with “Yes” and a blue command prompt will open.
For example, to delete the 3D Builder, type the command “Get-AppxPackage 3dbuilder | Remove-AppxPackag” and confirm by pressing the [Enter] key.
You can delete the other apps in a similar manner with the help of the PowerShell
commands:
Uninstall 3D Builder:-
Get-AppxPackage 3dbuilder | Remove-AppxPackag
Uninstall Alarms and Clock:
Get-AppxPackage windowsalarms | Remove-AppxPackage
Uninstall Calculator:
Get-AppxPackage windowscalculator | Remove-AppxPackage
Uninstall Calendar and Mail:
Get-AppxPackage windowscommunicationsapps | Remove-AppxPackage
Uninstall Camera:
Get-AppxPackage windowscamera | Remove-AppxPackage
Uninstall Contact Support:
This app can’t be removed.
Uninstall Cortana:
This app can’t be removed.
How to uninstall Cortana from windows 10 home
Uninstall Get Office:
Get-AppxPackage officehub | Remove-AppxPackage
Uninstall Get Skype:
Get-AppxPackage skypeapp | Remove-AppxPackage
Uninstall Get Started:
Get-AppxPackage getstarted | Remove-AppxPackage
Uninstall Groove Music:
Get-AppxPackage zunemusic | Remove-AppxPackage
Uninstall Maps:
Get-AppxPackage windowsmaps | Remove-AppxPackage
Uninstall Microsoft Edge:
This app can’t be removed.
Uninstall Microsoft Solitaire Collection:
Get-AppxPackage solitairecollection | Remove-AppxPackage
Uninstall Money:
Get-AppxPackage bingfinance | Remove-AppxPackage
Uninstall Movies & TV:
Get-AppxPackage zunevideo | Remove-AppxPackage
Uninstall News:
Get-AppxPackage bingnews | Remove-AppxPackage
Uninstall OneNote:
Get-AppxPackage onenote | Remove-AppxPackage
Uninstall People:
Get-AppxPackage people | Remove-AppxPackage
Uninstall Phone Companion:
Get-AppxPackage windowsphone | Remove-AppxPackage
Uninstall Photos:
Get-AppxPackage photos | Remove-AppxPackage
Uninstall Store:
Get-AppxPackage windowsstore | Remove-AppxPackage
Uninstall Sports:
Get-AppxPackage bingsports | Remove-AppxPackage
Uninstall Voice Recorder:
Get-AppxPackage soundrecorder | Remove-AppxPackage
Uninstall Weather:
Get-AppxPackage bingweather | Remove-AppxPackage
Uninstall Windows Feedback:
This app can’t be removed.
Uninstall Xbox:
Get-AppxPackage xboxapp | Remove-AppxPackage
Windows 10 Debloater is a very effective free tool used to get rid of them.
Check my this video, it will help you to understand this concept
You may also like to read this
How to Free Up Storage Space in Windows 10
Hope my article “How to remove windows 10 apps using PowerShell” helps you to uninstall default windows 10 apps. if you have any query, feel free to comment.