Skip to content
Archive of posts tagged process

PSExec launch script

Tired of typing the psexec command with all the command line options? Here’s a short PsExec launch script I wrote today. Using this allows you to just type the remote computer’s computer name or IP address and then launches the command prompt. @echo off Echo SET user= ADD USERNAME HERE SET pwd= ADD PASSWORD HERE [...]

ToolTip: SuperFlow

Just learned about these SuperFlows, although some of them were already released a while ago, for some reason I missed that one, well you can’t keep up with everything. Just installed 3 of them, really cool stuff. If you’re dealing with SCCM or App-V, give it a try. The SuperFlow interactive content model provides a [...]

ToolTip: Windows Services Dependency Viewer

During my periodic visit on CodePlex I came across the Windows Services Dependency Viewer utility. The tool provides access to the following information: Windows service dependent and antecedent services Services grouped by process Service details (from Win32_Service WMI class) Service process details (from Win32_Process WMI class This tool might come in handy once you start [...]

What’s running inside svchost.exe

When you open the Windows Task Manager and select the Processes tab and then select the “show processes from all users” button, you will find many instances of the svchost.exe as shown in the picture below. So what are all these svchost.exe doing ? To get a detailed overview of each running svchost.exe you can [...]

Slaves to the process

Claude my team mate sended me this one, good enough to blog a reference to this article. http://thedailywtf.com/Articles/Slaves-to-The-Process.aspx