<?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>IT Guys blog &#187; Useful utilities</title>
	<atom:link href="http://www.it-etc.com/category/useful-utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-etc.com</link>
	<description>Information Technology Tips &#038; Tricks</description>
	<lastBuildDate>Fri, 06 Jan 2012 13:52:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Xnet utility &#8211; 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[ALL]]></category>
		<category><![CDATA[Computer HowTo]]></category>
		<category><![CDATA[Useful utilities]]></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 [...]]]></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       &#8211; Starts specified service, or lists all running services if no<br />
              service specified.<br />
Pause       &#8211; Pauses specified service.<br />
Continue    &#8211; Resumes specified service.<br />
List        &#8211; Lists all services, or details on specific service.<br />
ServiceName &#8211; name of service, optionally preceded by name of remote<br />
              machine (eg : <a href="file://remote/MSSQLServer">\\REMOTE\MSSQLServer</a>).<br />
Wait        &#8211; 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 &#8211; name of service, optionally preceded by name of remote<br />
              machine (eg : <a href="file://remote/MSSQLServer">\\REMOTE\MSSQLServer</a>).<br />
Wait        &#8211; number of seconds to wait for request to complete (default : 30<br />
              seconds)<br />
/y          &#8211; 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    &#8211; name of service, optionally preceded by name of remote<br />
                 machine (eg : <a href="file://remote/MSSQLServer">\\REMOTE\MSSQLServer</a>).<br />
Binary         &#8211; Name of executable.<br />
Dependencies   &#8211; Dependencies of service.<br />
LoadOrderGroup &#8211; LoadOrderGroup of service.<br />
DisplayName    &#8211; &#8216;Long&#8217; name of service (aka DisplayName).<br />
User           &#8211; name of (domain) user account to assign to service. Specify<br />
                 &#8216;LocalSystem&#8217; to assign system account.<br />
Password       &#8211; Password for service.<br />
Interactive    &#8211; specify Yes or No to allow service to interact with desktop.<br />
StartType      &#8211; 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    &#8211; name of service, optionally preceded by name of remote<br />
                 machine (eg : <a href="file://remote/MSSQLServer">\\REMOTE\MSSQLServer</a>).<br />
User           &#8211; name of (domain) user account to assign to service. Specify<br />
                 &#8216;LocalSystem&#8217; to assign system account.<br />
Password       &#8211; Password for service.<br />
Binary         &#8211; Name of executable.<br />
Dependencies   &#8211; Dependencies of service.<br />
LoadOrderGroup &#8211; LoadOrderGroup of service.<br />
DisplayName    &#8211; &#8216;Long&#8217; name of service (aka DisplayName).<br />
Interactive    &#8211; specify Yes or No to allow service to interact with desktop.<br />
StartType      &#8211; 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 &#8211; name of service, optionally preceded by name of remote<br />
              machine (eg : <a href="file://remote/MSSQLServer">\\REMOTE\MSSQLServer</a>).<br />
/y          &#8211; 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      &#8211; Reboots specified server, or local machine if no server<br />
              specified.<br />
Shutdown    &#8211; Shuts down specified server, or local machine if no server<br />
              specified.<br />
