I am trying to make a script that automatically deletes applications from Windows 10. This is what i have:
@pause Get-AppxPackage *windowscamera* | Remove-AppxPac