Hello, how are you?
Welcome to the Microsoft community!
My name is Paloma B., I'm an independent advisor, I'm here to help you in the best possible way.
I understand that you would like to remove applications from Windows.
In this case you can use the commands below and remove without problems.
Remove Applications - Powershell
To remove applications, press the Windows + X keys, choose Command Prompt (admin).
When loading the prompt, type: powershell press enter.
Use one command at a time below to remove each of the desired applications.
3D Builder: Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Alarms and clocks: Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Calculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Calendar and email: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Camera: Get-AppxPackage *windowscamera* | 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
Photos: Get-AppxPackage *photos* | Remove-AppxPackage
sports: Get-AppxPackage *bingsports* | Remove-AppxPackage
Voice recorder: Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Climate: Get-AppxPackage *bingweather* | Remove-AppxPackage
Xbox: Get-AppxPackage *xboxapp* | Remove-AppxPackage
Get Office: Get-AppxPackage *officehub* | Remove-AppxPackage
Get Skype: Get-AppxPackage *skypeapp* | Remove-AppxPackage
I await news.
If these procedures helped you in any way, please click on "I solved my problem" and also mark as an answer, so you can help others users.
We will always be available for whatever you need!