Error Message #6602 - The clipboard cannot be accessed at this time. Another Application may have the clipboard
Symptom
When the user tries to copy objects error #6602 will appear.
Environment
Windows 7 and later.
Answer
Command Line/PowerShell method
- Open a PowerShell or Command Line prompt.
- Copy and paste the following command into the prompt and execute: cmd /c “echo off | clip”
- Use this command any time you want to clear your clipboard.
Desktop Shortcut method
- Right-click on your desktop, and select New –> Shortcut
- Copy and paste the following command into the shortcut: cmd /c “echo off | clip”
- Choose Next.
- Enter a name for this shortcut such as Clear My Clipboard
- Double-click the shortcut any time you want to clear your clipboard.