Skip to content

Instantly share code, notes, and snippets.

@Lauloque
Created May 12, 2024 15:20
Show Gist options
  • Select an option

  • Save Lauloque/4a0643a3b0295a2a05ec8cddaa7ddea2 to your computer and use it in GitHub Desktop.

Select an option

Save Lauloque/4a0643a3b0295a2a05ec8cddaa7ddea2 to your computer and use it in GitHub Desktop.
fixes issue where clipboard history can't be enabled/disabled - is greyed out - due to oganization's policy
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"AllowClipboardHistory"=-
[HKEY_CURRENT_USER\Software\Microsoft\Clipboard]
"EnableClipboardHistory"=-
@Lauloque
Copy link
Author

Makes this not greyed out:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment