>_ SHELLDRIVER

Screwdriver

Welcome to Shelldriver - Your Windows Shell Screwdriver!

Home

About Project

Shelldriver is your go-to toolkit designed to empower your Windows command line experience. Just as a screwdriver is indispensable for fixing and adjusting things, Shelldriver aims to be the tool you reach for when you want to tweak and optimize your Windows shell.

In a world where Unix command-line resources abound, Windows users often find themselves yearning for a dedicated space tailored to their needs. Shelldriver bridges this gap by offering a curated collection of Windows CLI tips, shortcuts, recipes and tutorials for both Windows CMD or PowerShell.

Mission

General Info

Windows has two command-line shells: the Command shell and PowerShell. Each shell is a software program that provides direct communication between you and the operating system or application, providing an environment to automate IT operations.

  1. The Command shell was the first shell built into Windows to automate routine tasks, like user account management or nightly backups, with batch (.bat) files. With Windows Script Host, you could run more sophisticated scripts in the Command shell. You can perform operations more efficiently by using scripts than you can by using the user interface. Scripts accept all commands that are available at the command line.
  2. PowerShell was designed to extend the capabilities of the Command shell to run PowerShell commands called cmdlets. Cmdlets are similar to Windows Commands but provide a more extensible scripting language. You can run both Windows Commands and PowerShell cmdlets in PowerShell, but the Command shell can only run Windows Commands and not PowerShell cmdlets.

Content

CMD Files and Directories Some basic commands to start with
Internet and Networking Commands related to networks
Hardware Information Info on hardware status
Services Management Operations with services
PowerShell Files and Directories Some basic commands to start with
Internet and Networking Commands related to networks
Hardware Information Info on hardware status
Services Management Operations with services

Learn More

For more information you can always refer to Microsoft Official Documentation