<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.microsoftasap.com &#187; PsService For Windows</title>
	<atom:link href="http://www.microsoftasap.com/tag/psservice-for-windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.microsoftasap.com</link>
	<description>All About Microsoft Windows Software and Technology</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:42:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>PsService v2.22 For Windows</title>
		<link>http://www.microsoftasap.com/psservice-v2-22-for-windows</link>
		<comments>http://www.microsoftasap.com/psservice-v2-22-for-windows#comments</comments>
		<pubDate>Fri, 21 Aug 2009 06:02:45 +0000</pubDate>
		<dc:creator>cempot</dc:creator>
				<category><![CDATA[Utility]]></category>
		<category><![CDATA[PsService]]></category>
		<category><![CDATA[PsService For Windows]]></category>

		<guid isPermaLink="false">http://www.microsoftasap.com/?p=159</guid>
		<description><![CDATA[PsService is a service viewer and manager for Windows. Like the SC utility that&#8217;s included in the Windows NT and Windows 2000 Resource Kits, PsService displays the status, configuration, and dependencies of a service, and allows you to start, stop, pause, resume and restart them. Unlike the SC utility, PsService enables you to logon to [...]
Related posts:<ol>
<li><a href='http://www.microsoftasap.com/pskill-v1-13-for-windows' rel='bookmark' title='PsKill v1.13 For Windows'>PsKill v1.13 For Windows</a></li>
<li><a href='http://www.microsoftasap.com/psfile-v1-02-for-windows' rel='bookmark' title='PsFile v1.02 For Windows'>PsFile v1.02 For Windows</a></li>
<li><a href='http://www.microsoftasap.com/pssuspend-v1-06-for-windows' rel='bookmark' title='PsSuspend v1.06 For Windows'>PsSuspend v1.06 For Windows</a></li>
<li><a href='http://www.microsoftasap.com/pslist-software-for-windows' rel='bookmark' title='PsList Software For Windows'>PsList Software For Windows</a></li>
<li><a href='http://www.microsoftasap.com/about-network-tools' rel='bookmark' title='About Network Tools'>About Network Tools</a></li>
<li><a href='http://www.microsoftasap.com/how-to-recover-your-lost-password-administrator-windows' rel='bookmark' title='How to recover your lost password administrator Windows'>How to recover your lost password administrator Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://www.microsoftasap.com/wp-content/uploads/2010/01/PsService-For-Windows1.jpg"><img class="size-full wp-image-158 aligncenter" src="http://www.microsoftasap.com/wp-content/uploads/2010/01/PsService-For-Windows1.jpg" alt="" width="145" height="122" /></a></p>
<p><em>PsService</em> is a service viewer and manager for Windows. Like the SC utility that&#8217;s included in the Windows NT and Windows 2000 Resource Kits, <em>PsService</em> displays the status, configuration, and dependencies of a service, and allows you to start, stop, pause, resume and restart them. Unlike the SC utility, <em>PsService</em> enables you to logon to a remote system using a dissimilar account, for cases when the account from which you run it doesn&#8217;t have required permissions on the remote system. <em>PsService</em> includes a unique service-search capability, which identifies active instances of a service on your network. You would use the search feature if you wanted to locate systems running DHCP servers, for instance.</p>
<p><span id="more-159"></span></p>
<p>Finally, <em>PsService</em> works on both NT 4, Windows 2000 and Windows Vista, whereas the Windows 2000 Resource Kit version of SC requires Windows 2000, and <em>PsService</em> doesn&#8217;t require you to manually enter a &#8220;resume index&#8221; in order to obtain a complete listing of service information.&gt;</p>
<h2>Installation</h2>
<p>Easy Installation, Just copy <em>PsService</em> into your executable path, and type &#8220;psservice&#8221;.</p>
<h2>Using PsService</h2>
<p>The default activities of <em>PsService</em> is to show the configured services (both running and stopped) on the local system. Entering a command on the command-line invokes a particular feature, and some commands accept options. Typing a command followed by &#8220;- &#8221; displays information on the syntax for the command.</p>
<p><strong>Usage: psservice [\\computer [-u username] [-p password]]  </strong></p>
<table border="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="30" valign="top"><strong>query</strong></td>
<td valign="top">Displays the status of a service.</td>
</tr>
<tr>
<td valign="top"><strong>config</strong></td>
<td valign="top">Displays the configuration of a service.</td>
</tr>
<tr>
<td valign="top"><strong>setconfig</strong></td>
<td valign="top">Sets the start type (disabled, auto, demand) of a service.</td>
</tr>
<tr>
<td valign="top"><strong>start</strong></td>
<td valign="top">Starts a service.</td>
</tr>
<tr>
<td valign="top"><strong>stop</strong></td>
<td valign="top">Stops a service.</td>
</tr>
<tr>
<td valign="top"><strong>restart</strong></td>
<td valign="top">Stops and then restarts a service.</td>
</tr>
<tr>
<td valign="top"><strong>pause</strong></td>
<td valign="top">Pauses a service</td>
</tr>
<tr>
<td valign="top"><strong>cont</strong></td>
<td valign="top">Resumes a paused service.</td>
</tr>
<tr>
<td valign="top"><strong>depend</strong></td>
<td valign="top">Lists the services dependent on the one specified.</td>
</tr>
<tr>
<td valign="top"><strong>security</strong></td>
<td valign="top">Dumps the service&#8217;s security descriptor.</td>
</tr>
<tr>
<td valign="top"><strong>find</strong></td>
<td valign="top">Searches the network for the specified service.</td>
</tr>
<tr>
<td valign="top"><strong>\\computer</strong></td>
<td valign="top">Targets the NT/Win2K system specified. Include the -u   switch with a username and password to login to the remote system if your   security credentials do not permit you to obtain performance counter   information from the remote system. If you specify the -u option, but not a   password with the -p option, <em>PsService</em> will prompt you to enter the   password and will not echo it to the screen.</td>
</tr>
</tbody>
</table>
<p><strong>PsService Runs on:</strong></p>
<ul>
<li>Client: Windows XP and higher.</li>
<li>Server: Windows Server 2003 and higher.</li>
</ul>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.microsoftasap.com/psservice-v2-22-for-windows" title="psservice option">psservice option</a></li><li><a href="http://www.microsoftasap.com/psservice-v2-22-for-windows" title="how to install psservice tool in a windows pc?">how to install psservice tool in a windows pc?</a></li><li><a href="http://www.microsoftasap.com/psservice-v2-22-for-windows" title="psservice example">psservice example</a></li><li><a href="http://www.microsoftasap.com/psservice-v2-22-for-windows" title="psservice options">psservice options</a></li><li><a href="http://www.microsoftasap.com/psservice-v2-22-for-windows" title="psservice setconfig example">psservice setconfig example</a></li></ul><div id="seo_alrp_related"><h2>Posts Related to PsService v2.22 For Windows</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.microsoftasap.com/pssuspend-v1-06-for-windows" rel="bookmark">PsSuspend v1.06 For Windows</a></h3><p>PsSuspend lets you suspend processes on the local or a remote system, which is pleasing in cases where a process is consuming a resource (e.g. ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.microsoftasap.com/pskill-v1-13-for-windows" rel="bookmark">PsKill v1.13 For Windows</a></h3><p>Windows NT/2000 does not come with a command-line 'kill' utility. You can get one in the Windows NT or Win2K Resource Kit, but the kit's ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.microsoftasap.com/psfile-v1-02-for-windows" rel="bookmark">PsFile v1.02 For Windows</a></h3><p>Introduction The "net file" command shows you a list of the files that extra computers have opened on the system upon which you execute the ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.microsoftasap.com/pslist-software-for-windows" rel="bookmark">PsList Software For Windows</a></h3><p>This screen below shows us when we use PsList. See Carefully to get more information for this software. Check this out friends. pslist exp would show ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.microsoftasap.com/about-network-tools" rel="bookmark">About Network Tools</a></h3><p>File sharing between networks and devices have had many advantages, for example him for sharing the printer so that all computers connected to the network ...</p></div></li></ul></div><p>Related posts:<ol>
<li><a href='http://www.microsoftasap.com/pskill-v1-13-for-windows' rel='bookmark' title='PsKill v1.13 For Windows'>PsKill v1.13 For Windows</a></li>
<li><a href='http://www.microsoftasap.com/psfile-v1-02-for-windows' rel='bookmark' title='PsFile v1.02 For Windows'>PsFile v1.02 For Windows</a></li>
<li><a href='http://www.microsoftasap.com/pssuspend-v1-06-for-windows' rel='bookmark' title='PsSuspend v1.06 For Windows'>PsSuspend v1.06 For Windows</a></li>
<li><a href='http://www.microsoftasap.com/pslist-software-for-windows' rel='bookmark' title='PsList Software For Windows'>PsList Software For Windows</a></li>
<li><a href='http://www.microsoftasap.com/about-network-tools' rel='bookmark' title='About Network Tools'>About Network Tools</a></li>
<li><a href='http://www.microsoftasap.com/how-to-recover-your-lost-password-administrator-windows' rel='bookmark' title='How to recover your lost password administrator Windows'>How to recover your lost password administrator Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.microsoftasap.com/psservice-v2-22-for-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.microsoftasap.com @ 2012-02-09 15:15:09 -->
