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

Disable/Enable copilot and old context menu toggles #1725

Open
ghost opened this issue Mar 24, 2024 · 8 comments
Open

Disable/Enable copilot and old context menu toggles #1725

ghost opened this issue Mar 24, 2024 · 8 comments
Labels
Keep Issue Open Working on Fix in development

Comments

@ghost
Copy link

ghost commented Mar 24, 2024

Is your feature request related to a problem? Please describe.
Not everyone wants ai stuff on their pc, especially I believe most of the powerusers

Describe the solution you'd like
Toggle for copilot

I guess these can be helpful for implementation
https://github.com/Atlas-OS/Atlas/tree/main/src/playbook/Executables/AtlasDesktop/4.%20Optional%20Tweaks/Windows%20Copilot

extra: old context menu (right click) toggle can also be implemented, because the modern one is just oversimplified and unintuitive imo: https://github.com/Atlas-OS/Atlas/tree/main/src/playbook/Executables/AtlasDesktop/4.%20Optional%20Tweaks/Windows%2011%20Context%20Menu

Credits to atlas os

@ourichermath
Copy link

I agree with this. I just closed my browser and found 1/3 of my screen taken up with Copilot (my guess is Edge updated itself in the background and then ran Copilot). I had to go to the Group Policy Editor to turn the thing off.

@ModernTTY
Copy link
Contributor

extra: old context menu (right click) toggle can also be implemented, because the modern one is just oversimplified and unintuitive imo: https://github.com/Atlas-OS/Atlas/tree/main/src/playbook/Executables/AtlasDesktop/4.%20Optional%20Tweaks/Windows%2011%20Context%20Menu

That already is in the toolbox in the tweaks section.

IMG_2217

@SkylerWallace
Copy link

This can be added to disable Copilot from Taskbar:

Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ShowCopilotButton" -Type "DWord" -Value "0"

Disable Copilot system-wide:

Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" -Name "TurnOffWindowsCopilot" -Type "DWord" -Value "1"

Unfortunately I only found a group policy method for disabling Copilot system-wide, hopefully Microsoft adds a bonafide setting in the future.

@ModernTTY
Copy link
Contributor

I am working on removing Copilot, PR coming soon it will completely uninstall Copilot not just unpin.

@ChrisTitusTech ChrisTitusTech added the Keep Issue Open Working on Fix in development label Apr 21, 2024
@Kyationa
Copy link

Kyationa commented Jul 6, 2024

is it safe to do the classic right click menu?

@Real-MullaC
Copy link
Contributor

is it safe to do the classic right click menu?

Yes it is.

@cobaltjacket
Copy link

It would be useful to have options to disable in Windows, Office, and Edge separately or at once.

@daxliniere
Copy link

How's the disabling of Copilot coming along, @ChrisTitusTech ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Keep Issue Open Working on Fix in development
Projects
None yet
Development

No branches or pull requests

8 participants