How to copy error message text in Windows
We've all been there: helping a relative with a computer problem they can't figure out, and suddenly they run into an error.
Now comes the fun part! You can attempt to have them explain the error box. Sometimes it feels as though you should type a random string of characters into Google and hope it's the right error code--the success rate will probably be similar.
Enter GetWindowText. This handy tool lets anyone select text from any Windows dialog prompt and place it into an area where it can then be copied to the clipboard for using elsewhere. … Read more