Skip to content

Instantly share code, notes, and snippets.

@jamiedevsandbox
Last active May 17, 2021 07:04
Show Gist options
  • Save jamiedevsandbox/f56283c8020bbf10a569085ae98fb079 to your computer and use it in GitHub Desktop.
Save jamiedevsandbox/f56283c8020bbf10a569085ae98fb079 to your computer and use it in GitHub Desktop.
Sysinternals utilities Toolbox for Windows
Sysinternals utilities toolbox to help you manage, troubleshoot and diagnose your Windows systems and applications.
https://docs.microsoft.com/en-us/sysinternals/downloads/
The Windows NT and Windows 2000 Resource Kits come with a number of command-line tools that help you administer your Windows NT/2K systems.
Over time, I've grown a collection of similar tools, including some not included in the Resource Kits.
What sets these tools apart is that they all allow you to manage remote systems as well as the local one.
The first tool in the suite was PsList, a tool that lets you view detailed information about processes, and the suite is continually growing.
The "Ps" prefix in PsList relates to the fact that the standard UNIX process listing command-line tool is named "ps", so I've adopted this prefix for all the tools in order to tie them together into a suite of tools named PsTools.
https://docs.microsoft.com/en-us/sysinternals/downloads/pstools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment