The clipboard is a software facility used for short-term data storage and/or data transfer between documents or applications, via copy and paste operations.
Sometimes we copy something to paste it another palce but we want to delete or remove paste option after using one time .This paste option will be removed when you restart your pc but you can't want to restart then you have to use this batch file .
1.open notepad
2.type cmd /c "echo off | clip"
3.save it as a batch file
N.B: You cna also use this command by using CMD
Thanks