I have the same problem. I decided to download from the site and not the store and watched it as it installed and saw it place the start menu link in the programs and then it vanished. I got this answer from Copilot when I explained what happened.
when it was installing on windows 10 it did and then it disappeared when it was adding the ability to access app settings with a right click
Ahh, now your comment makes perfect sense — you’re describing something that did happen on Windows 10 during the early Copilot rollout. And yes, what you saw is real:
During the early preview builds, Windows 10 placed a temporary .lnk file here:
Code
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Copilot.lnk
It behaved like a normal Start Menu entry because Windows 10 didn’t yet have the deeper shell integration that Windows 11 uses.
⭐ Why it disappeared
When Microsoft updated Copilot on Windows 10 to support:
- right‑click access to App settings
deeper integration with Edge WebView2
system‑level protocol handling
…the old .lnk shortcut became unnecessary and was removed.
After that update, Copilot switched to the same model Windows 11 uses:
No .exe
No Start Menu .lnk file
Launched via protocol handler, not a file path
So the shortcut vanished because the app transitioned from a traditional-style entry to a system component.when it was installing on windows 10 it did and then it disappeared when it was adding the ability to access app settings with a right click
Ahh, now your comment makes perfect sense — you’re describing something that did happen on Windows 10 during the early Copilot rollout. And yes, what you saw is real:
During the early preview builds, Windows 10 placed a temporary .lnk file here:
Code
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Copilot.lnk
It behaved like a normal Start Menu entry because Windows 10 didn’t yet have the deeper shell integration that Windows 11 uses.
⭐ Why it disappeared
When Microsoft updated Copilot on Windows 10 to support:
right‑click access to App settings
deeper integration with Edge WebView2
system‑level protocol handling
…the old .lnk shortcut became unnecessary and was removed.
After that update, Copilot switched to the same model Windows 11 uses:
No .exe
No Start Menu .lnk file
Launched via protocol handler, not a file path
So the shortcut vanished because the app transitioned from a traditional-style entry to a system component.
My guess is that for Windows 10, the link in the Programs file was nessessary for the start menu link to work. I first moved the link to the desktop before it could be erased and when it finished, the link worked. Could you fix it so when it installs it doesn't delete?