Windows Copilot

Errepublika

Member
Messages
32
Reaction score
7
Is there any way or form to prevent Microsoft Copilot from being installed, all the Task options (UScheduler) are deleted and it is still installed
 
I'm not very good at this, still relatively new, but you could try: (or do all of them idk) (all assuming you're using NTLite to try and uninstall it)
1. Settings > privacy > Windows Copilot = disabled
2. Disabling all services associated with Windows Copilot (I'm not sure what they could be, you're on your own for this one)
3. Disabling it in registry editor (find keys associated with it, turn them off or delete them. Whatever is recommended)
4. Searching online a batch file or regkey that disables it, and putting it in it's respective tab.
Goodluck =)
 
From my understanding there is no 'Copilot' app package to uninstall
 
Windows Copilot (prior to W11 24H2) doesn't have an installed component. It is a set of features added to individual apps (like Edge, Taskbar search), but managed by one group of reg settings:
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=dword:00000001
 
Windows Copilot (prior to W11 24H2) doesn't have an installed component. It is a set of features added to individual apps (like Edge, Taskbar search), but managed by one group of reg settings:
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=dword:00000001
What about post 24H2?
 
For 24H2, Copilot is present as both a default PWA app and an AI platform component.

PWA stands for Progressive Web App, basically it's an Edge-based app running from locally hosted scripts. Copilot app runs as a chatbot client to relay your questions to the cloud.

Client.AIX is a set of newer run-time libraries to be used by other Windows apps, and supports the Recall feature on NPU-enabled PC's.

1755723072651.png
 
I have toggled it in winaerotweaker, but good to see its in ntlite for removal.
 
Back
Top