<?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>Inanis.net &#187; Computer Fixes</title>
	<atom:link href="http://www.inanis.net/blog/index.php/cat/computer-fixes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inanis.net/blog</link>
	<description>Daily ramblings of a computer technician.</description>
	<lastBuildDate>Tue, 07 Feb 2012 01:11:27 +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>Printing to Windows Printers from iOS 5</title>
		<link>http://www.inanis.net/blog/index.php/2011/12/27/printing-to-windows-printers-from-ios-5/</link>
		<comments>http://www.inanis.net/blog/index.php/2011/12/27/printing-to-windows-printers-from-ios-5/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 03:20:14 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[Geek Stuph]]></category>
		<category><![CDATA[airprint]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[printers]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.inanis.net/blog/?p=2126</guid>
		<description><![CDATA[When Apple released iOS 5, some change they made to it made most of the previous instructions on the Internet to allow one to print from these devices to Windows non-AirPrint printers no longer work. In an update to my &#8230; <a href="http://www.inanis.net/blog/index.php/2011/12/27/printing-to-windows-printers-from-ios-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When Apple released iOS 5, some change they made to it made most of the previous instructions on the Internet to allow one to print from these devices to Windows non-AirPrint printers no longer work.</p>
<p>In an update to my <a href="http://www.inanis.net/blog/index.php/2011/03/13/printing-from-ipad-to-windows-printers/">previous post</a> about this, I have some changes to the procedure. <span id="more-2126"></span>Follow the procedure below, but in the &#8220;service creation&#8221; point, you have to change the parameters on the pathname. After &#8220;airprint.exe&#8221;, replace the &#8220;-s&#8221; with the following:</p>
<p>-R _ipp._tcp,_universal -s</p>
<p>If you already have AirPrint installed, check make sure you use &#8220;sc.exe Delete Airprint&#8221; at an Administrator level command prompt (or power shell, I suppose) to remove the current entry, then follow the instructions again.</p>
<p>Kudos to <a href="https://discussions.apple.com/people/Guimon">Guimon</a> on the <a href="https://discussions.apple.com/thread/3383237?start=0&amp;tstart=0">Apple Forums</a> for the changes.</p>
<ol>
<li>Install the app from <a href="http://support.apple.com/kb/DL999">this page</a></li>
<li>Do the stuff at <a href="http://jaxov.com/2010/11/how-to-enable-airprint-service-on-windows/">this page</a>, sans the iTunes stuff and change the pathname as described above.</li>
<li>Open the 2008 R2 firewall Control Panel</li>
<li>Right click on Bonjour Service, click Advanced tab, and check all three checkmarks (Domain, Public, Private)</li>
<li>Create a rule for the AirPrint.exe file from step 2 to match the Bonjour Service on step 4.</li>
<li>Print from your iPad</li>
<li>Profit.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2011/12/27/printing-to-windows-printers-from-ios-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printing from iPad to Windows Printers</title>
		<link>http://www.inanis.net/blog/index.php/2011/03/13/printing-from-ipad-to-windows-printers/</link>
		<comments>http://www.inanis.net/blog/index.php/2011/03/13/printing-from-ipad-to-windows-printers/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 15:37:58 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[2008 r2]]></category>
		<category><![CDATA[airprint]]></category>
		<category><![CDATA[bonjour]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.inanis.net/blog/?p=2098</guid>
		<description><![CDATA[For my reference (and yours if for some reason you can&#8217;t find the same articles I found), here&#8217;s how you print from an iPad to a shared Windows Printer on a Windows Server 2008 R2 Machine using Apple AirPrint and &#8230; <a href="http://www.inanis.net/blog/index.php/2011/03/13/printing-from-ipad-to-windows-printers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For my reference (and yours if for some reason you can&#8217;t find the same articles I found), here&#8217;s how you print from an iPad to a shared Windows Printer on a Windows Server 2008 R2 Machine using Apple AirPrint and some cmd magic.:</p>
<ol>
<li>Install the app from <a href="http://support.apple.com/kb/DL999">this page</a></li>
<li>Do the stuff at <a href="http://jaxov.com/2010/11/how-to-enable-airprint-service-on-windows/">this page</a>, sans the iTunes stuff</li>
<li>Open the 2008 R2 firewall Control Panel</li>
<li>Right click on Bonjour Service, click Advanced tab, and check all three checkmarks (Domain, Public, Private)</li>
<li>Create a rule for the AirPrint.exe file from step 2 to match the Bonjour Service on step 4.</li>
<li>Print from your iPad</li>
<li>Profit.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2011/03/13/printing-from-ipad-to-windows-printers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netflix iPad Stall Issue</title>
		<link>http://www.inanis.net/blog/index.php/2011/02/16/netflix-ipad-stall-issue/</link>
		<comments>http://www.inanis.net/blog/index.php/2011/02/16/netflix-ipad-stall-issue/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 22:39:04 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[opendns]]></category>

		<guid isPermaLink="false">http://www.inanis.net/blog/?p=2088</guid>
		<description><![CDATA[It&#8217;s been a long time! Been busy, sorry for the absence. I&#8217;m still alive &#8211; don&#8217;t worry. Have an iPad? On a WiFi Network? Using DD-WRT? Trying to stream Netflix and it won&#8217;t stream? It&#8217;s a DNS compatibility issue! If &#8230; <a href="http://www.inanis.net/blog/index.php/2011/02/16/netflix-ipad-stall-issue/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time! Been busy, sorry for the absence. I&#8217;m still alive &#8211; don&#8217;t worry.</p>
<p>Have an iPad? On a WiFi Network? Using DD-WRT? Trying to stream Netflix and it won&#8217;t stream? It&#8217;s a DNS compatibility issue!</p>
<p>If you try to play Netflix titles or movies on your iPad and you have a problem where clicking on play brings you to &#8220;Preparing to view&#8230;&#8221;, the navigation bar sides down, shows you the Netflix app splash screen then instantly redirects you to the original page you were on, it&#8217;s an issue with DNSMasq in DD-WRT.</p>
<p>Solution: either disable DNSMasq on your DD-WRT based router, or manually code your ISP&#8217;s DNS server into your iPad WiFi settings. Even better: hard code OpenDNS or Google DNS into there (208.67.222.222 and 8.8.8.8 respectively).</p>
<p>It took me a month of hunting to find the solution to this. I&#8217;m reblogging the solution because the blog where I found the solution has a horrible PageRank, Inanis.net has an awesome PageRank, and maybe this will help others find the solution faster.</p>
<p>Original solution found at: <a href="http://jpwhitehome.wordpress.com/2011/02/09/netflix-stalls-on-ipad-problem-resolved/">http://jpwhitehome.wordpress.com/2011/02/09/netflix-stalls-on-ipad-problem-resolved/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2011/02/16/netflix-ipad-stall-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NO HOTLINKING</title>
		<link>http://www.inanis.net/blog/index.php/2010/07/04/no-hotlinking/</link>
		<comments>http://www.inanis.net/blog/index.php/2010/07/04/no-hotlinking/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 15:35:41 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[Geek Stuph]]></category>
		<category><![CDATA[anti-hacker]]></category>
		<category><![CDATA[eat it!]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.inanis.net/blog/?p=1891</guid>
		<description><![CDATA[I live in a nice world. I try to be a nice guy. I don&#8217;t disable hotlinking by default. That was, until some website using an East Timor top-level domain was hot linking to the ENTIRE LOCAL COPY of Inanis &#8230; <a href="http://www.inanis.net/blog/index.php/2010/07/04/no-hotlinking/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I live in a nice world. I try to be a nice guy. I don&#8217;t disable hotlinking by default.</p>
<p>That was, until some website using an East Timor top-level domain was hot linking to the ENTIRE LOCAL COPY of Inanis Glass on my server.</p>
<p>Apache mod_rewrite fixed that. They are now permanently and forever <a href="http://en.wikipedia.org/wiki/Rickrolling">rickrolled</a>. Have a nice day!</p>
<p>(I just hope the rule doesn&#8217;t rickroll my own site&#8230; )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2010/07/04/no-hotlinking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultra VNC SC works with Vista/Seven?</title>
		<link>http://www.inanis.net/blog/index.php/2010/06/07/ultra-vnc-sc-works-with-vistaseven/</link>
		<comments>http://www.inanis.net/blog/index.php/2010/06/07/ultra-vnc-sc-works-with-vistaseven/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 15:59:01 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[Geek Stuph]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[helpdesk]]></category>
		<category><![CDATA[remote support]]></category>
		<category><![CDATA[uvnc sc]]></category>

		<guid isPermaLink="false">http://www.inanis.net/blog/?p=1658</guid>
		<description><![CDATA[Really, it does. All you have to do is get a copy of the installer juice, hack some files, and it will properly disable Aero in Vista AND Seven, so that you can have a non-installing tool for your clients, &#8230; <a href="http://www.inanis.net/blog/index.php/2010/06/07/ultra-vnc-sc-works-with-vistaseven/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Really, it does. All you have to do is get a copy of the installer juice, hack some files, and it will properly disable Aero in Vista AND Seven, so that you can have a non-installing tool for your clients, friends, family&#8230;. whatever. Here&#8217;s how. <span id="more-1658"></span></p>
<ol>
<li><a href="http://www.inanis.net/blog/wp-content/uploads/SC_VNC_Vista_Autoit.rar">Grab this file.</a></li>
<li>Extract to a folder somewheres</li>
<li>Read how to modify UltraVNC SC to do what you need it to do.<a href="http://www.uvnc.com/pchelpware/sc/helpdesk.html"> http://www.uvnc.com/pchelpware/sc/helpdesk.html </a></li>
<li>In SC_VNC.au3, replace the if-else-endif block with: <code>Run(@ComSpec &amp; ' /c "' &amp; @TempDir &amp; '\SC_VNC_Temp_Files\winvnc.cmd '&amp; @OSversion &amp;'"', @TempDir &amp; "\SC_VNC_Temp_Files\", @SW_HIDE)</code></li>
<li>Then, in winvnc.cmd, replace the if statement at the top with:<br />
IF &#8220;%1&#8243;==&#8221;WIN_VISTA&#8221; goto vistafound<br />
IF &#8220;%1&#8243;==&#8221;WIN_7&#8243; goto vistafound<br />
IF &#8220;%1&#8243;==&#8221;WIN_LONGHORN&#8221; goto vistafound</li>
<li>When done, run Compile.cmd and you will get your UVNC SC file &#8211; that works with Vista and Seven.</li>
</ol>
<p>Instructions snarfed from <a href="http://mondotech.blogspot.com/2009/02/reverse-vnc-helpdesk.html">http://mondotech.blogspot.com/2009/02/reverse-vnc-helpdesk.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2010/06/07/ultra-vnc-sc-works-with-vistaseven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automount NTFS Partitions in Ubuntu</title>
		<link>http://www.inanis.net/blog/index.php/2009/09/26/automount-ntfs-partitions-in-ubuntu/</link>
		<comments>http://www.inanis.net/blog/index.php/2009/09/26/automount-ntfs-partitions-in-ubuntu/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 04:30:55 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[Geek Stuph]]></category>

		<guid isPermaLink="false">http://www.inanis.net/blog/?p=1351</guid>
		<description><![CDATA[I had some minor trouble with this, mostly because I don&#8217;t know minutiae about Linux, so I needed some help. Making NTFS partitions automount makes life a bit easier, especially when dual booting and trying to get something like Thunderbird &#8230; <a href="http://www.inanis.net/blog/index.php/2009/09/26/automount-ntfs-partitions-in-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had some minor trouble with this, mostly because I don&#8217;t know minutiae about Linux, so I needed some help. Making NTFS partitions automount makes life a bit easier,<span id="more-1351"></span> especially when dual booting and trying to get something like Thunderbird to use the same folder for the message store on both Windows and Linux. Two OS&#8217;es, one folder, email bliss.</p>
<p>I did some hunting and found the following link most helpful: <a href="http://ubuntuforums.org/showthread.php?t=785263">HowTo: Automount NTFS Drive</a></p>
<p>Essentially, the fix goes like this:</p>
<p>At Terminal:</p>
<p><code>sudo aptitude update<br />
sudo aptitude install ntfs-config</code></p>
<p>Then make sure your NTFS drives arent otherwise mounted, run ntfs-config, (I had to do this from an Alt+F2 window, because it didnt pop a selection into my Applications menu) select your paritions, name them, hit Apply, select write suport and click apply.</p>
<p>Magic. I love it when someone thinks of something and has a solution I can pop in quickly.</p>
<p><strong>UPDATE: </strong>Just found the NTFS Configuration tool on my &#8220;System &gt; Administration&#8221; menu. Should have read down one more line on the original page. Go figure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2009/09/26/automount-ntfs-partitions-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP Logon Woes (Maybe Vista too&#8230;)</title>
		<link>http://www.inanis.net/blog/index.php/2009/03/15/windows-xp-logon-woes-maybe-vista-too/</link>
		<comments>http://www.inanis.net/blog/index.php/2009/03/15/windows-xp-logon-woes-maybe-vista-too/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 14:29:32 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[userinit]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.inanis.net/blog/?p=1193</guid>
		<description><![CDATA[Another fix I found last week &#8211; a tip really. If you have a Windows XP machine that, when you try to log on to any account in both normal and safe mode, immediatly logs off before giving you a &#8230; <a href="http://www.inanis.net/blog/index.php/2009/03/15/windows-xp-logon-woes-maybe-vista-too/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Another fix I found last week &#8211; a tip really. If you have a Windows XP machine that, when you try to log on to any account in both normal and safe mode, immediatly logs off before giving you a desktop or icons, usually with the phrase &#8220;saving your settings&#8221; just before going back to the login screen, I have found the general cause of the problem is a broken User Init process.</p>
<p>I have found that in most cases either userinit.exe is missing/broken/corrupt or the registry is pointing to something other than userinit.exe and -that- file is missing/broken/corrupt.</p>
<p>To check, get access to the hard drive of the broken computer in &#8220;offiline mode&#8221; (i.e. remove it and attach it to another computer) and check inside the x:\windows\system32 folder (whatever drive letter and windows folder this particular drive is using) and make sure userinit.exe is there. If it is there, compare it aganst the copy on a working computer. If they don&#8217;t match, backup the one on the broken hard drive and copy the good one from the working computer to the broken one.</p>
<p>After that, try the registry. Load the &#8220;SOFTWARE&#8221; hive from the broken hard drive  (x:\windows\system32\config\SOFTWARE) into regedit on the working computer and browse to LOADEDHIVE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\ and make sure the userinit value on the right points to the proper path and filename for where userinit.exe is residing on the broken machine with a COMMA after the pathname (usually &#8220;C:\windows\system32\userinit.exe,&#8221;)</p>
<p>Unload the hive, disconnect the hard drive, reattach to &#8220;broken&#8221; computer and see what happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2009/03/15/windows-xp-logon-woes-maybe-vista-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP &#8211; Odd Network Fix</title>
		<link>http://www.inanis.net/blog/index.php/2009/03/15/windows-xp-odd-network-fix/</link>
		<comments>http://www.inanis.net/blog/index.php/2009/03/15/windows-xp-odd-network-fix/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 14:15:09 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.inanis.net/blog/?p=1191</guid>
		<description><![CDATA[This is a weird problem I encountered a week ago and thought I would share it. Apparently, some security software was removed from this person&#8217;s computer and it broke the network stack. It was McAfee I believe. In any case, &#8230; <a href="http://www.inanis.net/blog/index.php/2009/03/15/windows-xp-odd-network-fix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>This is a weird problem I encountered a week ago and thought I would share it. Apparently, some security software was removed from this person&#8217;s computer and it broke the network stack. It was McAfee I believe. In any case, here were the symptoms:</div>
<div>
<ul>
<li>No network adapters were listed in the Task Manager -&gt; Networking tab</li>
<li>An <code>ipconfig</code> resulted in a blank listing &#8211; just &#8220;Windows IP Configuration&#8221; and no numbers or adapters shown</li>
<li>In the device manager, all network items have the &#8220;Yellow Exclamation point&#8221;, and they have a hyphen &#8220;-&#8221; after their names</li>
<li>WAN Miniport (IP) was also listed in the same manner</li>
</ul>
</div>
<div>Here&#8217;s how I fixed it:</div>
<div>
<ul>
<li>Make sure Device Manager is closed</li>
<li>open regedit, find the following folder, back it up then delete it
<ul>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\MS_PASSTHRUMP</li>
</ul>
</li>
<li>Go back into device manager and remove all network adapters</li>
<li>do a device refresh&#8230; or reboot.</li>
</ul>
<p>That fixed the problem for me. Hopefully this helps someone else!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2009/03/15/windows-xp-odd-network-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AVG 8 + Vista SP1 = Poor Network Performance</title>
		<link>http://www.inanis.net/blog/index.php/2008/11/01/avg-8-vista-sp1-poor-network-performance/</link>
		<comments>http://www.inanis.net/blog/index.php/2008/11/01/avg-8-vista-sp1-poor-network-performance/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 00:50:19 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[avg]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.inanis.net/blog/?p=711</guid>
		<description><![CDATA[My computer was having random network peformance issues. If I ran the machine for a while, network transfers would cause my machine to hiccup and slow way down. Rebooting the machine fixed the problem. I thought this was due to &#8230; <a href="http://www.inanis.net/blog/index.php/2008/11/01/avg-8-vista-sp1-poor-network-performance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My computer was having random network peformance issues. If I ran the machine for a while, network transfers would cause my machine to hiccup and slow way down. Rebooting the machine fixed the problem. I thought this was due to a bogus network card, as <a href="http://www.inanis.net/blog/index.php/2007/11/06/ethernet-went-ethereal/">has happened to me before using this model of motherboard</a>, so I popped in a different network card and that solved the problem&#8230; for a while.<span id="more-711"></span></p>
<p>The different network card started having the same problem. I did some research, and thought it might be related to the &#8220;network slows down while playing audio&#8221; bug in Vista, but that was mostly fixed in SP1. Also, disabling the Multimedia Class Scheduler didn&#8217;t fix the problem.</p>
<p>I tried Running Process Explorer during the slowdown to pinpoint the location of the problem. It pointed to massive CPU usage during Deferred Procedure Calls: a classic kernel driver problem.</p>
<p>Since it wasn&#8217;t my network hardware, I started disabling other hardware. Nothing affected it. Then I tried playing with things that could interfere anywhere along the file I/O path. I tinkered around and found that if I uninstalled AVG 8, the problem would go away completely.</p>
<p>Seems like AVG8 and Vista don&#8217;t like each other too much.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2008/11/01/avg-8-vista-sp1-poor-network-performance/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>SubInACL to reset registry permissions</title>
		<link>http://www.inanis.net/blog/index.php/2008/09/28/subinacl-to-reset-registry-permissions/</link>
		<comments>http://www.inanis.net/blog/index.php/2008/09/28/subinacl-to-reset-registry-permissions/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 01:19:05 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.inanis.net/blog/?p=519</guid>
		<description><![CDATA[Found it here: http://blogs.msdn.com/astebner/archive/2006/09/04/739820.aspx]]></description>
			<content:encoded><![CDATA[<p>Found it here: <a href="http://blogs.msdn.com/astebner/archive/2006/09/04/739820.aspx">http://blogs.msdn.com/astebner/archive/2006/09/04/739820.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2008/09/28/subinacl-to-reset-registry-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

