AccessChk, AccessEnum, AdExplorer, AdInsight, AdRestore, Autologon, Autoruns, BgInfo, BlueScreen,
CacheSet, ClockRes, Contig,
Coreinfo, Ctrl2Cap, DebugView, Desktops, Disk2vhd, DiskExt, DiskMon, DiskView, Disk Usage (DU),
EFSDump, FindLinks, Handle,
Hex2dec, Junction, LDMDump, ListDLLs, LiveKd, LoadOrder, LogonSessions, MoveFile, NotMyFault,
NTFSInfo, PageDefrag, PendMoves,
PipeList, PortMon, ProcDump, Process Explorer, Process Monitor, PsExec, PsFile, PsGetSid, PsInfo,
PsKill, PsList, PsLoggedOn,
PsLogList, PsPasswd, PsPing, PsService, PsShutdown, PsSuspend, PsTools, RAMMap, RegDelNull, RegHide,
RegJump, Registry Usage (RU),
SDelete, ShareEnum, ShellRunas, Sigcheck, Streams, Strings, Sync, Sysmon, TCPView, VMMap, VolumeID,
WhoIs, WinObj, ZoomIt
ProcDump
Write a mini dump when process window is unresponsive for more than 5 seconds:
procdump -h outlook.exe hungwindow.dmp
Write a dump when process has an unhandled exception
procdump -mp -e store.exe
Write a full dump of a process with PID '4572' using cloning (to
avoid service
interruptions)
procdump -ma -r 4572
Write a mini dump of a process named 'outlook' when total system CPU usage exceeds 20% for 10
seconds
procdump outlook -p "\Processor(_Total)\% Processor Time" 20