1

In order to view what is in my clipboard, do I need to download a special program? And if so, where can I find that program? I am using Windows 10 OS on an HP computer.

phuclv
  • 30,396
  • 15
  • 136
  • 260
ybliku2
  • 19

2 Answers2

3

You just need to press Win+V. Since October 2018 Update a synced clipboard has been introduced along with a history viewer

Clipboard settings

Clipboard history


You can also manage the clipboard directly with PowerShell. Windows 10 has built-in PowerShell 5.0 so you can run Get-Clipboard and Set-Clipboard from it

Get-Clipboard -Format Text -TextFormatType Html
Get-Clipboard -Format FileDropList
(Get-Clipboard -Format FileDropList)[0].GetType()

Alternatively you can use this script which is a GUI written in PowerShell to show the clipboard

Clipboard history viewer GUI

More information can be found in my answer to How to open clipboard on Windows 7?. See also

phuclv
  • 30,396
  • 15
  • 136
  • 260
1

You just need to copy the Clipboard Viewer (clipbrd.exe) from a Windows XP machine to your C:\PROGRAM FILES (x86). It is also available to download from here.

Alternatively you could opt for one of the more powerful alternatives including: