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
71 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: