How to Clear the Clipboard in Windows 10.
When you cut or copy something on your computer, it is automatically copied to the clipboard so you can paste a copy of that item elsewhere.
The October 2018 Windows Update introduces a new clipboard interface in addition to the ability to paste multiple files. You can also pin the items you want to use each time and sync clips across devices via the cloud.
In addition, you can keep track of text and images copied to the clipboard, and also access history settings and the clipboard interface. While it’s helpful to have access to your clipboard history, it can be a security risk, especially if you share your device with other people.
If you want to remove some items from your list or completely delete history, here’s how to clear the clipboard in Windows 10.
How to clear the clipboard in Windows 10
There are various methods you can use to clear the data currently stored on the clipboard, including using the command line, Windows 10 shortcuts and settings.
How to clear the clipboard using the command line
This is a quick way to clear the clipboard in Windows 10.
– /
- To do this, enter CMD in the search field and select Run as administrator.
- Then copy and paste the command below into the Command Prompt window and press Enter.
cmd / c “echo off | clip ”
- Close the Command Prompt window after running the command.
How to clear the clipboard using Notepad shortcuts
If you are using modern clipboard in Windows 10, you can clear data using a shortcut.
- To do this, select “Start” and search for “Notepad”. Select the top result to open the Notepad application.
- Copy and paste these commands into Notepad:
% windir% System32 cmd.exe / c “echo off | clip ”
wmic service, where” name as ‘%% cbdhsvc _ %% ‘†calls stopservice
wmic service, where “name as‘ %% cbdhsvc _ %%’ â€calls startservice
- Then select File> Save As.
- Name the file with a .bat extension, such as Clipboardclearer.bat, and then select Save.
- Right-click the file and choose New Shortcut.
- Then right-click the shortcut you just created and select Properties.
- Select the Shortcut tab and then select Change Icon.
- Copy and paste the path below and press Enter.
% windir% system32 imageres.dll
- Select an icon for the shortcut, and then select OK> Apply.
If you wish, you can write down the keyboard shortcut in the Shortcut Keys field. For example, you can use CTRL + SHIFT + X or any combination to clear the contents of the clipboard using the keyboard shortcut.
- Then select Advanced.
- Select the Run as administrator check box.
- Select OK> Apply and click OK again.
After completing these steps, activate the keyboard shortcut or double-click the keyboard shortcut file to clear the clipboard history.
Note. If you are using a shortcut to clear the clipboard in Windows 10, please confirm elevation of the shortcut so that the batch script can work correctly.
How to clear the clipboard in Windows 10 using the Windows key + V
If creating a shortcut or keyboard shortcut file in Notepad seems tedious, you can use the Windows Key + V keyboard shortcut to clear the clipboard on your computer.
- To do this, press Windows Key + V on your keyboard. A small pop-up window will appear containing the recently copied items. If instead you see the Enable option and the clipboard entry is not listed, then you are not using the modern clipboard features.
- Select the ellipsis at the top right of the screen to open the menu.
- If you want to delete a single entry, select Delete. If you want to clear all your clipboard history, select “Clear Allâ€.
Note. Each time you restart your computer, the clipboard history is cleared, except for pinned items. In addition, the clipboard can store a maximum of 25 copied entries at a time, so old entries are automatically deleted to make room for new ones.
How to clear the clipboard in Windows 10 using settings
- To do this, select Start> Settings and select System.
- Select the clipboard.
- Select “Clear” in the “Clear Clipboard Data” section.
How to clear the clipboard in the old clipboard experiment
If you are not using the modern clipboard, you can clear your clipboard history by doing the following:
- Open File Explorer and navigate to the Desktop or Documents folder, whichever is you want to keep the shortcut. …
- Select the Home tab, and then select New Item> Shortcut. Alternatively, right-click an empty space in the folder and choose New Item> Shortcut.
- Copy and paste this command into the location field:
% windir% System32 cmd.exe / c “echo off | clip ”
Note. You can run the command from the command line on a public computer instead of using the shortcut to clear the clipboard.
- Click Next.
- Give a name to the shortcut, for example ClipboardClearer, and select Done.
- Right-click the created shortcut, select Properties> Shortcut tab, and then select Change Icon.
- Copy and paste the path below and press Enter.
% windir% system32 imageres.dll
Select the icon for your shortcut, and then select OK> Apply. You can add a keyboard shortcut to the Shortcut Keys box if you want to clear the clipboard with a keyboard shortcut. When you’re done, the clipboard history will be deleted.
Note. The difference between the actions you take to clear the clipboard in the legacy and modern interface is that all the contents of the clipboard are deleted in the legacy clipboard. In modern clipboard, you also need to clear the clipboard history, which is stored in a separate location.
How to clear clipboard in Windows 10 by disabling clipboard history
If you do not want the clipboard history to be available or viewed by other users, you can turn off or turn off the clipboard history.
- To do this, select Start> Settings> System and go to the clipboard.
- Go to the clipboard history option and set the toggle to Off.
If you try to press Windows Key + V, a small popup will appear notifying you that the clipboard history cannot be displayed because this feature is disabled. This allows you to copy and paste freely without worrying about others seeing your data.
To re-enable clipboard history, press Windows Key + V and select Enable.
Empty Your Clipboard
While using the copy, cut and paste functions is convenient and time-saving, it is necessary to clear the clipboard from time to time. Not only is this useful for privacy for obvious reasons, but it also avoids errors that occur when filling the clipboard.
Did you manage to clear the clipboard on your computer? Share with us in the comments.
–
Comment on “How to Clear the Clipboard in Windows 10”