• Son_of_dad@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    It installed itself on my laptop during the last update. Anyone know how to remove it? Will uninstall actually get rid of it?

    • IggyTheSmidge@kbin.social
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      1 year ago

      I don’t have a Windows 11 machine available, so I can’t get you the exact command, but this should get you there.
      It should remove it from all users on the laptop, and (hopefully!) prevent it from coming back:

      Open Powershell and run:
      Get-AppxProvisionedPackage -Online | Where-Object {$_.displayname -like "*Copilot*"}

      Copy the Package Name entry and run the following command, with PACKAGENAME replaced by what you just copied:
      Remove-AppxProvisionedPackage -online -packagename PACKAGENAME