How To Perform Common Tasks in Windows Command Prompt

How to Use Windows Command Prompt
(Image credit: Tom's Hardware)

Windows is much more than a graphical user interface. For those of us old enough to remember, we started our PC journey with MS-DOS and then Microsoft Windows. The command prompt was where we worked and we had to learn a few tricks to get the job done. Fast forward to today and we have complex graphical user interfaces that work extremely well, but sometimes the command prompt is just quicker.

In this how to, we have collected a number of common GUI tasks, and shown how the command prompt can be used to get the same job done. These commands will work with Windows 7,8,10 and 11.

Latest Videos FromTom's Hardware
Les Pounder
Associate Editor

Les Pounder is an associate editor at Tom's Hardware. He is a creative technologist and for seven years has created projects to educate and inspire minds both young and old. He has worked with the Raspberry Pi Foundation to write and deliver their teacher training program "Picademy".

  • Ralston18
    And for those who are already very comfortable with the Windows Command Prompt and DOS - take a look at Powershell.

    There are quite a number of "Get" cmdlets that can be used to discover and present all sorts of system information.

    And Powershell can go far beyond just that.
    Reply
  • kbz.uy
    me typing: ipconfig /all | findstr “Host Name”
    Khaby Lame: hostname
    Reply