You are hereInstalling the Sysinternals Suite

Installing the Sysinternals Suite


By edwin - Posted on 18 May 2009

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. :)

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <img> <span>
  • Lines and paragraphs break automatically.
  • Pairs of<blockquote> tags will be styled as a block that indicates a quotation.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo].
  • Images can be added to this post.

More information about formatting options