I am trying to execute this line from a batch file:
Get-AppxPackage Microsoft.3dBuilder | Remove-AppxPackage
It works fine when I type it in Power Shell Command Prompt, but I want to execute it for several apps automatic with a batch file.
Thanks for any help.