You can copy, paste, and cut content into and out of the Windows clipboard, but do you know any way to delete it? Obviously yes.

Xóa clipboard thông qua dòng lệnh

Clear anything in Windows to the clipboard using the below Command in the Windows command line.

When needed, just run the following Command in the Command Prompt window or from the Run window by pressing the Win + R key combination :

From the Windows command line, type the Command below.

cmd / c “echo off | clip”

To make it even more efficient, you can create a shortcut where the item is located and save it in a place that you can easily access, such as a desktop.

After the above command has been entered, all of the Windows clipboard content will be removed.