Difference between revisions of "Command Line Tools"

From TheBestLinux.com
Jump to navigation Jump to search
(Created page with "= Windows Command Line Tools & Commands = == Common to All Versions of Windows == Windows originally was an add-on to DOS, the Microsoft "Disk Operating System", in order to...")
 
Line 12: Line 12:
 
*  findstr
 
*  findstr
 
**  This command searches for text within a file. You can give it the -i flag to ignore case-sensitivity.
 
**  This command searches for text within a file. You can give it the -i flag to ignore case-sensitivity.
 +
*  recoverydrive.exe
 +
**  Starts up the GUI to create a USB recovery drive, with the option of including backup copy of "System Files" on the USB device.  Requires a new or empty USB drive with a 32GB capacity or greater.

Revision as of 19:48, 24 May 2023

Windows Command Line Tools & Commands

Common to All Versions of Windows

Windows originally was an add-on to DOS, the Microsoft "Disk Operating System", in order to make it more user friendly and more appealing to new/novice computer users. It's commonly known as a "GUI", which stands for "Graphical User Interface".

To new users, the thought of typing manual commands from a black "DOS" screen can seem intimidating and complicated. However, there is MUCH power that is available in that dark deep hole most users don't bother with. The "Real" power comes from creating scripts to make things easier, even to the point of automation. Scripts are merely one or more "DOS" commands saved as a file that can be run again and again, while modifying the script if needed to improved it's functionality.

Here is the beginning of my soon to become ever-growing list of commonly used, and not so commonly used command line commands, along with examples of their usage:

  • "netsh interface IPV6 set privacy state=disable"
    • Disables IPv6 on all network interfaces.
  • findstr
    • This command searches for text within a file. You can give it the -i flag to ignore case-sensitivity.
  • recoverydrive.exe
    • Starts up the GUI to create a USB recovery drive, with the option of including backup copy of "System Files" on the USB device. Requires a new or empty USB drive with a 32GB capacity or greater.