Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Copilot keeps turning back on after restarting PC #335

Closed
hhoneeyy opened this issue Mar 24, 2024 · 7 comments
Closed

[BUG]: Copilot keeps turning back on after restarting PC #335

hhoneeyy opened this issue Mar 24, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@hhoneeyy
Copy link

Description

Copilot keeps turning back on after restarting PC

OS

--> Windows 11

Reproduction steps

  1. Run the privacy script
  2. it works
  3. Restart pc
  4. keybind "Win + C" still makes copilot pop up

privacy-script.txt

@hhoneeyy hhoneeyy added the bug Something isn't working label Mar 24, 2024
@undergroundwires
Copy link
Owner

undergroundwires commented Mar 24, 2024

Hi, which edition of Windows are you running? Home? And which version?

@hhoneeyy
Copy link
Author

hhoneeyy commented Mar 24, 2024

High, which edition of Windows are you running? Home? And which version?

Windows 11 home 23H2, sorry for not specifying

@undergroundwires
Copy link
Owner

It may not be possible to "disable it proper way" in Home version as TurnOffWindowsCopilot group policy will not be supported. It should work on pro editions.

There can be more "hacky" way to disable it. I'm open to suggestions.

@hhoneeyy
Copy link
Author

It may not be possible to "disable it proper way" in Home version as TurnOffWindowsCopilot group policy will not be supported. It should work on pro editions.

There can be more "hacky" way to disable it. I'm open to suggestions.

Hello again, i changed my PC from home to pro, but copilot is still enabled after restart, what do i do?

@undergroundwires
Copy link
Owner

Thank you for information. This should not be happening.

I guess you run the script on W11 pro. Could you share a screenshot of copilot you see?

@hhoneeyy
Copy link
Author

hhoneeyy commented Apr 2, 2024

Thank you for information. This should not be happening.

I guess you run the script on W11 pro. Could you share a screenshot of copilot you see?

i have manually turned off copilot from the group policy editor, and now it works, i am not sure what the issue was with the script

@hhoneeyy hhoneeyy closed this as completed Apr 2, 2024
@undergroundwires
Copy link
Owner

This will resolve the issue with editions without GPO support:

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "DisabledHotkeys" /t "REG_SZ" /d "C" /f

After this restart your explorer:

taskkill /f /im explorer.exe & start explorer

I will add this to next patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants