Admit it – sometimes you wish Windows offered an easy way to do this – clearing the clipboard after copying a piece of text!
Well, here is a way to do that using a tiny piece of code. Just copy the code given below and follow the steps given to create your own small software to clear your clipboard.
C:WindowsSystem32cmd.exe /c “echo off | clip”
Steps:
- Right click on the desktop.
- Select New > Shortcut
- Paste the code copied above. Save and exit.
You now have a shortcut which when double clicked clears your clipboard in a whoosh!!
Leave a Reply