<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Process on Anything About IT</title><link>https://www.verboon.info/tags/process/</link><description>Recent content in Process on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 11 May 2011 15:10:32 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/process/index.xml" rel="self" type="application/rss+xml"/><item><title>PSExec launch script</title><link>https://www.verboon.info/2011/05/psexec-launch-script/</link><pubDate>Wed, 11 May 2011 15:10:32 +0000</pubDate><guid>https://www.verboon.info/2011/05/psexec-launch-script/</guid><description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;@echo off &lt;br&gt;
Echo&lt;/p&gt;
&lt;p&gt;SET user= *ADD USERNAME HERE &lt;br&gt;
*SET pwd= &lt;em&gt;ADD PASSWORD HERE&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;:START &lt;br&gt;
SET /P Node=Computername or IP Address: &lt;br&gt;
IF &amp;ldquo;%node%&amp;quot;==&amp;rdquo;&amp;quot; GOTO :START&lt;/p&gt;
&lt;p&gt;Echo. &lt;br&gt;
Echo Starting PSEXEC on %node% &lt;br&gt;
Echo. &lt;br&gt;
psexec -u %user% -p %pwd% \%node% cmd&lt;/p&gt;</description></item><item><title>ToolTip: SuperFlow</title><link>https://www.verboon.info/2010/04/tooltip-superflow/</link><pubDate>Thu, 29 Apr 2010 19:36:31 +0000</pubDate><guid>https://www.verboon.info/2010/04/tooltip-superflow/</guid><description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;The SuperFlow interactive content model provides a structured and interactive interface for viewing documentation. Read more (SCCM) &lt;a href="http://blogs.technet.com/configurationmgr/archive/2010/02/11/announcing-the-release-of-configuration-manager-2007-superflows.aspx"&gt;here&lt;/a&gt; and (App-V) &lt;a href="http://blogs.technet.com/appv/archive/2010/04/29/the-application-virtualization-sequencing-superflow-has-been-released.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb24.png" alt="image"&gt;

 &lt;a href="images/image25.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;**Available SuperFlows &lt;br&gt;
**&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=D509A9F4-E397-4D0A-89BB-FA3D68B9E8BE&amp;amp;displaylang=en"&gt;System Center Configuration Manager 2007 Software Updates Synchronization SuperFlow&lt;/a&gt; &lt;br&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=D5B3D7D7-0DBF-4A05-A2B6-4D4AAC97480C&amp;amp;displaylang=en"&gt;Software Updates Synchronization SuperFlow&lt;/a&gt; &lt;br&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=A8D785F6-3BF7-4D98-8B4E-2C7C77DD0C04&amp;amp;displaylang=en"&gt;Software Update Deployment SuperFlow&lt;/a&gt; &lt;br&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c6f88b60-5dd0-40d4-a7e4-8234b4066d27"&gt;SuperFlow for Operating System Deployment via PXE&lt;/a&gt; &lt;br&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=8c4dfab6-7ef5-4188-a531-346cf9bfe7bf"&gt;Application Virtualization Sequencing SuperFlow&lt;/a&gt;&lt;/p&gt;</description></item><item><title>What's running inside svchost.exe</title><link>https://www.verboon.info/2009/01/whats-running-inside-svchostexe/</link><pubDate>Wed, 07 Jan 2009 20:46:26 +0000</pubDate><guid>https://www.verboon.info/2009/01/whats-running-inside-svchostexe/</guid><description>&lt;p&gt;When you open the Windows Task Manager and select the Processes tab and then select the &amp;ldquo;show processes from all users&amp;rdquo; button, you will find many instances of the &lt;a href="http://support.microsoft.com/kb/314056/en-us"&gt;svchost.exe &lt;/a&gt;as shown in the picture below.

 &lt;img src="images/taskmgr1.jpg" alt="taskmgr1"&gt;

&lt;/p&gt;
&lt;p&gt;So what are all these svchost.exe doing ? To get a detailed overview of each running svchost.exe you can run the follwing command at the command prompt that will list each svchost process its PID and the running services.&lt;/p&gt;</description></item></channel></rss>