Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Hi Donna, thanks for reaching out. My name is Bernard, a Windows fan like you. I'll be happy to help you out today, my timezone is UTC +8.
I understand the issue you have, there is nothing to worry I am here to assist, to completely disable the Co-pilot, kindly follow the steps below:
Press the Windows key + X then select Windows PowerShell (Admin) or Windows Terminal (Admin)
Copy, paste, and enter the command below:
reg add HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f
Moreover, if you want to enable it back:
Press the Windows key + ,X then select Windows PowerShell (Admin) or Windows Terminal (Admin)
Copy, paste, and enter the command below:
reg delete HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /f
For reference: https://answers.microsoft.com/en-us/windows/for...
Let me know how it goes and I hope that helps.
Bernard