One thing which is really annoying regarding launching a command prompt utility from the Windows Start > Run prompt is the command prompt window is immediately closed once the process is done. This means you can’t see any of the output produced which may include error messages. Of course you could save the output to a file, but then you have to go open the file which creates extra steps.
Instead, if you need to see the output, preface the command in the Start > Run prompt with “cmd /k”. For example, enter this in the Run prompt:
cmd /k ping google.com
You will see the ping command runs, but once it is done, the command prompt stays open so you can either review the output or run more commands.

Like what you read?
If so, please join over 28,000 people who receive our exclusive weekly newsletter and computer tips, and get FREE COPIES of 5 eBooks we created, as our gift to you for subscribing. Just enter your name and email below:







