You are hereInstalling the Sysinternals Suite
Installing the Sysinternals Suite
From: http://remstate.com/2008/06/13/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.
First grab the zip file from the Microsoft Sysinternal web site: http://download.sysinternals.com/Files/SysinternalsSuite.zip
Assuming you have 7-zip's Command Line Version (http://www.7-zip.org/download.html) you can type the following:
7za x -o"D:\program files\sysinternals\" SysinternalsSuite.zip
You can also use whichever compression utility you please.
Then, simply add it to the path.
PATH %PATH%;D:\Program Files\sysinternals SETX PATH “%PATH%” -m
Done. :)
Bookmark/Search this post with
Post new comment