PuTTY SSH Windows command line
Start PuTTY
So, we are ready to start PuTTY, click start, and PuTTY menu will be clearly displayed.So lets create a telnet session for a device in our network by entering the details, entering a name in the Saved Sessions box and the clicking on the Save buttonGetting to grunter
So normal people would click on Start, All Programs, PuTTY, PuTTY, Click grunter and the Open.Lot of clicking for not much gain I would say. You can start just about any program in Windows from the commad line. I am always surprised by how many people don’t know this. Lets look at starting Windows Notepad from the CLI. That is, from a DOS box, just type the command “notepad” and the away it will go.None of this clicky clicky business.But we can make this even faster.Fastest Way to open the the command line ….
The fastest way to open the Windows Start box is to press Control-Escape which will open the Windows Start menu (as if you had clicked on the Start button).Then press the “r” key (for Run), and type “cmd” and the Windows DOS box (or whatever you choose to call it) will open on your screen.Fastest way for Notepad would be ….
If you are thinging laterally, you would realise that the fastest way to open Notepad would be:- press Command-Escape (together)
- press R
- type “notepad”
- and press enter