How to clear your clipboard using Command Prompt

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:\Windows\System32\cmd.exe /c "echo off | clip"

Steps:
  1. Right click on the desktop.
  2. Select New > Shortcut
  3. Paste the code copied above. Save and exit.






You now have a shortcut which when double clicked clears your clipboard in a whoosh!!

Written by Arun Sarathy


No comments:

Post a Comment