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](https://www.howtogeek.com/howto/windows-vista/create-a-shortcut-or-hotkey-to-clear-the-clipboard-in-windows-vista/)
Right-click on the desktop or elsewhere, and choose New==>Shortcut from the menu.
Then in the shortcut location box, enter the following command:
```vb
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:
```vb
%SystemRoot%\system32\shell32.dll
```