The Windows clipboard function is not really practicable. It stores only the last text string that you have copied and once you copy another one the previous one is not longer available. It happened more than once that I lost a text phrase that I still needed because I accidentally copied another item to the clipboard.
Replace the Windows Clipboard with Ditto
The Windows Clipboard is absolutely awful, it lacks so many features that I really do not know where to begin listing them. Ditto on the other hand is an open source replacement for the Windows clipboard that adds functionality to the clipboard function. Ditto makes it easy to save any type of information to the clipboard including the most usual data types such as text, images and code.

