Either you can open cmd and type below and press enter for clearing your clipboard.
echo off | clip
Or you can create shortcut. Right click on desktop go to New and then Shortcut.
Copy and Paste the below into "location of the item" field:
C:\Windows\System32\cmd.exe /c "echo off | clip"
Click Next and type a name for this shortcut and click on Finish.
Just double click on this shortcut whenever you need to clear your clipboard.
Source:
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/echo
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/clip
echo off | clip
Or you can create shortcut. Right click on desktop go to New and then Shortcut.
Copy and Paste the below into "location of the item" field:
C:\Windows\System32\cmd.exe /c "echo off | clip"
Click Next and type a name for this shortcut and click on Finish.
Just double click on this shortcut whenever you need to clear your clipboard.
Source:
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/echo
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/clip
Comments
Post a Comment