How to Empty Clipboard?

Press `Win + V`

Click `Clear all` in Clipboard history

Open Command Prompt and run `echo off | clip`

Open PowerShell and run `Set-Clipboard -Value $null`

Copy a blank item

Restart the computer

Suggested for You

Trending Today