Hello all,
I am trying to remove Copilot from our ISO. My current Idea is to use this powershell command:
"Get-AppxPackage -AllUsers -Name Microsoft.Copilot | Remove-AppxPackage -AllUsers"
I configured this Post-Setup After Login.
However it only deletes Copilot from exisiting users. When I create a new local user - copilot is back in this new profile.
I think the same will happen if I do a fresh install, domain join the system and new users log in.
Is there a better or correct way to remove copilot completly without creating bugs in dependent apps?
I read about Remove-AppxProvisionedPackage however I am cautious about it - because I dont want to create bugs in dependent apps like Office / Settings etc.
Thanks for your help!
Kind regards!
I am trying to remove Copilot from our ISO. My current Idea is to use this powershell command:
"Get-AppxPackage -AllUsers -Name Microsoft.Copilot | Remove-AppxPackage -AllUsers"
I configured this Post-Setup After Login.
However it only deletes Copilot from exisiting users. When I create a new local user - copilot is back in this new profile.
I think the same will happen if I do a fresh install, domain join the system and new users log in.
Is there a better or correct way to remove copilot completly without creating bugs in dependent apps?
I read about Remove-AppxProvisionedPackage however I am cautious about it - because I dont want to create bugs in dependent apps like Office / Settings etc.
Thanks for your help!
Kind regards!