Here is a quick tip to download all Sysinternals tools using just 3 commands. This covers the full suite of tools, including Sysmon, Process Explorer, Process Monitor, BGInfo, and more.
Shell
net use x: \\live.sysinternals.com\Tools\
xcopy /s x:\ c:\sysinternals\
net use x: /d
If you only need a tool occasionally, there is no need to download the entire suite. Open the Run dialog (Win+R) and type the full UNC path to the tool. You need to know the executable name in advance. For example, to run Process Monitor (procmon.exe), use:
Shell
\\live.sysinternals.com\tools\procmon.exe
Hope this helps!
Do you have a question or a suggestion about this post? Contact me!