<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>IT Guys blog</title>
	<link>http://www.it-etc.com</link>
	<description>Information Technology Tips &#038; Tricks</description>
	<pubDate>Thu, 23 Apr 2009 06:17:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Xnet utility - excellent tool to remove, rename, uninstall services remotely as well</title>
		<link>http://www.it-etc.com/2009/04/23/xnet-utility-excellent-tool-to-remove-rename-uninstall-services-remotely-as-well/</link>
		<comments>http://www.it-etc.com/2009/04/23/xnet-utility-excellent-tool-to-remove-rename-uninstall-services-remotely-as-well/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 06:17:28 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[Useful utilities]]></category>

		<category><![CDATA[Computer HowTo]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2009/04/23/xnet-utility-excellent-tool-to-remove-rename-uninstall-services-remotely-as-well/</guid>
		<description><![CDATA[If you are looking for a utility to uninstall, start, stop, terminate or even rename a service remotely, the Xnet utility is the best utility to do so.
you can see what it does and how it does it by the instructions below. also you can download this free utility that was made by the genius [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a utility to uninstall, start, stop, terminate or even rename a service remotely, the Xnet utility is the best utility to do so.</p>
<p>you can see what it does and how it does it by the instructions below. also you can download this free utility that was made by the genius developer Ruud van Velsen of Microsoft Benelux, keep in mind that Microsoft in no way supports this tool.  I love it and live by it.</p>
<p> <a href="http://www.it-etc.com/wp-content/uploads/2009/04/xnet.zip" title="Xnet Command Line utility for services">Download Xnet Command Line utility for services</a></p>
<p>XNET<br />
=============================================================================<br />
Win32 character-based/commandline utility enabling you to manage local and<br />
remote Windows NT services.<br />
USAGE<br />
=============================================================================</p>
<p>1 general usage.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Usage : XNET &lt;Start  | Stop   | Pause  | Continue | List | Install |<br />
              Remove | Modify | Reboot | Shutdown | Help&gt;</p>
<p>Run XNET HELP &lt;command&gt; for information on the individual commands.</p>
<p>Example : XNET HELP MODIFY<br />
2 starting, pausing, continuing or listing a service.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Usage : XNET &lt;Start | Pause | Continue | List&gt;<br />
             [[\\Server\]ServiceName] [/w:Wait]</p>
<p>Start       - Starts specified service, or lists all running services if no<br />
              service specified.<br />
Pause       - Pauses specified service.<br />
Continue    - Resumes specified service.<br />
List        - Lists all services, or details on specific service.<br />
ServiceName - name of service, optionally preceded by name of remote<br />
              machine (eg : <a href="file://remote/MSSQLServer">\\REMOTE\MSSQLServer</a>).<br />
Wait        - number of seconds to wait for request to complete (default : 30<br />
              seconds)</p>
<p>Example : XNET START <a href="file://hound/Spooler">\\HOUND\Spooler</a><br />
          XNET PAUSE MSSqlserver /w:90<br />
          XNET LIST <a href="file://hyena/">\\HYENA</a><br />
          XNET LIST<br />
          XNET LIST NetLogon<br />
3 stopping a service.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Usage : XNET STOP [[\\Server\]ServiceName] [/w:Wait] [/y]</p>
<p>ServiceName - name of service, optionally preceded by name of remote<br />
              machine (eg : <a href="file://remote/MSSQLServer">\\REMOTE\MSSQLServer</a>).<br />
Wait        - number of seconds to wait for request to complete (default : 30<br />
              seconds)<br />
/y          - Don&#8217;t ask for confirmation to stop dependent services.</p>
<p>Example : XNET STOP <a href="file://hound/Spooler">\\HOUND\Spooler</a><br />
          XNET STOP MSSqlserver /w:90<br />
          XNET STOP Netlogon /y<br />
4 installing a service.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
XNET INSTALL [[\\Server\]ServiceName] [/b:Binary] [/d:Dependencies]<br />
             [/l:LoadOrderGroup] [/n:DisplayName] [/u:User] [/p:Password]<br />
             [/i:Interactive] [/s:StartType]</p>
<p>ServiceName    - name of service, optionally preceded by name of remote<br />
                 machine (eg : <a href="file://remote/MSSQLServer">\\REMOTE\MSSQLServer</a>).<br />
Binary         - Name of executable.<br />
Dependencies   - Dependencies of service.<br />
LoadOrderGroup - LoadOrderGroup of service.<br />
DisplayName    - &#8216;Long&#8217; name of service (aka DisplayName).<br />
User           - name of (domain) user account to assign to service. Specify<br />
                 &#8216;LocalSystem&#8217; to assign system account.<br />
Password       - Password for service.<br />
Interactive    - specify Yes or No to allow service to interact with desktop.<br />
StartType      - indicates when a service will be started. Possible values<br />
                 are &#8216;AUTO&#8217; (started at system startup), &#8216;DEMAND&#8217; (started<br />
                 at user request) and &#8216;DISABLED&#8217;.</p>
<p>Example : XNET INSTALL <a href="file://hound/MyService">\\HOUND\MyService</a> /b:C:\WIN32\MS.EXE /u:LocalSystem<br />
          XNET INSTALL MyService /b:C:\WIN32\MS.EXE /u:RuudV /p:password<br />
          XNET INSTALL MyService /b:C:\WIN32\MS.EXE /u:HiYa\There /p:right<br />
5 modifying a service.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
XNET MODIFY [[\\Server\]ServiceName] [/u:User] [/p:Password] [/b:Binary]<br />
             [/d:Dependencies] [/l:LoadOrderGroup] [/n:DisplayName]</p>
<p>ServiceName    - name of service, optionally preceded by name of remote<br />
                 machine (eg : <a href="file://remote/MSSQLServer">\\REMOTE\MSSQLServer</a>).<br />
User           - name of (domain) user account to assign to service. Specify<br />
                 &#8216;LocalSystem&#8217; to assign system account.<br />
Password       - Password for service.<br />
Binary         - Name of executable.<br />
Dependencies   - Dependencies of service.<br />
LoadOrderGroup - LoadOrderGroup of service.<br />
DisplayName    - &#8216;Long&#8217; name of service (aka DisplayName).<br />
Interactive    - specify Yes or No to allow service to interact with desktop.<br />
StartType      - indicates when a service will be started. Possible values<br />
                 are &#8216;AUTO&#8217; (started at system startup), &#8216;DEMAND&#8217; (started<br />
                 at user request) and &#8216;DISABLED&#8217;.</p>
<p>Example : XNET MODIFY <a href="file://hound/MyService">\\HOUND\MyService</a> /u:SE\User1 /p:NewPass<br />
          XNET MODIFY <a href="file://hound/MyService">\\HOUND\MyService</a> /u:LocalSystem<br />
          XNET MODIFY MyService /n:FancyName<br />
6 removing a service.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Usage : XNET REMOVE [[\\Server\]ServiceName]</p>
<p>ServiceName - name of service, optionally preceded by name of remote<br />
              machine (eg : <a href="file://remote/MSSQLServer">\\REMOTE\MSSQLServer</a>).<br />
/y          - Don&#8217;t ask for confirmation of remove.</p>
<p>Example : XNET REMOVE SampleService<br />
7 rebooting/shutting down Windows NT.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
XNET &lt;Reboot | Shutdown&gt; [\\server] [/w:Wait] [/m:Message] [/f] [/y]</p>
<p>Reboot      - Reboots specified server, or local machine if no server<br />
              specified.<br />
Shutdown    - Shuts down specified server, or local machine if no server<br />
              specified.<br />
Message     - Warning/message to display on specified server during countdown.<br />
Wait        - Wait xx seconds for request to complete (default : 30 seconds)<br />
/f          - Force applications closed (don&#8217;t allow &#8216;FileSave&#8217; dialogs).<br />
/y          - Don&#8217;t ask for confirmation of request.</p>
<p>Example : XNET REBOOT <a href="file://hound/">\\HOUND</a> /y<br />
          XNET SHUTDOWN /w=120<br />
          XNET SHUTDOWN /f<br />
NOTES<br />
=============================================================================<br />
1 Current version = 1.04</p>
<p>2 XNet was developed by Ruud van Velsen of Microsoft Benelux. The program<br />
  is not officially supported by Microsoft, but any feedback is welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2009/04/23/xnet-utility-excellent-tool-to-remove-rename-uninstall-services-remotely-as-well/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Control your email spam and avoid getting viruses via e-mail by using a premium anti-spam service for very affordable price</title>
		<link>http://www.it-etc.com/2009/02/20/control-your-email-spam-and-avoid-getting-viruses-via-e-mail-by-using-a-premium-service-for-very-affordable-price/</link>
		<comments>http://www.it-etc.com/2009/02/20/control-your-email-spam-and-avoid-getting-viruses-via-e-mail-by-using-a-premium-service-for-very-affordable-price/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 05:59:53 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[Great Website Deals]]></category>

		<category><![CDATA[Computer HowTo]]></category>

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2009/02/20/control-your-email-spam-and-avoid-getting-viruses-via-e-mail-by-using-a-premium-service-for-very-affordable-price/</guid>
		<description><![CDATA[Do you receive a lot of spam in you mailbox, have you tried a lot of different software and webservices to get rid of the massive spam email messages and failed, well you do not have to spend top dollars any more to get your inbox back to under control, here is a news release from [...]]]></description>
			<content:encoded><![CDATA[<p>Do you receive a lot of spam in you mailbox, have you tried a lot of different software and webservices to get rid of the massive spam email messages and failed, well you do not have to spend top dollars any more to get your inbox back to under control, here is a news release from OnlineRack.com a webhosting company that offers you spam control service for $10/month per domain (not per mailbox)&#8230; read below </p>
<p><a target="_blank" href="http://onlinerack.com/">OnlineRack</a> Webhosting provider (division or IT-ETC) has gone public with its new state of the art email spam/virus filtering service. Ahmed Amin (Co-founder) of <a target="_blank" href="http://onlinerack.com/">OnlineRack</a> stated that OnlineRack.com currently processes 44million messages a month for all of IT-ETC clients with filtering rate of 90 to 95% of flagged spam and virus messages. this successful filtering rate has been steady for months. Ahmed Amin also stated that they have complete load balancing and fail over in place. The Spam/Virus filter service is now offered to the public, no contract required and the service fee is only $10 per domain per month. Ahmed Amin stated, this service is priced per domain because we feel it is easier budgeted that way and makes it easy for the client to afford such very much needed service. there is no reason to have to go through 50 to 80 spam messages daily and risk over looking a critical email just because it got deleted by accident. The website <a target="_blank" href="http://onlinerack.com/">OnlineRack</a> has not yet been updated with this great news, however it should be updated in the next few days as onlinerack.com launches its new trendy website, However, if you are intrested you may contact sales@onlinerack.com or contact even Ahmed@onlinerack.com for more info</p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2009/02/20/control-your-email-spam-and-avoid-getting-viruses-via-e-mail-by-using-a-premium-service-for-very-affordable-price/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Failed to access IIS metabase</title>
		<link>http://www.it-etc.com/2009/01/02/failed-to-access-iis-metabase/</link>
		<comments>http://www.it-etc.com/2009/01/02/failed-to-access-iis-metabase/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 18:32:24 +0000</pubDate>
		<dc:creator>CodeWizard</dc:creator>
		
		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2009/01/02/failed-to-access-iis-metabase/</guid>
		<description><![CDATA[This error was happening when I first tried using ASP.NET on the XP Machines we have in the office.  I tried adjusting the permission using MetaAcl Tool, but that did not do it for me.  After further research on &#8220;Failed to access IIS metabase&#8221; error it appeared that when .Net is installed prior to installing IIS this [...]]]></description>
			<content:encoded><![CDATA[<p>This error was happening when I first tried using ASP.NET on the XP Machines we have in the office.  I tried adjusting the permission using MetaAcl Tool, but that did not do it for me.  After further research on &#8220;Failed to access IIS metabase&#8221; error it appeared that when .Net is installed prior to installing IIS this error will occur.</p>
<p>To fix the problem, just run the following command to reinstall APS.NET and reupdated the permissions:</p>
<p>%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i</p>
<p> If that does not work, you can try adjusting the permissions as shown in the following Microsoft article:</p>
<p><a href="http://support.microsoft.com/?kbid=267904">http://support.microsoft.com/?kbid=267904</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2009/01/02/failed-to-access-iis-metabase/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Error the system administrator has set policies to prevent this installation  when installing or upgrading to vmware 2.0 on windows 2003</title>
		<link>http://www.it-etc.com/2008/10/06/error-the-system-administrator-has-set-policies-to-prevent-this-installation-when-installing-or-upgrading-to-vmware-20-on-windows-2003/</link>
		<comments>http://www.it-etc.com/2008/10/06/error-the-system-administrator-has-set-policies-to-prevent-this-installation-when-installing-or-upgrading-to-vmware-20-on-windows-2003/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 18:38:18 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[Computer HowTo]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2008/10/06/error-the-system-administrator-has-set-policies-to-prevent-this-installation-when-installing-or-upgrading-to-vmware-20-on-windows-2003/</guid>
		<description><![CDATA[Some people have reported they ran into an issue when trying to upgrade to VMware 2.0 and the error was during the install stating: Error the system administrator has set policies to prevent this installation  when installing.
The best fix or work around is this, it worked for me:
 Click Start -&#62; Control Panel 

Open Administrative Tools [...]]]></description>
			<content:encoded><![CDATA[<p>Some people have reported they ran into an issue when trying to upgrade to VMware 2.0 and the error was during the install stating: Error the system administrator has set policies to prevent this installation  when installing.</p>
<p>The best fix or work around is this, it worked for me:</p>
<p> <span lang="EN"><font size="3"><font face="Times New Roman">Click Start -&gt; Control Panel </font></font></span></p>
<ol>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span lang="EN"><font size="3"><font face="Times New Roman">Open Administrative Tools </font></font></span></li>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span lang="EN"><font size="3"><font face="Times New Roman">Open Local Security Settings </font></font></span></li>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span lang="EN"><font size="3"><font face="Times New Roman">Click Software Restriction Policies </font></font></span>
<ol type="a">
<li style="margin: 0in 0in 0pt; tab-stops: list 1.0in" class="MsoNormal"><span lang="EN"><font size="3"><font face="Times New Roman">If no software restrictions are defined, right click the Software Restriction Policies node and select New Software Restriction Policy</font></font></span></li>
</ol>
</li>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span lang="EN"><font size="3"><font face="Times New Roman">Double click Enforcement </font></font></span></li>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span lang="EN"><font size="3"><font face="Times New Roman">Select &#8220;All users except local administrators&#8221; </font></font></span></li>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span lang="EN"><font size="3"><font face="Times New Roman">Click OK </font></font></span></li>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span lang="EN"><font size="3"><font face="Times New Roman">Reboot the machine</font></font></span></li>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span lang="EN"><font face="Times New Roman">Install VMWare 2.0 and it should proceed with no issues.</font></span></li>
</ol>
<p style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span lang="EN"><font face="Times New Roman">Good Luck <img src='http://www.it-etc.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </font></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2008/10/06/error-the-system-administrator-has-set-policies-to-prevent-this-installation-when-installing-or-upgrading-to-vmware-20-on-windows-2003/feed/</wfw:commentRss>
		</item>
		<item>
		<title>install Windows Server 2003 management tools on a Windows Vista-based computer - Error MMC could not create the snap-in.</title>
		<link>http://www.it-etc.com/2008/10/03/install-windows-server-2003-management-tools-on-a-windows-vista-based-computer-error-mmc-could-not-create-the-snap-in/</link>
		<comments>http://www.it-etc.com/2008/10/03/install-windows-server-2003-management-tools-on-a-windows-vista-based-computer-error-mmc-could-not-create-the-snap-in/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 02:59:28 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[Useful utilities]]></category>

		<category><![CDATA[Computer HowTo]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2008/10/03/install-windows-server-2003-management-tools-on-a-windows-vista-based-computer-error-mmc-could-not-create-the-snap-in/</guid>
		<description><![CDATA[CAUSE
Microsoft Management Console (MMC) could not create the snap-in
This issue occurs because the Administration Tools Pack is not installed by a user who has administrative user rights. New security enhancements in Windows Vista require elevated user rights when a .dll file is registered. Therefore, Windows Vista security enhancements require that certain snap-ins are installed only [...]]]></description>
			<content:encoded><![CDATA[<h2 id="tocHeadRef" class="subTitle">CAUSE</h2>
<h3 id="tocHeadRef">Microsoft Management Console (MMC) could not create the snap-in</h3>
<p>This issue occurs because the Administration Tools Pack is not installed by a user who has administrative user rights. New security enhancements in Windows Vista require elevated user rights when a .dll file is registered. Therefore, Windows Vista security enhancements require that certain snap-ins are installed only by a user who has local administrative user rights.</p>
<h3 id="tocHeadRef">MMC could not create the snap-in</h3>
<p>To resolve this issue, register the Windows Server 2003 management tools on a domain user account. To do this, follow these steps:</p>
<table class="list ol">
<tr>
<td class="number">1.</td>
<td class="text">Log on to Windows Vista as a user who has local administrator permissions.</td>
</tr>
<tr>
<td class="number">2.</td>
<td class="text">Create the RegisterAdminPak.cmd script. To do this, follow these steps:</p>
<table class="list al">
<tr>
<td class="number">a.</td>
<td class="text">Start Notepad, and then open a blank document.</td>
</tr>
<tr>
<td class="number">b.</td>
<td class="text">Paste the following code to the document in Notepad:<code></p>
<pre class="code">@echo off  REM RegisterAdminPak.cmd REM (c) 2006 Microsoft Corporation.  All rights reserved.</pre>
<pre class="code">set filelist=adprop.dll azroles.dll azroleui.dll ccfg95.dll</pre>
<pre class="code">set filelist=%filelist% certadm.dll certmmc.dll certpdef.dll certtmpl.dll</pre>
<pre class="code">set filelist=%filelist% certxds.dll cladmwiz.dll clcfgsrv.dll clnetrex.dll</pre>
<pre class="code">set filelist=%filelist% cluadmex.dll cluadmmc.dll cmproxy.dll cmroute.dll</pre>
<pre class="code">set filelist=%filelist% cmutoa.dll cnet16.dll debugex.dll dfscore.dll</pre>
<pre class="code">set filelist=%filelist% dfsgui.dll dhcpsnap.dll dnsmgr.dll domadmin.dll</pre>
<pre class="code">set filelist=%filelist% dsadmin.dll dsuiwiz.dll imadmui.dll lrwizdll.dll</pre>
<pre class="code">set filelist=%filelist% mprsnap.dll msclus.dll mstsmhst.dll mstsmmc.dll</pre>
<pre class="code">set filelist=%filelist% nntpadm.dll nntpapi.dll nntpsnap.dll ntdsbsrv.dll</pre>
<pre class="code">set filelist=%filelist% ntfrsapi.dll rasuser.dll rigpsnap.dll rsadmin.dll</pre>
<pre class="code">set filelist=%filelist% rscommon.dll rsconn.dll rsengps.dll rsjob.dll</pre>
<pre class="code">set filelist=%filelist% rsservps.dll rsshell.dll rssubps.dll rtrfiltr.dll</pre>
<pre class="code">set filelist=%filelist% schmmgmt.dll tapisnap.dll tsuserex.dll vsstskex.dll</pre>
<pre class="code">set filelist=%filelist% w95inf16.dll w95inf32.dll winsevnt.dll winsmon.dll</pre>
<pre class="code">set filelist=%filelist% winsrpc.dll winssnap.dll ws03res.dll</pre>
<pre class="code">for %%i in (%filelist%) do ( 	echo Registering %%i ... 	regsvr32 /s %%i  )</pre>
<pre class="code">echo. Echo Command Completed</pre>
<p></code></td>
</tr>
<tr>
<td class="number">c.</td>
<td class="text">On the <strong class="uiterm">File</strong> menu, click <strong class="uiterm">Save</strong>.</td>
</tr>
<tr>
<td class="number">d.</td>
<td class="text">In the <strong class="uiterm">Save as type</strong> box, click <strong class="uiterm">All Files</strong>, type <span class="userInput">C:\Users\<var>UserAccountName</var>\RegisterAdminPak.cmd</span> in the <strong class="uiterm">File name</strong> box, and then click <strong class="uiterm">Save</strong>.<strong>Notes </strong><br />
<var>UserAccountName</var> represents the folder name of the user who is currently logged in.You must run this script in Windows Vista only.</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="number">3.</td>
<td class="text">Run RegisterAdminPak.cmd from an elevated command prompt. To do this, follow these steps:</p>
<table class="list al">
<tr>
<td class="number">a.</td>
<td class="text">Click <strong class="uiterm">Start</strong><img src="http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/VistaStartButton.jpg" alt="the Start button" title="the Start button" class="graphic" />, click <strong class="uiterm">All Programs</strong>, click <strong class="uiterm">Accessories</strong>, right-click <strong class="uiterm">Command Prompt</strong>, and then click <strong class="uiterm">Run as administrator</strong>.<img src="http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/SecurityShield.jpg" alt="User Account Control permission" title="User Account Control permission" class="graphic" /> If you are prompted for an administrator password or for confirmation, type your password, or click <strong class="uiterm">Continue</strong>.</td>
</tr>
<tr>
<td class="number">b.</td>
<td class="text">At the command prompt, type the following command, and then press ENTER.<strong>Note</strong> If you are running a 64-bit version of Windows Vista, type <span class="userInput">cd %systemroot%\syswow64</span> before you run the following command.</p>
<p class="indent"><span class="userInput">C:\Users\<var>UserAccountName</var>\RegisterAdminPak.cmd</span></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2008/10/03/install-windows-server-2003-management-tools-on-a-windows-vista-based-computer-error-mmc-could-not-create-the-snap-in/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to redirect traffic to another domain  aka 301 redirect</title>
		<link>http://www.it-etc.com/2008/06/05/how-to-redirect-traffic-to-another-domain-aka-301-redirect/</link>
		<comments>http://www.it-etc.com/2008/06/05/how-to-redirect-traffic-to-another-domain-aka-301-redirect/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 00:25:24 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[Computer HowTo]]></category>

		<category><![CDATA[Code Scripts]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2008/06/05/how-to-redirect-traffic-to-another-domain-aka-301-redirect/</guid>
		<description><![CDATA[301 Redirect
301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It&#8217;s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it&#8217;s the safest option. The code &#8220;301&#8243; is interpreted as &#8220;moved [...]]]></description>
			<content:encoded><![CDATA[<h2>301 Redirect</h2>
<p align="justify" class="defaultfont">301 redirect is the most efficient and <strong>Search Engine Friendly</strong> method for webpage redirection. It&#8217;s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it&#8217;s the safest option. The code &#8220;301&#8243; is interpreted as &#8220;moved permanently&#8221;.</p>
<p align="justify" class="defaultfont">You can Test your redirection with <a href="http://www.webconfs.com/redirect-check.php"><strong>Search Engine Friendly Redirect Checker</strong></a></p>
<p align="justify" class="defaultfont">Below are a Couple of methods to implement <strong>URL Redirection</strong></p>
<h2>IIS Redirect</h2>
<ul class="defaultfont">
<li>In internet services manager, right click on the file or folder you wish to redirect</li>
<li>Select the radio titled &#8220;a redirection to a URL&#8221;.</li>
<li>Enter the redirection page</li>
<li>Check &#8220;The exact url entered above&#8221; and the &#8220;A permanent redirection for this resource&#8221;</li>
<li>Click on &#8216;Apply&#8217;</li>
</ul>
<h2>ColdFusion Redirect</h2>
<p><font face="Verdana"><font class="defaultfont">&lt;.cfheader statuscode=&#8221;301&#8243; statustext=&#8221;Moved permanently&#8221;&gt;<br />
&lt;.cfheader name=&#8221;Location&#8221; value=&#8221;http://www.new-url.com&#8221;&gt; </font></font></p>
<h2>PHP Redirect</h2>
<p><font face="Verdana"><font class="defaultfont">&lt;?<br />
Header( &#8220;HTTP/1.1 301 Moved Permanently&#8221; );<br />
Header( &#8220;Location: http://www.new-url.com&#8221; );<br />
?&gt; </font></font></p>
<h2>ASP Redirect</h2>
<p><font face="Verdana"><font class="defaultfont">&lt;%@ Language=VBScript %&gt;<br />
&lt;%<br />
Response.Status=&#8221;301 Moved Permanently&#8221;<br />
Response.AddHeader &#8220;Location&#8221;,&#8221;http://www.new-url.com/&#8221;<br />
%&gt; </font></font></p>
<h2>ASP .NET Redirect</h2>
<p><font face="Verdana"><font class="defaultfont">&lt;script runat=&#8221;server&#8221;&gt;<br />
private void Page_Load(object sender, System.EventArgs e)<br />
{<br />
Response.Status = &#8220;301 Moved Permanently&#8221;;<br />
Response.AddHeader(&#8221;Location&#8221;,&#8221;http://www.new-url.com&#8221;);<br />
}<br />
&lt;/script&gt; </font></font></p>
<h2>JSP (Java) Redirect</h2>
<p><font face="Verdana"><font class="defaultfont">&lt;%<br />
response.setStatus(301);<br />
response.setHeader( &#8220;Location&#8221;, &#8220;http://www.new-url.com/&#8221; );<br />
response.setHeader( &#8220;Connection&#8221;, &#8220;close&#8221; );<br />
%&gt; </font></font></p>
<h2>CGI PERL Redirect</h2>
<p><font face="Verdana"><font class="defaultfont">$q = new CGI;<br />
print $q-&gt;redirect(&#8221;http://www.new-url.com/&#8221;); </font></font></p>
<h2>Ruby on Rails Redirect</h2>
<p><font face="Verdana"><font class="defaultfont">def old_action<br />
headers[&#8221;Status&#8221;] = &#8220;301 Moved Permanently&#8221;<br />
redirect_to &#8220;http://www.new-url.com/&#8221;<br />
end </font></font></p>
<h2>Redirect Old domain to New domain (htaccess redirect)</h2>
<p align="justify" class="defaultfont">Create a .htaccess file with the below code, it will ensure that all your directories and pages of your old domain will get correctly redirected to your new domain.<br />
The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)</p>
<p align="justify" class="defaultfont">Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]</p>
<p align="justify" class="defaultfont">Please REPLACE www.newdomain.com in the above code with your actual domain name.</p>
<p align="justify" class="defaultfont">In addition to the redirect I would suggest that you contact every backlinking site to modify their backlink to point to your new website.</p>
<p align="justify" class="defaultfont"><strong>Note*</strong> This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.</p>
<h2>Redirect to www (htaccess redirect)</h2>
<p align="justify" class="defaultfont">Create a .htaccess file with the below code, it will ensure that all requests coming in to domain.com will get redirected to www.domain.com<br />
The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)</p>
<p align="justify" class="defaultfont">Options +FollowSymlinks<br />
RewriteEngine on<br />
rewritecond %{http_host} ^domain.com [nc]<br />
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]</p>
<p align="justify" class="defaultfont">Please REPLACE domain.com and www.newdomain.com with your actual domain name.</p>
<p align="justify" class="defaultfont"><strong>Note*</strong> This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.</p>
<h2>How to Redirect HTML</h2>
<p align="justify" class="defaultfont">Please refer to section titled &#8216;How to Redirect with htaccess&#8217;, if your site is hosted on a Linux Server and &#8216;IIS Redirect&#8217;, if your site is hosted on a Windows Server.</p>
<p align="justify" class="defaultfont">There is a good resource site that talks into similar details about domain forwarding, search engine friendly methods and so forth. check it out</p>
<p align="justify" class="defaultfont"><a target="_blank" href="http://www.webconfs.com" title="Website tools and tips">http://www.webconfs.com</a> </p>
<p align="justify" class="defaultfont">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2008/06/05/how-to-redirect-traffic-to-another-domain-aka-301-redirect/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IP address upgrade from IPv4 to IPv6</title>
		<link>http://www.it-etc.com/2008/01/14/ip-address-upgrade-from-ipv4-to-ipv6/</link>
		<comments>http://www.it-etc.com/2008/01/14/ip-address-upgrade-from-ipv4-to-ipv6/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 06:42:44 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2008/01/14/ip-address-upgrade-from-ipv4-to-ipv6/</guid>
		<description><![CDATA[It&#8217;s about time for an IP address upgrade, don&#8217;t you think?! Well, before I go any further, if you&#8217;re not sure, an IP address is a unique address that is assigned to a network device by the network. Every computer that connects to a network or the Internet is assigned an IP address. It basically [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 10pt; font-family: 'Arial','sans-serif'">It&#8217;s about time for an IP address upgrade, don&#8217;t you think?! Well, before I go any further, if you&#8217;re not sure, an IP address is a unique address that is assigned to a network device by the network. Every computer that connects to a network or the Internet is assigned an IP address. It basically allows that computer to communicate with the network or the Internet. </span></p>
<p><span style="font-size: 10pt; font-family: 'Arial','sans-serif'"></span><span style="font-size: 7pt; font-family: 'Arial','sans-serif'"></span><span style="font-size: 10pt; font-family: 'Arial','sans-serif'">The current IP address standard, called IPv4, uses 32-bits, which looks something like this: 192.168.0.1. This IP address standard was created in 1981 when the Internet was just a baby. The early creators of the Internet did not believe it would become as large as it is today, especially since it was originally designed only for a few universities and the United States Government. Over time, many large corporations and even the U.S. Government have come to realize that there is a large need to switch over to a new IP standard. </span><span style="font-size: 7pt; font-family: 'Arial','sans-serif'"></span><span style="font-size: 10pt; font-family: 'Arial','sans-serif'">The new version will be called <strong><span style="font-family: 'Arial','sans-serif'">IPv6</span></strong> and it will use 128-bits.</span></p>
<p><span style="font-size: 10pt; font-family: 'Arial','sans-serif'"> The IPv6 IP address looks something like this: 2001:0db8:85a3:08d3:1319:8a2e:0370:7334.</span><span style="font-size: 7pt; font-family: 'Arial','sans-serif'"></span><span style="font-size: 10pt; font-family: 'Arial','sans-serif'">On August 2, 2005, the Federal Government of the United States issued a memorandum, stating that all Federal Government agencies will transition their network backbones to IPv6 by June 30, 2008. The IPv4 version only allows for four billion IP addresses, which greatly limits the number of devices that can be given a unique, globally routable location on the Internet. </span><span style="font-size: 7pt; font-family: 'Arial','sans-serif'"></span><span style="font-size: 10pt; font-family: 'Arial','sans-serif'">The IPv4 standard has slowed the growth of the Internet worldwide and it constricts the amount of computers and other devices that can be connected to each other via the Internet. On the other hand, the IPv6 standard allows for an almost unlimited number of IP addresses. In all actuality, the IPv6 allows for over 300,000,000,000,000,000,000,000,000,000,000,000,000 different addresses. (And no, I&#8217;m not kidding!) </span><span style="font-size: 7pt; font-family: 'Arial','sans-serif'"></span><span style="font-size: 10pt; font-family: 'Arial','sans-serif'">The movement from IPv4 to the new IPv6 will allow us users to have more technology in our lives, because we will now be able to assign more IP addresses to more devices. Soon, mobile phones, televisions and even toasters will be assigned IP addresses! Imagine this: you&#8217;re leaving work and you would like a hot cup of coffee when you arrive home. With the IPv6, you would be able to do much more.</span></p>
<p><span style="font-size: 10pt; font-family: 'Arial','sans-serif'">This transition is not going to be easy or simple, it will require a lot of manpower professionals to get involved and oversee these projects. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2008/01/14/ip-address-upgrade-from-ipv4-to-ipv6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Error code 2738 When Installing iTunes + Quicktime on Windows Vista</title>
		<link>http://www.it-etc.com/2008/01/07/error-code-2738-when-installing-itunes-quicktime-on-windows-vista/</link>
		<comments>http://www.it-etc.com/2008/01/07/error-code-2738-when-installing-itunes-quicktime-on-windows-vista/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 03:07:05 +0000</pubDate>
		<dc:creator>CodeWizard</dc:creator>
		
		<category><![CDATA[Computer HowTo]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2008/01/07/error-code-2738-when-installing-itunes-quicktime-on-windows-vista/</guid>
		<description><![CDATA[I just downloaded the latest iTumes version, but when I tried to install it, I got the following error: 


The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738.
After research I found the following link: 
 http://docs.info.apple.com/article.html?artnum=304405
The solution was to re-register vbscript.dll.  I also selected [...]]]></description>
			<content:encoded><![CDATA[<p>I just downloaded the latest iTumes version, but when I tried to install it, I got the following error: </p>
<blockquote>
<p style="text-align: center"><img src="http://www.it-etc.com/wp-content/uploads/2008/01/itunes.jpg" alt="iTunes Logo" title="iTunes Logo" /></p>
<p>The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738.</p></blockquote>
<p>After research I found the following link: </p>
<p> <a href="http://docs.info.apple.com/article.html?artnum=304405">http://docs.info.apple.com/article.html?artnum=304405</a></p>
<p>The solution was to re-register vbscript.dll.  I also selected &#8220;Run as Administrator&#8221; option when I reran after reregistering the dll.</p>
<p>To register the dll, please do the following:</p>
<ol>
<li>On the <strong>Start</strong> menu, click <strong>Run</strong>.</li>
<li>In the &#8220;Open&#8221; field, enter the following command and click OK.<br />
<tt>regsvr32 vbscript.dll</tt></li>
<li>A message should appear stating that the &#8220;DllRegisterServer in C:\WINDOWS\system32\vbscript.dll succeeded.&#8221;</li>
<li>Click OK and try installing iTunes or QuickTime again.</li>
</ol>
<p>Thanks for Apple Support for the posting&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2008/01/07/error-code-2738-when-installing-itunes-quicktime-on-windows-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FREE eBay Auction Sniper Service</title>
		<link>http://www.it-etc.com/2008/01/03/free-ebay-sniping-website-service/</link>
		<comments>http://www.it-etc.com/2008/01/03/free-ebay-sniping-website-service/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 16:36:37 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[Useful utilities]]></category>

		<category><![CDATA[Great Website Deals]]></category>

		<category><![CDATA[Computer HowTo]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2008/01/03/free-ebay-sniping-website-service/</guid>
		<description><![CDATA[Have you ever wondered why when you are trying to bid on an otem on ebay and you are the highest bidder then all of a sudden you right before the auction ends, someone comes in and snatches it from you whether it is in the middle of the day or middle of the night, [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered why when you are trying to bid on an otem on ebay and you are the highest bidder then all of a sudden you right before the auction ends, someone comes in and snatches it from you whether it is in the middle of the day or middle of the night, it just happens. The chances are, the person overbidding you is not really sitting in front of the computer, all what this person did is use a sniping program or a website service like <a target="_blank" href="http://www.gixen.com/index.php?gixenlink=xahmed13x">Gixen </a>where you enter the ebay item number and the highest amount you are trying to bid and what the website service do is go out a few seconds before the auction ends and place the bid for you. This way you avoid getting into bidding war, you do not have to stick around the computer to find out make sure no one overbids you, and lastly, you bid like a pro.</p>
<p>We have evaluated different programs and website services that offer snipping services, truth told, the real nice one we liked was Gixen. It is a website service that is offered to the public for free and you can bid on as many items as you want. it uses SSL for encypting and securing the data transmission.</p>
<p>Other competitor websites and programs would charge you a fixed percentage of won items or insertion fees.</p>
<p> I have been using <a target="_blank" href="http://www.gixen.com/index.php?gixenlink=xahmed13x">Gixen</a> for a few months and have been very pleased with the service therefore, have decided to share the wealth about this <a target="_blank" href="http://www.gixen.com/index.php?gixenlink=xahmed13x">free ebay sniping website service</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2008/01/03/free-ebay-sniping-website-service/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP error 5.2.4 Getting error &#8220;Error in my_thread_global_end(): 1 threads didn&#8217;t exit&#8221;</title>
		<link>http://www.it-etc.com/2007/10/25/php-error-524-getting-error-error-in-my_thread_global_end-1-threads-didnt-exit/</link>
		<comments>http://www.it-etc.com/2007/10/25/php-error-524-getting-error-error-in-my_thread_global_end-1-threads-didnt-exit/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 06:17:27 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[Computer HowTo]]></category>

		<category><![CDATA[Code Scripts]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2007/10/25/php-error-524-getting-error-error-in-my_thread_global_end-1-threads-didnt-exit/</guid>
		<description><![CDATA[We have noticed a few web server admins to be getting an error message Getting error &#8220;Error in my_thread_global_end(): 1 threads didn&#8217;t exit&#8221; when running php on IIS windows servers in CGI. the issue is caused by libmysql.dll found in php directory. The file size for the libmysql.dll was 1.94 MB (2,035,712 bytes).
To fix the [...]]]></description>
			<content:encoded><![CDATA[<p>We have noticed a few web server admins to be getting an error message Getting error &#8220;Error in my_thread_global_end(): 1 threads didn&#8217;t exit&#8221; when running php on IIS windows servers in CGI. the issue is caused by libmysql.dll found in php directory. The file size for the libmysql.dll was 1.94 MB (2,035,712 bytes).</p>
<p>To fix the issue and clear the error message, you must replace libmysql.dll with an earlier version from release 5.2.1 of PHP.</p>
<p>I noticed many people were not able to get their hands on it so we have uploaded it to our server to make it easily availble.<br />
<a href="http://www.it-etc.com/wp-content/uploads/2007/10/php_520_libmysqldll_win32.zip" title="Download php mysql libmysql.dll">Download php mysql libmysql.dll</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2007/10/25/php-error-524-getting-error-error-in-my_thread_global_end-1-threads-didnt-exit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VMWare Host and Guest Cannot Communicate Over Network Shares on Dell PowerEdge and Broadcom TOE</title>
		<link>http://www.it-etc.com/2007/10/10/vmware-host-and-guest-cannot-communicate-over-network-shares-on-dell-poweredge-and-broadcom-toe/</link>
		<comments>http://www.it-etc.com/2007/10/10/vmware-host-and-guest-cannot-communicate-over-network-shares-on-dell-poweredge-and-broadcom-toe/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 14:07:43 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[Computer HowTo]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2007/10/10/vmware-host-and-guest-cannot-communicate-over-network-shares-on-dell-poweredge-and-broadcom-toe/</guid>
		<description><![CDATA[Many people have encoutnered issues with the TOE on the Dell PowerEdge servers (especially the 2900) where it caused weird issues with networking components, most noticeable on VMware boxes and ISA servers.
A few days ago I had the same issue with our PowerEdge 2900 after I upgraded to the latest drivers and firmware, the server [...]]]></description>
			<content:encoded><![CDATA[<p>Many people have encoutnered issues with the TOE on the Dell PowerEdge servers (especially the 2900) where it caused weird issues with networking components, most noticeable on VMware boxes and ISA servers.</p>
<p>A few days ago I had the same issue with our PowerEdge 2900 after I upgraded to the latest drivers and firmware, the server was running windows 2003 with SP2 loaded on it, once the server was rebooted, the host OS could not access the guest systems via UNC or RDP ( Remote Desktop) however I was able to ping the guest OS by IP and common name with no issues.</p>
<p>after researching the issue, I discovered, it is a problem with the Broadcom Network Cards, Windows 2003SP2 and the TOE (Tcpip Offload Engine)</p>
<p>I tired many different thigs except uninstalling the SP2 from the Host OS as it was not a fix for me (not good enough solution) so what I did was opened up the case and removed the TOE component which is like a little white adapter that plugs into the motherborad of the 2900 PowerEdge server. The connector itself is like a phone plug. I have attached a picture of the adapter.</p>
<p>To remove the TOE adapter, slide open the case, look in the center next to the CPU, there will be a white chip (looks like a one of those tranceievers) sticking out and labeled TOE 2) Just unplug it (you would unplug it just like how you unplug a phone from a phone jack).</p>
<p>Once I removed the TOE adapter from the server and powered it back on, everything worked like a charm. I phoned Dell and talked to their senior techs and they did elaborate that this was a problem they have been running into recenlty and this was the right fix.</p>
<p>I hope this helps you out. if it does please post to let me know.  </p>
<p><a href="http://www.it-etc.com/wp-content/uploads/2007/10/100_2098.JPG" title="TOE Adapter for Dell PowerEdge 2900"><img width="173" src="http://www.it-etc.com/wp-content/uploads/2007/10/100_2098.JPG" alt="TOE Adapter for Dell PowerEdge 2900" height="108" style="width: 173px; height: 108px" /></a></p>
<p><a rel="attachment wp-att-23" href="http://www.it-etc.com/2007/10/10/vmware-host-and-guest-cannot-communicate-over-network-shares-on-dell-poweredge-and-broadcom-toe/toe-dell-poweredge-adapter/" title="TOE Dell PowerEdge adapter"><img width="113" src="http://www.it-etc.com/wp-content/uploads/2007/10/100_2100.JPG" alt="TOE Dell PowerEdge adapter" height="81" style="width: 113px; height: 81px" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2007/10/10/vmware-host-and-guest-cannot-communicate-over-network-shares-on-dell-poweredge-and-broadcom-toe/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Video Tutorials for Share Point 2007</title>
		<link>http://www.it-etc.com/2007/10/03/video-tutorials-for-share-point-2007/</link>
		<comments>http://www.it-etc.com/2007/10/03/video-tutorials-for-share-point-2007/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 20:28:09 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[Computer HowTo]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2007/10/03/video-tutorials-for-share-point-2007/</guid>
		<description><![CDATA[Microsoft Share Point 2007 is getting hotter and hotter every day. Knowing Share Point 2007 is goldmine due to the services and features it offers. Yet with the high demand on it, many IT Guys lack the knowledge and understanding of its capabilities and expandabilities.  We did our homework and searched for good resources and [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Share Point 2007 is getting hotter and hotter every day. Knowing Share Point 2007 is goldmine due to the services and features it offers. Yet with the high demand on it, many IT Guys lack the knowledge and understanding of its capabilities and expandabilities.  We did our homework and searched for good resources and found this free video tutorial on Share Point 2007. It is by far one of the best resrouces we have found on the internet for Microsoft Sharepoint 2007.</p>
<p>the website is: <a target="_blank" href="http://www.sharepoint-videos.com/">Microsoft Share Point 2007 Video Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2007/10/03/video-tutorials-for-share-point-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Command check computer specs and uptime in windows XP</title>
		<link>http://www.it-etc.com/2007/08/26/command-check-computer-specs-and-uptime-in-windows-xp/</link>
		<comments>http://www.it-etc.com/2007/08/26/command-check-computer-specs-and-uptime-in-windows-xp/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 00:27:54 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[Computer HowTo]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2007/08/26/command-check-computer-specs-and-uptime-in-windows-xp/</guid>
		<description><![CDATA[Ever had a doubt what utilities do what. Windows XP has so many built in features and utilities that most sysadmins do not bother to utilize as they try to find a way of getting by with the same old commands (like ipconfig and stuff) they do not realize that newer OSes often include more [...]]]></description>
			<content:encoded><![CDATA[<p>Ever had a doubt what utilities do what. Windows XP has so many built in features and utilities that most sysadmins do not bother to utilize as they try to find a way of getting by with the same old commands (like ipconfig and stuff) they do not realize that newer OSes often include more utilities that could help in streamlining the support daily tasks and troubleshooting.</p>
<p>Try this command which is built in into Microsoft Windows XP.  </p>
<p>in command prompt, type the following     systeminfo</p>
<p>it will give you good useful information about system configs, system uptime, original install date (windows xp installation) hotfixes installed, NIC card info and so forth. it can be run on another machine remotely.</p>
<p>Here is a systeminfo parameter:</p>
<blockquote><p>C:\DOCUME~1\aamin&gt;systeminfo /?</p>
<p>SYSTEMINFO [/S system [/U username [/P [password]]]] [/FO format] [/NH]</p>
<p>Description:<br />
    This command line tool enables an administrator to query for basic<br />
    system configuration information.</p>
<p>Parameter List:<br />
    /S      system           Specifies the remote system to connect to.</p>
<p>    /U      [domain\]user    Specifies the user context under which<br />
                             the command should execute.</p>
<p>    /P      [password]       Specifies the password for the given<br />
                             user context. Prompts for input if omitted.</p>
<p>    /FO     format           Specifies the format in which the output<br />
                             is to be displayed.<br />
                             Valid values: &#8220;TABLE&#8221;, &#8220;LIST&#8221;, &#8220;CSV&#8221;.</p>
<p>    /NH                      Specifies that the &#8220;Column Header&#8221; should<br />
                             not be displayed in the output.<br />
                             Valid only for &#8220;TABLE&#8221; and &#8220;CSV&#8221; formats.</p>
<p>    /?                       Displays this help/usage.</p></blockquote>
<p>Examples:<br />
    SYSTEMINFO<br />
    SYSTEMINFO /?<br />
    SYSTEMINFO /S system<br />
    SYSTEMINFO /S system /U user<br />
    SYSTEMINFO /S system /U domain\user /P password /FO TABLE<br />
    SYSTEMINFO /S system /FO LIST<br />
    SYSTEMINFO /S system /FO CSV /NH</p>
<p>I hope you find this tool useful and helpful. If so let us know and we will post more.</p>
<p>If you have tips to share, please do not hesitate to contribute.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2007/08/26/command-check-computer-specs-and-uptime-in-windows-xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Goodlink stops syncing contacts on Treo Palm or other PDA devices</title>
		<link>http://www.it-etc.com/2007/08/25/goodlink-stops-syncing-contacts-on-treo-palm-or-other-pda-devices/</link>
		<comments>http://www.it-etc.com/2007/08/25/goodlink-stops-syncing-contacts-on-treo-palm-or-other-pda-devices/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 04:58:37 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[Useful utilities]]></category>

		<category><![CDATA[Computer HowTo]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2007/08/25/goodlink-stops-syncing-contacts-on-treo-palm-or-other-pda-devices/</guid>
		<description><![CDATA[If you have a device running Good Messaging (formerly known as GoodLink) and it stops syncing, the first thing to do is make sure you have a data connection by attempting to go out to an internet site (such as www.google.com) from your device. If that doesn&#8217;t work, then contact your wireless provider, because your [...]]]></description>
			<content:encoded><![CDATA[<p><font size="3" face="Arial">If you have a device running Good Messaging (formerly known as GoodLink) and it stops syncing, the first thing to do is make sure you have a data connection by attempting to go out to an internet site (such as <a href="http://www.google.com/">www.google.com</a>) from your device. If that doesn&#8217;t work, then contact your wireless provider, because your data connection is not available or you have no data coverage where you are. If you can get out to website, you probably just need to reset the Goodlink software.</font></p>
<p><font size="3" face="Arial"> Here are instructions for to reset your goodlink software on a treo or a PDA device:</font></p>
<ol>
<li><font size="3" face="Arial">On your wireless device, go into Good Preferences | About Good Mobile Messaging</font></li>
<li><font size="3" face="Arial">Type in “debug” without quotes. You will not see the text on the screen as you type, but it will open a hidden command prompt.</font></li>
<li><font size="3" face="Arial">When a command prompt window opens, type in “reprov” without quotes and press the enter key.</font></li>
<li><font size="3" face="Arial">You will be prompted that this will erase all data from the handheld. This only refers to data synced with the Good software. Type in “yes” without quotes and press the enter key.</font></li>
<li><font size="3" face="Arial">Your device will restart and the Good software will resync all of your emails/calendar/contacts/etc.</font></li>
</ol>
<p><font face="Arial">This usually does the trick and all should work like a charm. </font></p>
<p><font face="Arial">I hope this tip helped you out. </font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2007/08/25/goodlink-stops-syncing-contacts-on-treo-palm-or-other-pda-devices/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Computer Wholesaler Network</title>
		<link>http://www.it-etc.com/2007/08/20/computer-wholesaler-network/</link>
		<comments>http://www.it-etc.com/2007/08/20/computer-wholesaler-network/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 06:02:08 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
		
		<category><![CDATA[Great Website Deals]]></category>

		<category><![CDATA[ALL]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2007/08/20/computer-wholesaler-network/</guid>
		<description><![CDATA[Computer market is becoming more and more competitive which keeps the prices down for all consumer business. However, the market is much more competitve in the second hand computers and wholesalers. Many of these wholesalers are dealing in the gray market. We found a great directory where these computer wholesalers and drop shippers are listed [...]]]></description>
			<content:encoded><![CDATA[<p>Computer market is becoming more and more competitive which keeps the prices down for all consumer business. However, the market is much more competitve in the second hand computers and wholesalers. Many of these wholesalers are dealing in the gray market. We found a great directory where these computer wholesalers and drop shippers are listed and actively interact together releasing their hottest inventory along with their contact info.</p>
<p>if you are intrested in buying second hand computers or brand new computer  from the gray market area make sure you check out the <a target="_blank" href="http://www.itwholesalers.com">Computer Wholesalers Directory </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2007/08/20/computer-wholesaler-network/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
