Clear the clipboard through the command line
by Mohan[ Edit ] 2012-09-22 11:53:34
Clear the clipboard through the command line
Clear anything in the Windows clipboard using the below command in the Windows command line.
echo off | clip
After the above command has been entered, all contents within the Windows clipboard will be removed.