How do you know what to type in the run utility to start specific applications? It is actually easily achieved by looking for the application you are after using the task manager. Note you do not need to include the .exe extension.
Run can also be used as a replacement for the command prompt. If you have tried/try command prompt utilities straight through run, you will most likely miss the output. As an example, you could try typing ipconfig into the run interface. The correct way to do this is by using:
cmd /k ipconfig
If you are somebody who uses a lot of desktop shortcuts perhaps these lessons are of no use, but if you like a clean desktop with all your favourite applications at quick distance, try the run tool.