Skip to content

Instantly share code, notes, and snippets.

@Kambaa
Last active April 9, 2025 21:10
Show Gist options
  • Save Kambaa/6af9d37e870c89502736f1892e63600b to your computer and use it in GitHub Desktop.
Save Kambaa/6af9d37e870c89502736f1892e63600b to your computer and use it in GitHub Desktop.
CopyQ Clipboard Manager Windows 10 İnstallation

CopyQ Clipboard Manager

https://hluk.github.io/CopyQ/

https://github.com/hluk/CopyQ

Setting up Win+V shortcut with CopyQ

https://superuser.com/a/1734901

To use Win+V for toggling CopyQ on Windows 10, there is a Registry Key specifically to disable this feature.

Open Regedit

Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Clipboard

Set IsCloudAndHistoryFeatureAvailable to 0. If this key isn't there, create a DWORD with the name IsCloudAndHistoryFeatureAvailable and set it to 0.

This also removes the clipboard menu from Windows Settings which only contains settings for this feature. You have to restart explorer.exe or reboot for the Win+V popup to stop appearing. Start > Settings > System > Clipboard disappears when a new Settings window is opened, which confused me.

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