Skip to content

Instantly share code, notes, and snippets.

@lockworld
Last active February 6, 2018 14:38
Show Gist options
  • Save lockworld/18fca01acc99470dcb0d96895502696f to your computer and use it in GitHub Desktop.
Save lockworld/18fca01acc99470dcb0d96895502696f to your computer and use it in GitHub Desktop.
General tips and tricks for making Windows run faster, better, smoother, or more personalized.

I found some instructions to create a shortcut that will clear your clipboard when you double-click on it. You can follow the instructions below to create your own shortcut: Clear Clipboard Shortcut

Right-click on the desktop or elsewhere, and choose New==>Shortcut from the menu.

Then in the shortcut location box, enter the following command:

cmd /c “echo off | clip”

Make it even better by tweaking the icon: If you click the Change Icon button and then browse down to this file, you can find a clipboard icon:

%SystemRoot%\system32\shell32.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment