Really depends which processes you're trying to stop. Some are regular applications, some are appx packages which actually suspend while not in use so they don't really consume many resources. Some will be services.
For example "YourPhone" is an appxpackage you can remove it from a powershell prompt with Get-AppxPackage *phone* | Remove-AppxPackage