First, create a "clear clipboard" shortcut
1. Right mouse Select "New-Shortcut", enter cmd/c "echo off" in the position of type Object Clip "
Then click "Next" and type the name of the shortcut "empty clipboard" to complete.
2. Then, open the shortcut property (for example) and set run as to minimized.
PS: You can also change the icon, the last few rows of the%systemroot%\system32\shell32.dll file will have the Clipboard icon.
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/72/89/wKiom1XlpmPS9hUnAAFeJd_KNc0394.jpg "title=" Clears the Clipboard shortcut properties. jpg "alt=" wkiom1xlpmps9hunaafejd_knc0394.jpg "/>
Second, add "empty clipboard" in the right-click menu.
1.Open Registry Editor and locate HKEY_CLASSES_ROOT \ Directory \ Background \ Shell.
2.Right-click the Shelland create a new item with the name "Empty Clipboard".
3.Right-click on "Empty Clipboard" and create new item with the name "command"
4.Select commandto modify the default string value data for the right column to cmd/c "echo off | Clip "
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/72/85/wKioL1XlqKXyUmRRAAC73YYO7a4854.jpg "title=" Right-click menu to add empty clipboard. jpg "alt=" wkiol1xlqkxyumrraac73yyo7a4854.jpg "/>
The "empty Clipboard" item already appears in the right-click menu.
Three: Create batch file "empty Clipboard"
Create a new text document with the contents of echo off | clip , rename the text document to "empty clipboard . bat"
This article from "Helpdesk Those things" blog, declined reprint!
Three ways to clear your clipboard