Show Windows update history. Useful for knowing if the system is up to date on patches.
tasklist /svc
Shows the Image, PID, and services that are currently running.

Category: Windows Tags:
route print
Check your Windows routing table for issues.

Category: Windows Tags:
wmic startup list full
Use wmic to display full details of Windows start up processes.

Category: Windows Tags:
wmic share get
Displays Windows share information including Name, Path, Status, and Type.

Category: Windows Tags:
wmic computersystem list brief
Show basic Windows system information including Domain, Manufacturer, Model, and Name. Important to know if you are running inside of a Virtual Machine.

Category: Windows Tags:
wmic process list brief
Shows a brief listing of running Windows processes.

Category: Windows Tags:
services.msc
Launch the Windows Services Configuration gui from the Start > Run prompt.

Category: Windows Tags:
msconfig.exe
Launch the Windows System Configuration Utility gui from the Start > Run prompt. This gui tool allows you to change startup and boot options.

Category: Windows Tags: