Timeline for How to programmatically detect if Microsoft Copilot is installed in Windows using Delphi?
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 7 at 16:43 | comment | added | AmigoJack |
Registry.KeyExists('ms-copilot') alone is not enough - you should still check if in that key a string named URL Protocol exists. Checking running processes is ambiguous, too, since any program can itself name Copilot.exe (think of a game); also this requires the own program to always run in 64 bit, never in 32 bit. Also: why using a const for a string literal in one function, although only used once, but not in other functions?
|
|
| Aug 5 at 13:25 | history | answered | Shaun Roselt | CC BY-SA 4.0 |