Describe Howto/Windows10 here.
Remove Cortana
Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage
Uninstall 3D Builder: Get-AppxPackage *3dbuilder* | Remove-AppxPackage 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. 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
To get rid of the Chromium version of Microsoft Edge, use these steps: Open Start. Search for Command Prompt, right-click the top result, and select the Run as administrator option. Type the following path to access the Installer folder and press Enter: cd %PROGRAMFILES(X86)%\Microsoft\Edge\Application\8*\Installer Quick note: On Windows 10, the "Installer" folder resides inside another folder named after the version number of the browser currently installed on your device; as a result, the name may change as new updates roll out. So, in the path, we're using the number "8" with a wildcard "*" to access the folder no matter the 8x.x.xxx.xx version you have installed. However, once the browser reaches version 9x.x.xxx.x, you'll need to update the path to 9 with the wildcard. Type the following command to remove Microsoft Edge and press Enter: setup --uninstall --force-uninstall --system-level