<?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>Eddie On Everything &#187; windows xp</title>
	<atom:link href="http://www.eddieoneverything.com/tag/windows-xp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eddieoneverything.com</link>
	<description>Tips &#38; tricks on things that interest me</description>
	<lastBuildDate>Wed, 11 Jan 2012 08:29:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.</title>
		<link>http://www.eddieoneverything.com/articles/windows-desktop-icons-keep-flashing-on-off-in-my-case-vnc-was-the-cause.php</link>
		<comments>http://www.eddieoneverything.com/articles/windows-desktop-icons-keep-flashing-on-off-in-my-case-vnc-was-the-cause.php#comments</comments>
		<pubDate>Sun, 08 Jan 2012 18:20:13 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[realvnc]]></category>
		<category><![CDATA[tightvnc]]></category>
		<category><![CDATA[ultravnc]]></category>
		<category><![CDATA[vnc]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows errors]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/articles/windows-desktop-icons-keep-flashing-on-off-in-my-case-vnc-was-the-cause.php</guid>
		<description><![CDATA[The icons on my Windows XP machine have been flashing on &#38; off intermittently for quite a while.&#160; The problem would come &#38; go, and it wasn’t my primary computer, so I never bothered looking into it, though I did have a few suspicions as to the culprit.
I had a little extra time today, and [...]]]></description>
			<content:encoded><![CDATA[<p>The icons on my Windows XP machine have been flashing on &amp; off intermittently for quite a while.&#160; The problem would come &amp; go, and it wasn’t my primary computer, so I never bothered looking into it, though I did have a few suspicions as to the culprit.</p>
<p>I had a little extra time today, and the desktop icons were flashing so much it looked like a little icon disco over there, so I decided to look into the problem a little bit further.&#160; </p>
<p>I suspected that the problem was related to VNC, (UltraVNC in my case), and as an experiment, I shut down the VNC daemon. Sure enough, the icons stopped flashing.&#160; </p>
<p>I figured that the icons were flashing each time a remote machine tried to make a VNC connection to my computer, so I did a second test.&#160; The second part of my test was to restart the VNC server &amp; choose the option to to “Display Query Window.”&#160; What this will do is pop up a little notification each time the machine receives an incoming connection request.&#160; </p>
<p><a href="http://www.eddieoneverything.com/wp-content/uploads/2012/01/image2.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="399" alt="image" src="http://www.eddieoneverything.com/wp-content/uploads/2012/01/image_thumb2.png" width="507" border="0" /></a> </p>
<p>After enabling that option, it didn’t take long until I got the following pop-up:</p>
<p><a href="http://www.eddieoneverything.com/wp-content/uploads/2012/01/image1.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="159" alt="image" src="http://www.eddieoneverything.com/wp-content/uploads/2012/01/image_thumb1.png" width="244" border="0" /></a> </p>
<p>So, who is this remote machine?&#160; A “hacker,” of course.&#160; Actually, more like a script kiddie.&#160; In case you’re unaware, people use scripts to scan your computer hundreds of thousands of times per day, looking for vulnerabilities. Since I have my VNC running on the default port (5900), it is a prime target for these unsophisticated rubes.</p>
<p>Not that I’m too concerned about it – I have a strong password and am not worried about an intrusion.&#160; More than anything, I just want the flashing to stop.</p>
<p><strong></strong></p>
<p><strong>Here are few ways you can fix or minimize the problem</strong></p>
<ol>
<li>Only run VNC when you have to.&#160; This isn’t a great solution for me, as I like to have it running 24/7.&#160; But if you use VNC infrequently, it may work for you.</li>
<li>Change the default port to something other than 5900.&#160; Many of these scripts are configured to only check the default ports.&#160; It won’t stop the more sophisticated port scanning apps, but it’ll stop most.&#160; Of course, you’ll have to configure your VNC connection software to use this alternate port.</li>
<li>Configure your router to only accept connections from certain remote IP’s, if you know the remote machines you will be connecting from.&#160; (Or only from your local LAN, if you only use VNC on your local network.)</li>
<li>Turn off VNC port forwarding on your router, and configure your router so you can connect remotely &amp; turn it back on when you need it.&#160; This eliminates the flashing problem &amp; keeps VNC running, but adds another level of security headache by making your router configuration accessible to the public.&#160; If you have a good username &amp; password, it shouldn’t be a problem.</li>
<li>Change the “Display Query Window” settings to timeout after a longer period, and then accept the connection by default.&#160; These kiddie scripts work on brute force, and many time out after 10 or 20 seconds.&#160; Configuring the server to wait 60 seconds before replying will cause many of them to go away uninterested after the first timeout.&#160; When you connect remotely, you’ll have to wait 60 seconds for the connection, obviously.&#160; And you may have to deal with a pop up notification about an incoming connection every once in a while, but it’s better than the constant flashing.</li>
</ol>
<p>Right now, I’m experimenting with option #5, with good results so far.&#160; I’ve had a few pop ups, but after that first initial inquiry, the remote machine just goes away.&#160; (Instead of trying its list of 100 common passwords, causing 100 flashes.)</p>
<p>Number 4 is a good option (for me) too, but if #5 works, I’ll stick with that because it’s only less step to perform when connecting remotely.&#160; (Just have to wait that extra 60 seconds.)</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php" title="How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error">How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-take-a-screenshot-in-windows-xp.php" title="How to take a screenshot in Windows XP">How to take a screenshot in Windows XP</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/xp-setup-disk-inf-file-txtsetupsif-is-corrupt-or-missing-status-32768.php" title="XP Setup Disk: INF file txtsetup.sif is corrupt or missing &#8211; Status 32768">XP Setup Disk: INF file txtsetup.sif is corrupt or missing &#8211; Status 32768</a></li><li><a href="http://www.eddieoneverything.com/articles/how-to-set-the-window-size-and-position-of-a-chrome-application-shortcut.php" title="How to Set the Window Size and Position of a Chrome Application Shortcut">How to Set the Window Size and Position of a Chrome Application Shortcut</a></li><li><a href="http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php" title="AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it">AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-get-a-kingwin-usb-drive-enclosure-to-work-in-windows-xp.php" title="How To Get a Kingwin USB Drive Enclosure To Work In Windows XP">How To Get a Kingwin USB Drive Enclosure To Work In Windows XP</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-run-device-manager-from-the-windows-command-line.php" title="How To Run Device Manager From The Windows Command Line">How To Run Device Manager From The Windows Command Line</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/articles/windows-desktop-icons-keep-flashing-on-off-in-my-case-vnc-was-the-cause.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Set the Window Size and Position of a Chrome Application Shortcut</title>
		<link>http://www.eddieoneverything.com/articles/how-to-set-the-window-size-and-position-of-a-chrome-application-shortcut.php</link>
		<comments>http://www.eddieoneverything.com/articles/how-to-set-the-window-size-and-position-of-a-chrome-application-shortcut.php#comments</comments>
		<pubDate>Tue, 28 Jun 2011 18:05:54 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[application shortcuts]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[gmail tasks]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[google tasks]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/articles/how-to-set-the-window-size-and-position-of-a-chrome-application-shortcut.php</guid>
		<description><![CDATA[Now that I’ve moved into the Android world, I’ve been using Google/Gmail’s “Tasks” feature to keep track of my To Do Lists.  I prefer this method to a separate stand-alone ToDo app because it’s clean &#38; simple, and it’s one less app to manage.
I created a Chrome Application Shortcut to my Task List for easy [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I’ve moved into the Android world, I’ve been using Google/Gmail’s “Tasks” feature to keep track of my To Do Lists.  I prefer this method to a separate stand-alone ToDo app because it’s clean &amp; simple, and it’s one less app to manage.</p>
<p>I created a Chrome Application Shortcut to my Task List for easy desktop access to my To Do lists, but was dismayed to discover that the window that opened was much larger than I wanted, and it was always in an inconvenient position.  I would have to resize &amp; move the window each time I used the Application Shortcut, because Chrome never seemed to remember the previous window settings.</p>
<p>I searched around for a guide on how to set the window size for application shortcuts, and to my surprise, there are no solutions out there.  Not only does the “Application Shortcut” feature lack this functionality, but Chrome itself <a href="http://peter.sh/experiments/chromium-command-line-switches/" target="_blank">doesn’t even have a startup switch</a> for setting the window size.  Both seem like they’d be pretty essential features for “Application Shortcuts” to be useful, don’t you think?</p>
<p>I created my own method of automatically setting the window size and position using an intermediary javascript file.  It sets the window size &amp; position, then loads your preferred target URL.  Here’s how to do it.</p>
<p><strong> </strong></p>
<p><strong>Step One:  Create the Application Shortcut as you normally would.</strong></p>
<p>In my case, I wanted to create an Application Shortcut to Gmail’s Tasks, so I browsed to the appropriate page:</p>
<blockquote><p><a href="https://mail.google.com/tasks/ig">https://mail.google.com/tasks/ig</a></p></blockquote>
<p>And in Chrome, choose Wrench-&gt;Tools-&gt;Create Application Shortcuts.</p>
<p><strong> </strong></p>
<p><strong>Step Two: Create the intermediary HTML file on your local computer.</strong></p>
<p>Next, you need to create a local HTML file on your computer that resizes the window, moves it to the desired position, and then redirects to your application shortcut URL.  Here’s the file you’ll need to create:</p>
<pre name="code" class="javascript">
&lt;html&gt;
&lt;head&gt;
&lt;script language="JavaScript"&gt;
window.resizeTo(300,400);
window.moveTo(1380,0);
window.location = "https://mail.google.com/tasks/ig";
&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;If you see this, the redirect did not work properly.&lt;/h1&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Edit the file to reflect the size &amp; position you’d like to set.  The format is window.resizeTo(WIDTH, HEIGHT) and window.moveTo(X POSITION, Y POSITION).  If you don’t want to set an initial startup position, just remove the window.moveTo line.</p>
<p>You&#8217;ll also have to set the redirect target. The one listed in the above example is the one you&#8217;ll want to use for the Gmail Tasks application.  To get the link for other applications, check the properties of the shortcut that you created in step 1.  </p>
<p>Save the file somewhere where it won’t get deleted &amp; remember the name &amp; location.  I created a directory within “My Documents”  called “Google Tasks Shortcut” and named the file “google_tasks_launcher.html”.</p>
<p><strong> </strong></p>
<p><strong>Step Three:  Change the Application Shortcut to point to the intermediary file.</strong></p>
<p>Now edit the Application Shortcuts you created in Step 1 to instead point to the intermediary HTML/javascript file.  Right click on the shortcut and choose “Properties.”  Then from the shortcut tab, change the Target field to point to the file you created in Step 2.</p>
<p><a href="http://www.eddieoneverything.com/wp-content/uploads/2011/06/change_shortcut.png"><img style="display: inline; border: 0px;" title="change_shortcut" src="http://www.eddieoneverything.com/wp-content/uploads/2011/06/change_shortcut.png" border="0" alt="change_shortcut" width="368" height="510" /></a></p>
<p>You need to change the value after the &#8220;-app” switch.  In my case, I changed it as follows.</p>
<p>Old Value:</p>
<blockquote><p>&#8220;C:\Documents and Settings\eddie\Local Settings\Application Data\Google\Chrome\Application\chrome.exe&#8221;  &#8211;app=<strong>https://mail.google.com/tasks/ig</strong></p></blockquote>
<p>New Value:</p>
<blockquote><p>&#8220;C:\Documents and Settings\eddie\Local Settings\Application Data\Google\Chrome\Application\chrome.exe&#8221;  &#8211;app=<strong>file:///C:/Documents%20and%20Settings/eddie/My%20Documents/Google<br />
</strong><strong>%20Tasks%20Shortcut/google_tasks_launcher.html</strong></p></blockquote>
<p>I’ve bolded the parts that have changed.</p>
<p>You can also change the Application Shortcut icon on this screen if that strikes your fancy.</p>
<p>Hit “OK” and you should be set.  Your shortcut should now open at the size &amp; position specified in the javascript portion of the HTML file.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/articles/chrome-crashing-immediately-on-startup.php" title="Chrome Crashing Immediately on Startup">Chrome Crashing Immediately on Startup</a></li><li><a href="http://www.eddieoneverything.com/internet/how-to-reveal-stored-passwords-in-firefox-chrome-safari-and-ie.php" title="How To Reveal Stored Passwords in Firefox, Chrome, Safari, and IE">How To Reveal Stored Passwords in Firefox, Chrome, Safari, and IE</a></li><li><a href="http://www.eddieoneverything.com/articles/windows-desktop-icons-keep-flashing-on-off-in-my-case-vnc-was-the-cause.php" title="Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.">Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.</a></li><li><a href="http://www.eddieoneverything.com/articles/getting-lastpass-to-remember-htaccess-basic-auth-passwords-in-chrome.php" title="Getting LastPass to Remember .htaccess (Basic Auth) Passwords in Chrome">Getting LastPass to Remember .htaccess (Basic Auth) Passwords in Chrome</a></li><li><a href="http://www.eddieoneverything.com/articles/why-is-google-chromes-startup-so-painfully-slow.php" title="Why is Google Chrome&rsquo;s Startup So Painfully Slow?">Why is Google Chrome&rsquo;s Startup So Painfully Slow?</a></li><li><a href="http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php" title="AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it">AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it</a></li><li><a href="http://www.eddieoneverything.com/software/fixing-the-chrome-error-could-not-create-directory-for-unzipping.php" title="Fixing the Chrome Error: &#8220;Could not create directory for unzipping&#8221;">Fixing the Chrome Error: &#8220;Could not create directory for unzipping&#8221;</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/articles/how-to-set-the-window-size-and-position-of-a-chrome-application-shortcut.php/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>&#8220;Press Ctrl-I to enter configuration utility&#8221; Boot Failure Caused by Kindle</title>
		<link>http://www.eddieoneverything.com/articles/press-ctrl-i-to-enter-configuration-utility-boot-failure-caused-by-kindle.php</link>
		<comments>http://www.eddieoneverything.com/articles/press-ctrl-i-to-enter-configuration-utility-boot-failure-caused-by-kindle.php#comments</comments>
		<pubDate>Sat, 07 May 2011 15:45:15 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[boot problems]]></category>
		<category><![CDATA[computer hung]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[dell configuration utility]]></category>
		<category><![CDATA[dell e520]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[kindle 2]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[tech support]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/articles/press-ctrl-i-to-enter-configuration-utility-boot-failure-caused-by-kindle.php</guid>
		<description><![CDATA[I had to reboot one of my computers, which a pretty rare occurrence around here. 
The machine is a few years old Dell Dimension e520.
The problem:&#160; The computer wouldn’t reboot.&#160; After running through a little RAID dialog, the computer just hung, right after showing the message “Press Ctrl-I to enter configuration utility”.&#160; 
The solution:&#160; I [...]]]></description>
			<content:encoded><![CDATA[<p>I had to reboot one of my computers, which a pretty rare occurrence around here. </p>
<p>The machine is a few years old Dell Dimension e520.</p>
<p><strong><u>The problem:</u></strong>&#160; The computer wouldn’t reboot.&#160; After running through a little RAID dialog, the computer just hung, right after showing the message “Press Ctrl-I to enter configuration utility”.&#160; </p>
<p><strong><u>The solution:</u></strong>&#160; I discovered that the problem was caused by my Amazon Kindle.&#160; Yes, you read that right, <em>my Amazon Kindle prevented my computer from booting properly</em>.&#160; I unplugged the Kindle, rebooted, and everything was magically fixed.</p>
<p><strong><u>Discussion:</u></strong>&#160; I was a little nervous when I saw that this computer wouldn’t boot. I assumed that I had a hard drive failure, or hard disk controller failure. The message isn’t helpful at all, it just happens to be the message that gets spit out right before whatever caused the hang caused the hang…&#160; Anyway, I only use this computer as a media manager, so I wouldn’t have lost any irreplaceable documents, but it would have been a pain in the neck to deal with.</p>
<p>After rebooting a few times, and getting the “Press Ctrl-I to enter configuration utility” error each and every time, I started the process of narrowing down the problem.&#160; Fiddle with BIOS settings to verify everything is in order.&#160; Boot with some hard drives disconnected, in an attempt to narrow the problem down to a particular hard drive.&#160; </p>
<p>After about 15 minutes of messing with it, I noticed that my Kindle was connected via USB cable to the computer.&#160; I thought, “Hmm, I wonder if this Dell is trying to boot from the Kindle or something…” So I unplugged the Kindle.&#160; Voila!&#160; Problem solved!</p>
<p>Was the computer trying to boot from the Kindle?&#160; Probably not.&#160; I assume that the BIOS was trying to get information from the Kindle about what sort of device it was. The computer was asking, “Hey, you there on USB port 1, it’s KIndle, right?&#160; Ha, that’s a funny name.&#160; Anyway, what are you?&#160; Can I boot from you?”&#160; To which the Kindle probably replied, “DuuuurrrrrrrR?”&#160;&#160; </p>
<p>So anyway… If you’re having problems booting your computer, and if you’re getting the “Press Control –I to enter configuration utility” message, try unplugging all of your USB devices before you spend a lot of time troubleshooting.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/articles/computer-fan-too-loud-fix-it-by-cleaning-out-the-dust-dirt.php" title="Computer Fan Too Loud?  Fix It By Cleaning Out the Dust &amp; Dirt">Computer Fan Too Loud?  Fix It By Cleaning Out the Dust &amp; Dirt</a></li><li><a href="http://www.eddieoneverything.com/articles/changing-the-margin-size-on-the-kindle.php" title="Changing the Margin Size on the Kindle">Changing the Margin Size on the Kindle</a></li><li><a href="http://www.eddieoneverything.com/articles/broken-dell-cddvd-drive.php" title="Broken Dell CD/DVD Drive? ">Broken Dell CD/DVD Drive? </a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-delete-a-file-that-is-in-use-by-another-person-or-program.php" title="How To Delete A File That Is In Use By Another Person Or Program">How To Delete A File That Is In Use By Another Person Or Program</a></li><li><a href="http://www.eddieoneverything.com/how-to/how-to-fix-your-kindle-2-when-it-wont-charge.php" title="How To Fix Your Kindle 2 When It Won&#8217;t Charge">How To Fix Your Kindle 2 When It Won&#8217;t Charge</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-ialmrnt5-display-driver-error.php" title="How to fix the ialmrnt5 display driver error">How to fix the ialmrnt5 display driver error</a></li><li><a href="http://www.eddieoneverything.com/articles/windows-desktop-icons-keep-flashing-on-off-in-my-case-vnc-was-the-cause.php" title="Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.">Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/articles/press-ctrl-i-to-enter-configuration-utility-boot-failure-caused-by-kindle.php/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Chrome Crashing Immediately on Startup</title>
		<link>http://www.eddieoneverything.com/articles/chrome-crashing-immediately-on-startup.php</link>
		<comments>http://www.eddieoneverything.com/articles/chrome-crashing-immediately-on-startup.php#comments</comments>
		<pubDate>Fri, 12 Nov 2010 14:39:53 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[error messages]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/articles/chrome-crashing-immediately-on-startup.php</guid>
		<description><![CDATA[Well this is a fine way to start the morning.
I grab my laptop, sit down in the front of the fireplace, open Chrome, crash.&#160; Open Chrome again, crash.&#160; And again, crash. 
Ugh. 
I did a little searching (in Firefox, not Chrome) and found that this is a pretty common problem as of late.&#160; Here’s one [...]]]></description>
			<content:encoded><![CDATA[<p>Well this is a fine way to start the morning.</p>
<p>I grab my laptop, sit down in the front of the fireplace, open Chrome, crash.&#160; Open Chrome again, crash.&#160; And again, crash. </p>
<p>Ugh. </p>
<p>I did a little searching (in Firefox, not Chrome) and found that this is a pretty common problem as of late.&#160; <a href="http://code.google.com/p/chromium/issues/detail?id=59900">Here’s one bug report</a> that show lots of users having the issue.</p>
<p>That thread, and others like it, recommend uninstalling Chrome, along with all of your user data, then re-installing.&#160; Unfortunately, that solution didn’t seem to work for everyone, so I didn’t want to jump to it immediately.</p>
<p>I did get my particular Chrome crash problem to go away by… get this… restarting my computer.&#160; Seriously.&#160; I just rebooted, restarted Chrome, and voila, the problem was gone.&#160; I don’t know why, it’s like PCs are becoming Macs or something.</p>
<p>But here’s something terrible – after starting Chrome, my computer just CRAWLED for about 15 minutes straight. I’d click on the Start Menu, count to 20, and it would then show up.&#160; I ran Firefox, 3 minutes later, it appeared on the screen. I’m not exaggerating.&#160; The Windows Task Manager showed me that chrome_update.exe, GoogleUpdate.exe, and setup.exe were all running.&#160; I can only suspect that this is all related to the seemingly widespread Chrome crashing issue.&#160; I don’t know what this update did, but it was some real heavy lifting.</p>
<p>I really wish they would have asked my permission before hijacking my computer though.&#160; Sure, it was nice to have the problem fixed, but my computer was more or less unusable for about 15 minutes, and the worst part is that I had no idea why – Google gave me no notification that an update was taking place.&#160; I came close to simply rebooting the machine again, or killing the update processes.&#160; If I had something important to do with my computer, this would have really slowed me down.</p>
<p>I did collect a little information about the problem I was having, and I thought I’d post it here in case anyone else finds it useful.</p>
<p align="center"><a href="http://www.eddieoneverything.com/wp-content/uploads/2010/11/1112201074651AM.png"><img title="11-12-2010 7-46-51 AM" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="201" alt="11-12-2010 7-46-51 AM" src="http://www.eddieoneverything.com/wp-content/uploads/2010/11/1112201074651AM_thumb.png" width="423" border="0" /></a>&#160;</p>
<p align="center"><a href="http://www.eddieoneverything.com/wp-content/uploads/2010/11/1112201074722AM.png"><img title="11-12-2010 7-47-22 AM" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="131" alt="11-12-2010 7-47-22 AM" src="http://www.eddieoneverything.com/wp-content/uploads/2010/11/1112201074722AM_thumb.png" width="321" border="0" /></a></p>
<p align="center"><a href="http://www.eddieoneverything.com/wp-content/uploads/2010/11/1112201075126AM.png"><img title="11-12-2010 7-51-26 AM" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="150" alt="11-12-2010 7-51-26 AM" src="http://www.eddieoneverything.com/wp-content/uploads/2010/11/1112201075126AM_thumb.png" width="644" border="0" /></a></p>
<p align="center"><a href="http://www.eddieoneverything.com/wp-content/uploads/2010/11/1112201075139AM.png"><img title="11-12-2010 7-51-39 AM" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="460" alt="11-12-2010 7-51-39 AM" src="http://www.eddieoneverything.com/wp-content/uploads/2010/11/1112201075139AM_thumb.png" width="405" border="0" /></a></p>
<p>&#160;</p>
<p>0000: 41 70 70 6c 69 63 61 74&#160;&#160; Applicat    <br />0008: 69 6f 6e 20 46 61 69 6c&#160;&#160; ion Fail     <br />0010: 75 72 65 20 20 63 68 72&#160;&#160; ure&#160; chr     <br />0018: 6f 6d 65 2e 65 78 65 20&#160;&#160; ome.exe     <br />0020: 30 2e 30 2e 30 2e 30 20&#160;&#160; 0.0.0.0     <br />0028: 69 6e 20 63 68 72 6f 6d&#160;&#160; in chrom     <br />0030: 65 2e 64 6c 6c 20 38 2e&#160;&#160; e.dll 8.     <br />0038: 30 2e 35 35 32 2e 32 38&#160;&#160; 0.552.28     <br />0040: 20 61 74 20 6f 66 66 73&#160;&#160;&#160; at offs     <br />0048: 65 74 20 30 30 30 34 36&#160;&#160; et 00046     <br />0050: 65 35 65 0d 0a&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; e5e..&#160; </p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/articles/how-to-set-the-window-size-and-position-of-a-chrome-application-shortcut.php" title="How to Set the Window Size and Position of a Chrome Application Shortcut">How to Set the Window Size and Position of a Chrome Application Shortcut</a></li><li><a href="http://www.eddieoneverything.com/articles/getting-lastpass-to-remember-htaccess-basic-auth-passwords-in-chrome.php" title="Getting LastPass to Remember .htaccess (Basic Auth) Passwords in Chrome">Getting LastPass to Remember .htaccess (Basic Auth) Passwords in Chrome</a></li><li><a href="http://www.eddieoneverything.com/articles/iphone-stuck-on-apple-logo-screen-error-1611.php" title="iPhone Stuck on Apple Logo Screen, Error 1611">iPhone Stuck on Apple Logo Screen, Error 1611</a></li><li><a href="http://www.eddieoneverything.com/articles/why-is-google-chromes-startup-so-painfully-slow.php" title="Why is Google Chrome&rsquo;s Startup So Painfully Slow?">Why is Google Chrome&rsquo;s Startup So Painfully Slow?</a></li><li><a href="http://www.eddieoneverything.com/articles/how-to-fix-the-ipodiphone-download-error-tap-to-retry-error-without-using-your-pc.php" title="How to Fix the iPod/iPhone &#8220;Download Error. Tap to retry&#8221; Error WITHOUT Using Your PC">How to Fix the iPod/iPhone &#8220;Download Error. Tap to retry&#8221; Error WITHOUT Using Your PC</a></li><li><a href="http://www.eddieoneverything.com/software/fixing-the-chrome-error-could-not-create-directory-for-unzipping.php" title="Fixing the Chrome Error: &#8220;Could not create directory for unzipping&#8221;">Fixing the Chrome Error: &#8220;Could not create directory for unzipping&#8221;</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php" title="How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error">How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/articles/chrome-crashing-immediately-on-startup.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Windows Live Writer to Show Your Template Properly</title>
		<link>http://www.eddieoneverything.com/articles/getting-windows-live-writer-to-show-your-template-properly.php</link>
		<comments>http://www.eddieoneverything.com/articles/getting-windows-live-writer-to-show-your-template-properly.php#comments</comments>
		<pubDate>Tue, 09 Nov 2010 18:36:59 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[offline blog editors]]></category>
		<category><![CDATA[windows live writer]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress editors]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/articles/getting-windows-live-writer-to-show-your-template-properly.php</guid>
		<description><![CDATA[Bogging can get cumbersome.  Logging in to each blog individually, using the online Wordpress editor and working around its quirks, positioning your screen so you can see everything at once, etc.  Not to even mention that if you maintain multiple blogs, you’ll need to do this a little bit differently for each blogging platform that [...]]]></description>
			<content:encoded><![CDATA[<p>Bogging can get cumbersome.  Logging in to each blog individually, using the online Wordpress editor and working around its quirks, positioning your screen so you can see everything at once, etc.  Not to even mention that if you maintain multiple blogs, you’ll need to do this a little bit differently for each blogging platform that you use.</p>
<p>Oh, and the lack of keyboard shortcuts when blogging in a browser &#8211; that kills my productivity right there!</p>
<p>I was looking for a standalone blog editor that could be used for maintaining multiple blogs. Enter Microsoft’s Windows Live Editor software.  I know what you’re thinking, “What?  Microsoft?  Really, Eddie?”</p>
<p>I thought the same thing, believe me.  But after much digging around I found that most people think that Microsoft’s Windows Live Editor is the best package out there.  I was skeptical, but after trying out a few packages, I think I agree.</p>
<p>I did have one problem, though – I couldn’t get Live Writer to properly recognize my blog template.  In my case, it did show something that generally resembled my blog template, but it was pretty unusable.  For instance, the background was dark, not white like it should have been.</p>
<p>Most frustrating for me is that when I first set Live Writer up, it showed the blog template properly, or at least close to properly.  I then “re-discovered” it, and things broke.</p>
<p>A few steps that I discovered that may help you in getting your templates work properly.</p>
<p>1.  <strong>Make sure that your blog is publishing “Uncategorized” category articles to the main page.</strong> The Live Writer software uses a temporary post to help discover your blog’s layout.  In doing so, it will create a temporary post and look for that post on your main page.</p>
<p>This is the sort of post it’ll be looking for on your main page.</p>
<blockquote><p>Temporary Post Used For Theme Detection (9da721da-98d5-43b9-9a4b-2741f4da30fa – 3bfe001a-31de-4114-b8b4-4005b070f6d7)</p></blockquote>
<p>If it can’t find that post on the main page, it won’t work.  Check your Wordpress “Trash” posts to make sure posts like that are being created.  Restore one of them and look for it on your home page.  Is it there?  If so, great.  If not, your theme is not displaying those posts on the main page.  You’ll probably have to edit your theme’s files to temporarily allow the “Uncategorized” stories to appear on the home page.</p>
<p><strong>2. The Windows Live Writer log file is located at:</strong></p>
<blockquote><p><span style="word-spacing: 0px; font: 16px &amp;amp;#39; text-transform: none; color: #000000; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><span style="font-size: 11px; font-family: verdana, arial, helvetica, sans-serif; text-align: left;">%UserProfile%\Local Settings\Application Data\Windows Live Writer\Windows Live Writer.log</span></span></p></blockquote>
<p>Check that file for any errors that may be popping up.  (You can also get to the log file by choosing “Help –&gt; About Windows Live Writer –&gt; Show Log file.”)  In my case, I saw a bunch of errors that looked like this:</p>
<blockquote><p><span style="word-spacing: 0px; font: 16px &amp;amp;#39; text-transform: none; color: #000000; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><span style="font-size: 11px; font-family: verdana, arial, helvetica, sans-serif; text-align: left;">WindowsLiveWriter,3376,None,00015,09-Nov-2010 11:33:44.477,&#8221;Failed to download template Framed: System.Exception: Unable to locate blog post elements using most recent post<br />
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)<br />
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)<br />
at WindowsLive.Writer.BlogClient.Detection.BlogEditingTemplateDetector.<br />
</span></span><span style="word-spacing: 0px; font: 16px &amp;amp;#39; text-transform: none; color: #000000; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><span style="font-size: 11px; font-family: verdana, arial, helvetica, sans-serif; text-align: left;">ParseWebpageIntoEditingTemplate_OnUIThread(Control uiContext, BlogPostRegionLocatorStrategy regionLocator, IProgressHost progress)<br />
at WindowsLive.Writer.BlogClient.Detection.BlogEditingTemplateDetector.<br />
GetBlogTemplateFiles(IProgressHost progress, BlogPostRegionLocatorStrategy regionLocatorStrategy, BlogEditingTemplateStrategy[] templateStrategies, BlogEditingTemplateType[] templateTypes)&#8221;,&#8221;"</span></span></p></blockquote>
<p>I’ll have to admit, I’m not entirely clear on what most of this means.  However, I do understand that “Failed to download” probably meant that it was unable to download something or other.  If nothing else, it’s a good starting point.</p>
<p>In my case, I was getting the error message, but I had no idea why.  As far as I could tell, the temporary blog posts were being created and displayed on the main page.  Why then wasn’t it able to download some things?  I can only guess, but I thought that it may have something to do with speed – perhaps the Live Writer was checking for a post before it was actually posted.</p>
<p><strong>3.  The template files are located at:</strong></p>
<blockquote><p><span style="word-spacing: 0px; font: 16px &amp;amp;#39; text-transform: none; color: #000000; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><span style="font-size: 11px; font-family: verdana, arial, helvetica, sans-serif; text-align: left;">On Vista:<br />
%LocalAppData%\Windows Live Writer\blogtemplates\ </span></span></p>
<p>On XP:<br />
%UserProfile%\Local Settings\Application Data\Windows Live Writer\blogtemplates\</p></blockquote>
<p>Manually delete those directories and then try updating your settings via “Blogs –&gt; Edit Blog Settings –&gt; Update Account Configuration&#8221;.  Live Writer will try to re-update your blog’s template files.</p>
<p><strong>4.  Things that may or may not have worked</strong></p>
<p>I played around with getting things to work for a while, and in the process, I tried things like temporarily commenting out my javascript code, including Google Adsense ads.  I have no idea if this had any effect or not, but I did eventually get things to work.  Your mileage may vary.</p>
<p><strong>5.  You are limited to only using your main page as a “template” page.</strong></p>
<p>Yes, this is annoying, particularly if you have a “magazine style” main page that displays short article excerpts only.  The support forums seem to indicate that there’s no way around this, sort of…</p>
<p><strong>6.  Edit your theme files manually.</strong></p>
<p>If you know HTML, you can edit the theme files that Live Writer uses manually.  To do so, browse to the appropriate location (as shown above in #3) and start editing.</p>
<p>While I have had some issues like this in getting Live Writer to work properly, overall, I’ve been pretty happy with it.  I’ll update here if I change my mind.  And, as always, I’d love to hear your thoughts on Microsoft’s Windows Live Writer.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/articles/windows-desktop-icons-keep-flashing-on-off-in-my-case-vnc-was-the-cause.php" title="Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.">Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.</a></li><li><a href="http://www.eddieoneverything.com/articles/how-to-set-the-window-size-and-position-of-a-chrome-application-shortcut.php" title="How to Set the Window Size and Position of a Chrome Application Shortcut">How to Set the Window Size and Position of a Chrome Application Shortcut</a></li><li><a href="http://www.eddieoneverything.com/articles/press-ctrl-i-to-enter-configuration-utility-boot-failure-caused-by-kindle.php" title="&ldquo;Press Ctrl-I to enter configuration utility&rdquo; Boot Failure Caused by Kindle">&ldquo;Press Ctrl-I to enter configuration utility&rdquo; Boot Failure Caused by Kindle</a></li><li><a href="http://www.eddieoneverything.com/articles/chrome-crashing-immediately-on-startup.php" title="Chrome Crashing Immediately on Startup">Chrome Crashing Immediately on Startup</a></li><li><a href="http://www.eddieoneverything.com/articles/us-daylight-saving-time-ends-nov-7-2010-windows-xp-is-wrong.php" title="US Daylight Saving Time Ends Nov 7, 2010 &#8211; Windows XP Is Wrong">US Daylight Saving Time Ends Nov 7, 2010 &#8211; Windows XP Is Wrong</a></li><li><a href="http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php" title="AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it">AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php" title="How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error">How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/articles/getting-windows-live-writer-to-show-your-template-properly.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>US Daylight Saving Time Ends Nov 7, 2010 &#8211; Windows XP Is Wrong</title>
		<link>http://www.eddieoneverything.com/articles/us-daylight-saving-time-ends-nov-7-2010-windows-xp-is-wrong.php</link>
		<comments>http://www.eddieoneverything.com/articles/us-daylight-saving-time-ends-nov-7-2010-windows-xp-is-wrong.php#comments</comments>
		<pubDate>Sun, 31 Oct 2010 14:10:54 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[daylight saving time]]></category>
		<category><![CDATA[daylight savings time]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/?p=1375</guid>
		<description><![CDATA[Confusing morning here at the On Everything household. 
Half of my computers went ahead and adjusted themselves an hour back, presumably for the end of Daylight Saving Time. But the other half didn&#8217;t.  I even had XP sync the time with a remote time server, but I was still seeing different times on different [...]]]></description>
			<content:encoded><![CDATA[<p>Confusing morning here at the On Everything household. </p>
<p>Half of my computers went ahead and adjusted themselves an hour back, presumably for the end of Daylight Saving Time. But the other half didn&#8217;t.  I even had <a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php">XP sync the time</a> with a remote time server, but I was still seeing different times on different computers. </p>
<p>Not wanting to miss any football due to a clock error, I had to figure out what time it really was.</p>
<p>I did a little web searching and found that DST (Daylight Saving, or &#8220;Savings,&#8221; Time) doesn&#8217;t end until <i>next week</i> &#8211; Nov 7, 2010.  But didn&#8217;t it always used to end before Halloween?  I thought so.  </p>
<p>Confusing matters more, it looks like today is indeed the day that Daylight Savings Time ends in the UK.  </p>
<p>Here&#8217;s what <a href="http://www.webexhibits.org/daylightsaving/k.html">I learned</a>:</p>
<blockquote><p>
Through 2006, Daylight Saving Time in the U.S. ended a few days before Halloween (October 31). Children’s pedestrian deaths are four times higher on Halloween than on any other night of the year. A new law to extend DST to the first Sunday in November took effect in 2007, with the purpose of providing trick-or-treaters more light and therefore more safety from traffic accidents. For decades, candy manufacturers lobbied for a Daylight Saving Time extension to Halloween, as many of the young trick-or-treaters gathering candy are not allowed out after dark, and thus an added hour of light means a big holiday treat for the candy industry.
</p></blockquote>
<p>OK.  Makes sense now.  </p>
<p>Turns out there is a <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=66F1420C-DF2D-400B-A8A9-EF9061A9A3CA&#038;displaylang=en" target="_blank">Windows XP patch</a> that will fix the clock error with older versions of XP. </p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php" title="AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it">AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php" title="How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error">How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-run-device-manager-from-the-windows-command-line.php" title="How To Run Device Manager From The Windows Command Line">How To Run Device Manager From The Windows Command Line</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-re-mount-a-usb-drive-in-windows-without-rebooting.php" title="How to Re-Mount a USB Drive in Windows Without Rebooting">How to Re-Mount a USB Drive in Windows Without Rebooting</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/fix-the-synergy-copy-and-paste-clipboard-problem-on-xp.php" title="Fix the Synergy Copy-and-Paste Clipboard Problem on XP">Fix the Synergy Copy-and-Paste Clipboard Problem on XP</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-take-a-screenshot-of-a-movie-in-windows-xp.php" title="How To Take A Screenshot Of A Movie In Windows XP">How To Take A Screenshot Of A Movie In Windows XP</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-delete-a-file-that-is-in-use-by-another-person-or-program.php" title="How To Delete A File That Is In Use By Another Person Or Program">How To Delete A File That Is In Use By Another Person Or Program</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/articles/us-daylight-saving-time-ends-nov-7-2010-windows-xp-is-wrong.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it</title>
		<link>http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php</link>
		<comments>http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php#comments</comments>
		<pubDate>Mon, 23 Aug 2010 16:16:43 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[acrobat]]></category>
		<category><![CDATA[acrobatinfo.exe]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[pdfshell]]></category>
		<category><![CDATA[pdfshell.dll]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/?p=1207</guid>
		<description><![CDATA[I&#8217;ve noticed that my older laptop running Windows XP has gotten much slower when browsing files in Windows Explorer.
I did some research and found that every time I did anything within the Windows Explorer shell, a process called AcrobatInfo.exe was firing up, eating up system resources, and just generally slowing things down.  The result [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed that my older laptop running Windows XP has gotten much slower when browsing files in Windows Explorer.</p>
<p>I did some research and found that every time I did anything within the Windows Explorer shell, a process called AcrobatInfo.exe was firing up, eating up system resources, and just generally slowing things down.  The result was a lag of about 2 seconds whenever I moved my mouse over any document &#8211; not just PDF files.  Any document whatsoever.</p>
<p>Seems that Adobe snuck this AcrobatInfo.exe file into one of its automatic updates, without asking.  It slows down my whole computer.  It runs when I&#8217;m not even using PDF files.  If you delete the file, it magically comes back.  Adobe doesn&#8217;t care that this thing is hosing up my whole computer, and that I don&#8217;t want it.    If any other company did this it&#8217;d be termed malware or a virus.  But because it&#8217;s Adobe, they somehow get a free pass.</p>
<p>This thing is a pain in the butt to get rid of, too.  Thankfully, I found a step by step guide <a href="http://papertoolkit.pbworks.com/AcrobatInfo_exe-eats-up-resources-whenever-I-enter-a-folder-with-a-Patterned-PDF">here</a>.</p>
<p>In relevant part, you need to delete the following registry keys:</p>
<blockquote><p>
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\21C0FC0AB3C24344FB30C34266AA5E09]<br />
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}]<br />
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AcrobatInfo.exe]<br />
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{AC76BA86-1033-0000-7760-000000000002}]
</p></blockquote>
<p>Change the value of these keys to false:</p>
<blockquote><p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AcroExch.Document]<br />
&#8220;BrowseInPlace&#8221;=-<br />
[ HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AcroExch.Document.7]<br />
&#8220;BrowseInPlace&#8221;=-</p></blockquote>
<p>And unregister the shell extension &#8220;service&#8221;</p>
<blockquote><p>
regsvr32 pathTo\pdfshell.dll /u
</p></blockquote>
<p>For me, the path to the PDFshell.dll file was :</p>
<blockquote><p>
regsvr32 &#8220;C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\pdfshell.dll&#8221;
</p></blockquote>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-speed-up-adobe-acrobat-reader-and-pdf-file-opening.php" title="How to Speed up Adobe Acrobat Reader and PDF file opening">How to Speed up Adobe Acrobat Reader and PDF file opening</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php" title="How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error">How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-run-device-manager-from-the-windows-command-line.php" title="How To Run Device Manager From The Windows Command Line">How To Run Device Manager From The Windows Command Line</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-re-mount-a-usb-drive-in-windows-without-rebooting.php" title="How to Re-Mount a USB Drive in Windows Without Rebooting">How to Re-Mount a USB Drive in Windows Without Rebooting</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/fix-the-synergy-copy-and-paste-clipboard-problem-on-xp.php" title="Fix the Synergy Copy-and-Paste Clipboard Problem on XP">Fix the Synergy Copy-and-Paste Clipboard Problem on XP</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-take-a-screenshot-of-a-movie-in-windows-xp.php" title="How To Take A Screenshot Of A Movie In Windows XP">How To Take A Screenshot Of A Movie In Windows XP</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-speed-up-your-computer-running-windows-xp-part-1.php" title="How to Speed Up Your Computer Running Windows XP &#8211; Part 1">How to Speed Up Your Computer Running Windows XP &#8211; Part 1</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error</title>
		<link>http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php</link>
		<comments>http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php#comments</comments>
		<pubDate>Thu, 18 Mar 2010 14:14:05 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[windows xp]]></category>
		<category><![CDATA[error messages]]></category>
		<category><![CDATA[time servers]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows clock]]></category>
		<category><![CDATA[windows errors]]></category>
		<category><![CDATA[windows time]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/?p=1086</guid>
		<description><![CDATA[Ah, daylight savings time.
The time of year that reminds us all that our computer&#8217;s automatic clock setting mechanism may not work as expected.
I&#8217;ve been getting the error message &#8220;&#8221;An Error Occurred While Windows was synchronizing with time.windows.com&#8221; error message when trying to manually sync my clock to the Windows time server.
A screenshot of the error:

If [...]]]></description>
			<content:encoded><![CDATA[<p>Ah, daylight savings time.</p>
<p>The time of year that reminds us all that our computer&#8217;s automatic clock setting mechanism may not work as expected.</p>
<p>I&#8217;ve been getting the error message &#8220;&#8221;An Error Occurred While Windows was synchronizing with time.windows.com&#8221; error message when trying to manually sync my clock to the Windows time server.</p>
<p>A screenshot of the error:<br />
<a href="http://www.eddieoneverything.com/wp-content/uploads/2010/03/3-18-2010-9-01-05-AM.jpg"><img class="alignnone size-full wp-image-1087" title="3-18-2010 9-01-05 AM" src="http://www.eddieoneverything.com/wp-content/uploads/2010/03/3-18-2010-9-01-05-AM.jpg" alt="" width="403" height="347" /></a></p>
<p>If you&#8217;re getting this error, here&#8217;s an easy way to fix it:  change the value in the &#8220;server&#8221; field.</p>
<p><strong>How to fix the time clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8230;&#8221; error.</strong></p>
<ol>
<li>Open &#8220;Date an Time Properties&#8221; by double-clicking the clock (in the system tray area) and choosing the &#8220;Internet time&#8221; tab.  (Alternatively, you can get to the same screen by going to Control Panel-&gt;Date and Time.)</li>
<li>Change the value in the &#8220;Server&#8221; field to another valid time server.  First try &#8220;time.nist.gov&#8221;.  If that doesn&#8217;t work, try one of the following:<br />
ts1.aco.net<br />
nist1-la.WiTime.net<br />
ntp.alaska.edu<br />
utcnist2.colorado.edu<br />
tick.ucla.edu<br />
ben.cs.wisc.edu<br />
time.xmission.com
</li>
<li>If none of the servers listed above works, you may have a network problem.  Either check your firewall, or keep trying servers from <a href="https://psp2.ntp.org/bin/view/Servers/StratumOneTimeServers" target="_blank">this list</a>.</li>
</ol>
<p>Hopefully one of the servers in this list will work for you!</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/windows-xp/xp-setup-disk-inf-file-txtsetupsif-is-corrupt-or-missing-status-32768.php" title="XP Setup Disk: INF file txtsetup.sif is corrupt or missing &#8211; Status 32768">XP Setup Disk: INF file txtsetup.sif is corrupt or missing &#8211; Status 32768</a></li><li><a href="http://www.eddieoneverything.com/articles/windows-desktop-icons-keep-flashing-on-off-in-my-case-vnc-was-the-cause.php" title="Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.">Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.</a></li><li><a href="http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php" title="AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it">AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-run-device-manager-from-the-windows-command-line.php" title="How To Run Device Manager From The Windows Command Line">How To Run Device Manager From The Windows Command Line</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-re-mount-a-usb-drive-in-windows-without-rebooting.php" title="How to Re-Mount a USB Drive in Windows Without Rebooting">How to Re-Mount a USB Drive in Windows Without Rebooting</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/fix-the-synergy-copy-and-paste-clipboard-problem-on-xp.php" title="Fix the Synergy Copy-and-Paste Clipboard Problem on XP">Fix the Synergy Copy-and-Paste Clipboard Problem on XP</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-take-a-screenshot-of-a-movie-in-windows-xp.php" title="How To Take A Screenshot Of A Movie In Windows XP">How To Take A Screenshot Of A Movie In Windows XP</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Get a Kingwin USB Drive Enclosure To Work In Windows XP</title>
		<link>http://www.eddieoneverything.com/windows-xp/how-to-get-a-kingwin-usb-drive-enclosure-to-work-in-windows-xp.php</link>
		<comments>http://www.eddieoneverything.com/windows-xp/how-to-get-a-kingwin-usb-drive-enclosure-to-work-in-windows-xp.php#comments</comments>
		<pubDate>Mon, 08 Mar 2010 00:51:16 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[windows xp]]></category>
		<category><![CDATA[BJK-35USBI]]></category>
		<category><![CDATA[external hard drive]]></category>
		<category><![CDATA[kingwin]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/?p=1011</guid>
		<description><![CDATA[I foolishly purchased a Kingwin Blackjack BJK-35USBI from Newegg for the low price of $14.99 + Shipping and Handling.
Big mistake &#8211; this thing is terrible.
First, the documentation says nothing about it working with Windows XP.  And it doesn&#8217;t &#8211; most of the time.
That said, I did discover a trick to get it working some [...]]]></description>
			<content:encoded><![CDATA[<p>I foolishly purchased a Kingwin Blackjack BJK-35USBI from Newegg for the low price of $14.99 + Shipping and Handling.</p>
<p>Big mistake &#8211; this thing is terrible.</p>
<p>First, the documentation says nothing about it working with Windows XP.  And it doesn&#8217;t &#8211; most of the time.</p>
<p>That said, I did discover a trick to get it working some of the time.</p>
<p>The manual (if you can call the little piece of paper containing instructions for other systems a &#8220;manual&#8221;) says that you should set your Hard Drive jumpers such that your drive is the &#8220;Master&#8221; device.  I tried this with 3 different drives on 3 different computers, and it never worked.  (For real.)</p>
<p>What DID work, though, was setting the drives to &#8220;Cable Select,&#8221; or &#8220;CS.&#8221; </p>
<p>Don&#8217;t ask me why, but this works, while setting the drive to &#8220;Master&#8221; doesn&#8217;t.  I tried this with drives from three different manufacturers &#8211; a Western Digital, a Seagate, and an IBM made by Hitachi.  Setting each of these drives to Cable select made the Kingwin work.  (Sometimes.)  But none of the drives would work when set to &#8220;Master.&#8221;  Ever.</p>
<p>Go figure.</p>
<p>I&#8217;d be interested to hear if this solution works for you.  If it does, let me know in the comments.</p>
<p>Here&#8217;s something else I&#8217;ve discovered about this Kingwin USB drive &#8211; when it does work, <a href="http://www.eddieoneverything.com/windows-xp/how-to-re-mount-a-usb-drive-in-windows-without-rebooting.php">you can only connect it to your computer once before having to reboot</a>.  ONCE.  Fortunately, <a href="http://www.eddieoneverything.com/windows-xp/how-to-re-mount-a-usb-drive-in-windows-without-rebooting.php">I found a work-around for that, too</a>.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-re-mount-a-usb-drive-in-windows-without-rebooting.php" title="How to Re-Mount a USB Drive in Windows Without Rebooting">How to Re-Mount a USB Drive in Windows Without Rebooting</a></li><li><a href="http://www.eddieoneverything.com/articles/windows-desktop-icons-keep-flashing-on-off-in-my-case-vnc-was-the-cause.php" title="Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.">Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.</a></li><li><a href="http://www.eddieoneverything.com/articles/how-to-set-the-window-size-and-position-of-a-chrome-application-shortcut.php" title="How to Set the Window Size and Position of a Chrome Application Shortcut">How to Set the Window Size and Position of a Chrome Application Shortcut</a></li><li><a href="http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php" title="AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it">AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php" title="How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error">How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-run-device-manager-from-the-windows-command-line.php" title="How To Run Device Manager From The Windows Command Line">How To Run Device Manager From The Windows Command Line</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/installing-webui-in-utorrent-2-0.php" title="Installing WebUI in uTorrent 2.0">Installing WebUI in uTorrent 2.0</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/windows-xp/how-to-get-a-kingwin-usb-drive-enclosure-to-work-in-windows-xp.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Run Device Manager From The Windows Command Line</title>
		<link>http://www.eddieoneverything.com/windows-xp/how-to-run-device-manager-from-the-windows-command-line.php</link>
		<comments>http://www.eddieoneverything.com/windows-xp/how-to-run-device-manager-from-the-windows-command-line.php#comments</comments>
		<pubDate>Sun, 07 Mar 2010 23:52:27 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[windows xp]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[device manager]]></category>
		<category><![CDATA[keyboard commands]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/?p=1002</guid>
		<description><![CDATA[Microsoft went and hid the device manager.  
It&#8217;s buried beneath at least 5 separate click events.
Fortunately, it is possible to run the device manager from the Windows command line. (That is, the box that pops up when you hit Start->Run.)
This should save you a lot of clicking around, particularly if you have to access [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft went and hid the device manager.  </p>
<p>It&#8217;s buried beneath at least 5 separate click events.</p>
<p>Fortunately, it is possible to run the device manager from the Windows command line. (That is, the box that pops up when you hit Start->Run.)</p>
<p>This should save you a lot of clicking around, particularly if you have to access the device manager frequently.  (As I do, because <a href="http://www.eddieoneverything.com/windows-xp/how-to-re-mount-a-usb-drive-in-windows-without-rebooting.php">my external USB drive doesn&#8217;t show up unless I disable then re-enable the USB Mass Storage Device service</a>.)</p>
<p><strong>How to run the Windows Device Manager from the Command Line or Start->Run prompt</strong></p>
<ol>
<li>Go to Start->Run.</li>
<li>Type &#8220;devmgmt.msc&#8221;  (without the quotes) and hit &#8220;OK&#8221;<br />
<img src="http://www.eddieoneverything.com/wp-content/uploads/2010/03/rundevicemanager.png" alt="" title="rundevicemanager" width="348" height="184" class="alignnone size-full wp-image-1009" />
</li>
<li>The device manager should now pop-up on your screen</li>
</ol>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-re-mount-a-usb-drive-in-windows-without-rebooting.php" title="How to Re-Mount a USB Drive in Windows Without Rebooting">How to Re-Mount a USB Drive in Windows Without Rebooting</a></li><li><a href="http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php" title="AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it">AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php" title="How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error">How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/fix-the-synergy-copy-and-paste-clipboard-problem-on-xp.php" title="Fix the Synergy Copy-and-Paste Clipboard Problem on XP">Fix the Synergy Copy-and-Paste Clipboard Problem on XP</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-take-a-screenshot-of-a-movie-in-windows-xp.php" title="How To Take A Screenshot Of A Movie In Windows XP">How To Take A Screenshot Of A Movie In Windows XP</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-speed-up-your-computer-running-windows-xp-part-1.php" title="How to Speed Up Your Computer Running Windows XP &#8211; Part 1">How to Speed Up Your Computer Running Windows XP &#8211; Part 1</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-securely-and-completely-erase-your-computers-hard-drive.php" title="How to Securely and Completely Erase Your Computer&#8217;s Hard Drive">How to Securely and Completely Erase Your Computer&#8217;s Hard Drive</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/windows-xp/how-to-run-device-manager-from-the-windows-command-line.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