Message     &#8211; Warning/message to display on specified server during countdown.<br />
Wait        &#8211; Wait xx seconds for request to complete (default : 30 seconds)<br />
/f          &#8211; Force applications closed (don&#8217;t allow &#8216;FileSave&#8217; dialogs).<br />
/y          &#8211; 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>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install Windows Server 2003 management tools on a Windows Vista-based computer &#8211; 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[ALL]]></category>
		<category><![CDATA[Computer HowTo]]></category>
		<category><![CDATA[Useful utilities]]></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 [...]]]></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>
		<slash:comments>0</slash:comments>
		</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[ALL]]></category>
		<category><![CDATA[Computer HowTo]]></category>
		<category><![CDATA[Great Website Deals]]></category>
		<category><![CDATA[Useful utilities]]></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>
		<slash:comments>0</slash:comments>
		</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[ALL]]></category>
		<category><![CDATA[Computer HowTo]]></category>
		<category><![CDATA[Useful utilities]]></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>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS Readers  Sharp Reader</title>
		<link>http://www.it-etc.com/2007/08/13/rss-readers-sharp-reader/</link>
		<comments>http://www.it-etc.com/2007/08/13/rss-readers-sharp-reader/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 19:12:16 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
				<category><![CDATA[ALL]]></category>
		<category><![CDATA[Computer HowTo]]></category>
		<category><![CDATA[Useful utilities]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2007/08/13/rss-readers-sharp-reader/</guid>
		<description><![CDATA[I remember back in the days when I had two or three favorite sites, but nowadays, with so many different topics, gadget news, website deals, and more, it is hard to keep visit all of them more often, this is where RSS comes to the rescue and offer you the ease of keeping up with [...]]]></description>
			<content:encoded><![CDATA[<p>I remember back in the days when I had two or three favorite sites, but nowadays, with so many different topics, gadget news, website deals, and more, it is hard to keep visit all of them more often, this is where RSS comes to the rescue and offer you the ease of keeping up with all the sites in one simple application with highlights of each website&#8230; Not all website have RSS capability, but it is becoming more and more common.</p>
<p>There are two main ways to get the RSS feeds, the first way is through a web application (kind of like different Google Reader where you have to have your web browser open and logged in to your Google account, Yahoo, and MSN offer it too) or a desktop application where you can open it up like Microsoft Outlook&#8230; I have been through a few RSS readers and found Sharp Reader to be the best one out there due to its simplicity, new RSS notifications, and most of all, stability (the coolest thing, it is FREE).</p>
<p>Download <a href="http://www.it-etc.com/wp-content/uploads/2007/08/sharpreader0970.zip" title="Sharp Reader Software RSS Reader">Sharp Reader Software RSS Reader</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2007/08/13/rss-readers-sharp-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PST Password Recovery for Microsoft Outlook Free</title>
		<link>http://www.it-etc.com/2007/08/13/pst-password-recovery-for-microsoft-outlook-free/</link>
		<comments>http://www.it-etc.com/2007/08/13/pst-password-recovery-for-microsoft-outlook-free/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 17:17:00 +0000</pubDate>
		<dc:creator>itahmed</dc:creator>
				<category><![CDATA[ALL]]></category>
		<category><![CDATA[Computer HowTo]]></category>
		<category><![CDATA[Useful utilities]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/2007/08/13/pst-password-recovery-for-microsoft-outlook-free/</guid>
		<description><![CDATA[So many passwords, only a few can be remembered, the ones that are hard to remember usually are the ones that are seldom used. This is the case with my friend Jane who setup a password on her PST file a few months ago and now needed to get some emails out of it, the [...]]]></description>
			<content:encoded><![CDATA[<p>So many passwords, only a few can be remembered, the ones that are hard to remember usually are the ones that are seldom used. This is the case with my friend Jane who setup a password on her PST file a few months ago and now needed to get some emails out of it, the only problem is she could not open it as she did not know the password.</p>
<p>Thankfully, when she called me, I had the PST Recover Password utility available and was able to crack it open. It is a free utility, almost impossible to find one like it for free.</p>
<p>Download <a href="http://www.it-etc.com/wp-content/uploads/2007/08/pstpassword1.zip" title="Recover PST Password for Microsoft Outlook">Recover PST Password for Microsoft Outlook</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2007/08/13/pst-password-recovery-for-microsoft-outlook-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free utility to import N2K file</title>
		<link>http://www.it-etc.com/2007/08/10/free-utility-to-import-n2k-file/</link>
		<comments>http://www.it-etc.com/2007/08/10/free-utility-to-import-n2k-file/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 06:07:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ALL]]></category>
		<category><![CDATA[Computer HowTo]]></category>
		<category><![CDATA[Useful utilities]]></category>

		<guid isPermaLink="false">http://www.it-etc.com/?p=6</guid>
		<description><![CDATA[Microsoft Outlook 2003 and Microsoft Outlook 2007 do not store email addresses you correspond to via email in your address book, what it does, it stores all these email addresses in what is called the cached file called N2K file. The N2K  file cannot be read via a regular text editor nor can it be directly imported into outlook [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">Microsoft Outlook 2003 and Microsoft Outlook 2007 do not store email addresses you correspond to via email in your address book, what it does, it stores all these email addresses in what is called the cached file called N2K file. The N2K  file cannot be read via a regular text editor nor can it be directly imported into outlook contacts. </span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">Many users get bumped when they find this out, (especially noticeable when they receive a new computer). </span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">The utility we have can open up the N2K file and export all the addresses into a CSV file. Best of all, it is free. <img src='http://www.it-etc.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">the N2K file can be located at the following path C:\Documents and Settings\(<strong>Your USERNAME</strong>)\Application Data\Microsoft\Outlook\Outlook.NK2</span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">Download the <a href="http://it-etc.com/downloads/nk2csv.zip">N2K tool</a>.</span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">If you have similar tools or cool tools please share it with us&#8230;. we will credit you for it<br />
Enjoy</span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial"></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">Attached is a utility that would extract the nk2 files into csv (so they can be imported into address book) </span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">Once in a CSV, you can easily delete invalid exchange addresses and maintain the smtp addresses.</span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">Please let me know if you have any questions. </span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial">it is a beta version but has always worked for me.  ;)</span></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-etc.com/2007/08/10/free-utility-to-import-n2k-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

