I am looking for a Windows command which would allow me to print clipboard history in a terminal (not only the latest copied text).
In other words, I am looking for a command that would print on my terminal what I see when I press
WIN+V
So far, I only found some command to display only latext copied text :
CLIP
commandGet-ClipBoard
and/orSet-ClipBoard
But I didn’t find a way to use them to get whole clipboard history.
erenaud is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1