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

Add an option to disable Windows Copilot that appeared in recent Windows 11 update #263

Closed
selivan opened this issue Oct 3, 2023 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@selivan
Copy link

selivan commented Oct 3, 2023

Problem description

Recent update for Windows 11 added Copilot to the system.

Proposed solution

Solution from https://habr.com/ru/news/764722/ :

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

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=dword:00000001

Alternatives considered

Additional information

image

Taskbar icon for the new feature Copilot(preview).

@selivan selivan added the enhancement New feature or request label Oct 3, 2023
@selivan selivan changed the title Add an option ti disable Windows Copilot that appeared in recent Windows 11 update Add an option to disable Windows Copilot that appeared in recent Windows 11 update Oct 3, 2023
@undergroundwires undergroundwires added this to the 0.13.0 milestone Oct 3, 2023
@undergroundwires
Copy link
Owner

Thank you @selivan, I would merge a PR if created. Otherwise I'll add it myself when I have time. I'm also open to recommendation about which category this script should lie in, e.g. "Remove bloatware" or "Disable OS data collection".

selivan added a commit to selivan/privacy.sexy that referenced this issue Oct 3, 2023
@selivan
Copy link
Author

selivan commented Oct 3, 2023

@undergroundwires PR #266

undergroundwires added a commit that referenced this issue Jan 22, 2024
This commit implements scripts to disable Windows Copilot (Copilot in
Windows), addressing issues #263 and #266.

Changes include:

- Add category and scripts to disable Windows copilot.
- Incorporate a restart explorer suggestion across all taskbar
  modification scripts to ensure consistency in user experience.
undergroundwires added a commit that referenced this issue Jan 22, 2024
This commit implements scripts to disable Windows Copilot (Copilot in
Windows), addressing issues #263 and #266.

Changes include:

- Add category and scripts to disable Windows copilot.
- Incorporate a restart explorer suggestion across all taskbar
  modification scripts to ensure consistency in user experience.
@undergroundwires
Copy link
Owner

Released since 0.13.0 🚀.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants