Microsoft recently acquired wininternals and sysinternals. If you are unfamiliar with these two sites, they offer a slew of free and commercial software that are invaluable to windows administrators. With the fate of these free utilities in uncertainty, it may be a good time to start looking into downloading them.
The quickest way I’ve found is to use wget (windows version), and right click and save this file to where you want to store these utilities. Now open up the command line, and change directories to where you saved the file and type:
You may need to copy wget to a folder in your system path (i.e. c:\windows\system32, or the current directory), or add its location to the path folder.
Afterwards, you should have every freely available application sysinternals offers.
The quickest way I’ve found is to use wget (windows version), and right click and save this file to where you want to store these utilities. Now open up the command line, and change directories to where you saved the file and type:
PHP:
wget -i utilities.txt
Afterwards, you should have every freely available application sysinternals offers.
Last edited: