Windows CMD Commands

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 1

PsPing – Windows CMD Command

Measure network performance. In addition to standard ICMP ping functionality, PsPing can report the latency of connecting to TCP ports, the latency of TCP round-trip communication between systems, and the TCP bandwidth available to...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 0

PsPasswd – Windows CMD Command

Change account password This tool allows administrators to create a batch file that will run against multiple computers to perform a mass change of the administrator password. When launched for the first time, PsPasswd...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 1

PsLogList – Windows CMD Command

Event log records If your current security credentials would not permit access to the Event Log, specify a different username ( -u user ). When launched for the first time, PsLogList will create the...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 0

PsLoggedOn – Windows CMD Command

See who is logged onto a computer, either locally or remotely PsLoggedOn’s definition of a locally logged-on user is one that has their profile loaded into the Registry. If no one is currently logged...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 2

PsList – Windows CMD Command

Process Status, list information about processes running in memory. The default information listed includes the time the process has executed, the amount of time the process has executed in kernel and user modes, and...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 57

PsKill – Windows CMD Command

Kill processes by name or process ID. To kill a process on a remote system requires administrative privileges on the remote system. When launched for the first time, PsKill will create the regkeyHKCU\Software\Sysinternals\PsKill\EulaAccepted=0x01

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 0

PsInfo – Windows CMD Command

List information about a system including the type of installation, kernel build, registered organization, owner, processor details, physical memory, and the system install date. PsInfo relies on remote Registry access to obtain its data,...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 0

PsGetSid – Windows CMD Command

Display the SID of a computer or a user. Specify a user name if the account you are running from doesn’t have administrative privileges on the computer you want to query. When launched for...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 0

PsFile – Windows CMD Command

Show files opened remotely, or close an open file (kill file locks) Unlike the NET FILE command, PsFile does not truncate long filenames. When launched for the first time, PsFile will create the regkeyHKCU\Software\Sysinternals\PsFile\EulaAccepted=0x01

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 0

PsExec – Windows CMD Command

Execute a command-line process on a remote machine. For PsExec to work, File and Printer sharing must be enabled on the remote computer. This can be done with netsh advfirewall or Group Policy (Local Computer Policy > User Configuration...