Clipboard copying issue

Joined
Feb 27, 2021
Messages
3
Reaction score
0
I recently reset my high-end gaming laptop running Windows 10 Home. Every time I want to copy-paste something, I have to try multiple times since it looks like it has a pre-copied text, which is a path to a directory in the file system, that gets pasted 70% of the times I try to paste the text I copied. Tried using both ctrl-c/right clicking --> copy and ctrl-v/right clicking --> paste but nothing changes. Also it looks like there is no specific way to tell if it's going to paste my text or the pre-copied path. Any help?
 
Joined
Apr 22, 2017
Messages
5,477
Reaction score
684
Hi,

open Settings > System > Clipboard and check your settings there, clear if necessary!. :)

1614444354870.png
 
Joined
Sep 26, 2017
Messages
3,446
Reaction score
616
This is a small .bat file I use to clear the clipboard without restarting Windows:
%windir%\System32\cmd.exe /c "echo off | clip"
wmic service where "name like '%%cbdhsvc_%%'" call stopservice
wmic service where "name like '%%cbdhsvc_%%'" call startservice
pause
I put it in Notepad and saved as ClipClean.bat.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top