Very slow clipboard copy from Scripting window

I have an issue in PowerShell ISE (Windows 7) where it takes around 2-3 seconds after copying some text from the scripting area before it actually saves into the clipboard. During this time the ISE window is unresponsive.

I don't experience this on any other machine, only my main computer at work, and I can't seem to find anything else on the internet about it.

My PC has done this for as long as I can remember, so still experiencing the issue after many a PC and ISE restart.

I also noticed the delay is present no matter how I copy the text:

Ctrl + C

Right-Click + 'Copy'

$ "test text" | clip

Does anyone know what causes this issue, and how I can resolve it?

Thanks

7

1 Answer

use sfc /scannow to scan and repair missing or corrupted system files.

To view the log of the sfc execution, use:

findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"

More Information:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like