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.
Computer tips home - Windows command line tips
