Periodically I notice PowerShell seems to take forever to finish doing whatever it is I told it to do until it occurs to me to "wake it up" by pressing enter. This is not the fault of any one process as best I can tell, as I have even run custom apps that just log their output to the screen every few seconds and even in these cases, PowerShell will stop doing anything after a while until I "give it a kick" by pressing enter.

Any ideas what might be causing this?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 7 down vote accepted
+50

If the QuickEdit Mode and\or Insert options are checked within the console\window properties, and you click within the console, it will pause the output. If those options are not checked, the output can't be paused by clicking within the console.

alt text

link|improve this answer
Ah, yes, it never occurred to me that clicking the screen could interrupt the output. After running some tests, this indeed seems to be the issue. – Nathan Ridley Nov 25 '10 at 14:37
Glad I could help. – CurtM Nov 25 '10 at 16:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.