13 Jun
Sysinternals Suite
More, more, more little tools. The Sysinternals Suite is a large collection of handy little tools — including such famous tools as PsExec. It’s just a zip file, so it’s easy to install:
7z x -o"D:\program files\sysinternals\" SysinternalsSuite.zip
Then, simply add it to the path.
PATH %PATH%;D:\Program Files\sysinternals
SETX PATH “%PATH%” -m
Done. :)


One Response to “Sysinternals Suite”
Posted: Oct 12th, 2008 at 07:34
Thanks for such detailed and understandable information.