-->
By Mark Russinovich
Disney Infinity (2.0 Edition) Free download for your PC. Heroes and villains. Sorcerers and superheroes. Princesses and pirates. For generations, Disney storytelling and Marvel adventures have sparked our imaginations with characters and worlds of magic, action and adventure. Now, Disney Infinity invites you and your family to enter those worlds in game experiences only Disney,. CodePlex Archive will be shut down after July 1st, 2021. CodePlex was Microsoft's free, open source project hosting site, which ran from 2006 through 2017. The site has been in archive mode for 3 years. We now encourage customers to use Github for their open source project hosting needs. CodePlex will continue as an archive until next July.
Published: March 23, 2021
Download PsTools Suite(3.5 MB)
Introduction
CodePlex Archive
The Windows NT and Windows 2000 Resource Kits come with a number ofcommand-line tools that help you administer your Windows NT/2K systems.Over time, I've grown a collection of similar tools, including some notincluded in the Resource Kits. What sets these tools apart is that theyall allow you to manage remote systems as well as the local one. Thefirst tool in the suite was PsList, a tool that lets you view detailedinformation about processes, and the suite is continually growing. The'Ps' prefix in PsList relates to the fact that the standard UNIX processlisting command-line tool is named 'ps', so I've adopted this prefix forall the tools in order to tie them together into a suite of tools namedPsTools.
Note
Some anti-virus scanners report that one or more of the tools are infected with a 'remote admin' virus. None of the PsTools contain viruses, but they have been used by viruses, which is why they trigger virus notifications.
The tools included in the PsTools suite, which are downloadable as apackage, are:
- PsExec -execute processes remotely
- PsFile -shows files opened remotely
- PsGetSid -display the SID of a computer or a user
- PsInfo -list information about a system
- PsPing -measure network performance
- PsKill -kill processes by name or process ID
- PsList -list detailed information about processes
- PsLoggedOn -see who's logged on locally and via resource sharing (full source isincluded)
- PsLogList -dump event log records
- PsPasswd -changes account passwords
- PsService -view and control services
- PsShutdown -shuts down and optionally reboots a computer
- PsSuspend -suspends processes
- PsUptime - shows you how long a system has been running since itslast reboot (PsUptime's functionality has been incorporated intoPsInfo
The PsTools download package includes an HTML help file with completeusage information for all the tools.
Cached
Download PsTools Suite(3.5 MB)
Runs on:
- Client: Windows Vista and higher
- Server: Windows Server 2008 and higher
- Nano Server: 2016 and higher
Installation
None of the tools requires any special installation. You don't even need to install any client software on the remote computers at which you target them. Run them by typing their name and any command-line options you want. To show complete usage information, specify the '-? ' command-line option.If you have questions or problems, please visit the Sysinternals PsTools Forum.
Download Links - D-Tools
Related Links
Introduction to the PsTools: Wes Miller gives a high-level overview of the Sysinternals PsTools in the March column of his TechNet Magazine column.