master
Raw Download raw file

date: “2016-12-01” draft: false title: “Windows CLI Commands”


Not here? Check: ss64

Command Description
[cmd]({{< relref “windows/commands/cmd.md” >}}) Windows’ default command shell
[auditpol]( {{< relref “windows/commands/auditpol.md” >}}) Displays information about and performs functions to manipulate audit policies
[driverquery]({{< relref “windows/commands/driverquery.md” >}}) Display a list of all installed device drivers and their properties.
[ds]({{< relref “windows/commands/ds.md” >}}) Domain services commands which start with the ds prefix
[cacls]({{< relref “windows/commands/cacls.md” >}}) Display or modify Access Controle Lists (Pre-Vista)
[icacls]({{< relref “windows/commands/icacls.md” >}}) Display or modify Access Controle Lists (Vista+)
[sc]({{< relref “windows/commands/sc.md” >}}) Create, stop, start, query or delete any windows service
[systeminfo]({{< relref “windows/commands/systeminfo.md” >}}) Detailed config info about a computer
[taskkill]({{< relref “windows/commands/taskkill.md” >}}) End one or more processes (by id or name)
[tasklist]({{< relref “windows/commands/tasklist.md” >}}) List of applications and services with their Process ID
[wevtutil]({{< relref “windows/commands/wevtutil.md” >}}) Retrieve information about event logs and publishers

Networking

Command Description
[ipconfig]({{< relref “windows/commands/ipconfig.md” >}})
[arp]({{< relref “windows/commands/arp.md” >}})
[tracert]({{< relref “windows/commands/tracert.md” >}})
[ping]({{< relref “windows/commands/ping.md” >}})
[pathping]({{< relref “windows/commands/pathping.md” >}})
[netsh]({{< relref “windows/commands/netsh.md” >}})
[nbtstat]({{< relref “windows/commands/nbtstat.md” >}})
[netstat]({{< relref “windows/commands/netstat.md” >}})

TODO

Command Description
[doskey]({{< relref “windows/commands/doskey.md” >}})
[set]({{< relref “windows/commands/set.md” >}})
[setx]({{< relref “windows/commands/setx.md” >}})
[type]({{< relref “windows/commands/type.md” >}})
[telnet]({{< relref “windows/commands/telnet.md” >}})
[openfiles]({{< relref “windows/commands/openfiles.md” >}})
[find]({{< relref “windows/commands/find.md” >}})
[findstr]({{< relref “windows/commands/findstr.md” >}})
[runas]({{< relref “windows/commands/runas.md” >}}) Execute a program under a different user account
[attrib]({{< relref “windows/commands/attrib.md” >}}) Change file attributes
[bootcfg]({{< relref “windows/commands/bootcfg.md” >}}) Edit Windows boot settings
[bcdedit]({{< relref “windows/commands/bcdedit.md” >}})
[bootrec]({{< relref “windows/commands/bootrec.md” >}})