<?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>Auxiliary Memory</title>
	<atom:link href="http://auxmem.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://auxmem.com</link>
	<description>I put stuff here.  It helps me remember.  Maybe it will help you.</description>
	<lastBuildDate>Fri, 27 Jan 2012 17:31:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Restore Thunderbird&#8217;s missing folder pane</title>
		<link>http://auxmem.com/2012/01/27/restore-thunderbirds-missing-folder-pane/</link>
		<comments>http://auxmem.com/2012/01/27/restore-thunderbirds-missing-folder-pane/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 14:14:10 +0000</pubDate>
		<dc:creator>ellery</dc:creator>
				<category><![CDATA[Making It Work]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[folder pane]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://auxmem.com/?p=421</guid>
		<description><![CDATA[Here&#8217;s what to do if your Folder Pane disappears. The Folder Pane is the left one that shows the tree of mail folders: Inbox, Sent, Drafts, etc. If there is no space there (the other panes extend to the left side of the window) it is probably just not displayed, and you can drag its [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://auxmem.com/wordpress/wp-content/uploads/2011/07/Thunderbird-300x300.jpg.png"><img class="alignright size-thumbnail wp-image-331" title="Thunderbird-300x300.jpg" src="http://auxmem.com/wordpress/wp-content/uploads/2011/07/Thunderbird-300x300.jpg-150x150.png" alt="" width="150" height="150" /></a>Here&#8217;s what to do if your Folder Pane disappears. The Folder Pane is the left one that shows the tree of mail folders: Inbox, Sent, Drafts, etc. If there is no space there (the other panes extend to the left side of the window) it is probably just not displayed, and you can drag its resize bar from the left, or display it with the View menu.</p>
<p>But if the Folder Pane just comes up as a blank space, it could be due to a previous crash of Thunderbird, or corruption of some auxiliary files that need to be rebuilt. Here&#8217;s how to fix it:</p>
<style type="text/css">
.entry ul li.noBullet:before { content: ""; margin-left: 10px; }
.entry ul li.dotBullet:before { content: ""; margin-left: 10px; }
.entry ul li.dotBullet { list-style-type: disc; }
</style>
<ul>
<li class="dotBullet">Exit Thunderbird</li>
<li class="dotBullet">Find your profile folder.  In Windows, you can navigate directly to your profile folder at the following path:
<div class="codesnip-container" >&nbsp;&nbsp;&nbsp;<strong>C:\Users\</strong><em>&lt;user&gt;</em><strong>\AppData\Roaming\Thunderbird\Profiles\</strong><em>&lt;profile&gt;</em><strong>\</strong></div>
</li>
<li class="noBullet">In Linux, look for it here:
<div class="codesnip-container" >&nbsp;&nbsp;&nbsp;<strong>~/.thunderbird/</strong><em>&lt;profile&gt;</em><strong>/</strong></div>
</li>
<li class="noBullet">or here:
<div class="codesnip-container" >&nbsp;&nbsp;&nbsp;<strong>~/.mozilla_thunderbird/</strong><em>&lt;profile&gt;</em><strong>/</strong></div>
</li>
<li class="noBullet">The AppData folder might be hidden: to show hidden folders, open a Windows Explorer window and choose<br />
	&#8220;Organize → Folder and Search Options → Folder Options → View (tab) → Show hidden files and folders&#8221;</li>
<li class="dotBullet">You can (should) make a backup copy of your profile folder now, in case something goes wrong</li>
<li class="dotBullet">In the profile folder, rename the <strong>session.json</strong> and <strong>foldertree.json</strong><br />
	files (to <strong>session.json.bad</strong> and <strong>foldertree.json.bad</strong>)</li>
<li class="dotBullet">Restart Thunderbird</li>
</ul>
<p>If something goes wrong, you can restore your old <strong>session.json</strong> and <strong>foldertree.json</strong> files, then go searching for a different solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://auxmem.com/2012/01/27/restore-thunderbirds-missing-folder-pane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert 3ds files to obj with Blender</title>
		<link>http://auxmem.com/2012/01/24/convert-3ds-files-to-obj-with-blender/</link>
		<comments>http://auxmem.com/2012/01/24/convert-3ds-files-to-obj-with-blender/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 16:38:33 +0000</pubDate>
		<dc:creator>ellery</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[3ds]]></category>
		<category><![CDATA[Blender]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[file format]]></category>
		<category><![CDATA[obj]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://auxmem.com/?p=391</guid>
		<description><![CDATA[3DS is an aging binary interchange format for 3D models. OBJ is another aging, but ASCII-based format for 3D models. Here is a simple Python script that converts one or more files from 3DS format to OBJ format using Blender: # Convert 3ds to obj using Blender # # Run as follows: #   blender -b [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blender.com"><img class="alignright  wp-image-403" title="Blender-Logo" src="http://auxmem.com/wordpress/wp-content/uploads/2012/01/Blender-Logo.png" alt="Blender" width="131" height="131" /></a></p>
<p>3DS is an aging binary interchange format for 3D models.  OBJ is another aging, but ASCII-based format for 3D models.</p>
<p>Here is a simple Python script that converts one or more files from 3DS format to OBJ format using <a href="tp://www.blender.org/">Blender</a>:</p>
<div class="codesnip-container" >
<div class="python codesnip" style="font-family:monospace;"><span class="co1"># Convert 3ds to obj using Blender</span><br />
<span class="co1">#</span><br />
<span class="co1"># Run as follows:</span><br />
<span class="co1">#   blender -b dummy.blend -P bl_3ds2obj.py &#8212; file.3ds &#8230;</span><br />
<span class="co1">#</span><br />
<span class="co1"># dummy.blend is just an empty Blender file needed as an argument.</span><br />
<span class="co1"># Put one or more .3ds files on the end of the command.</span><br />
<span class="co1"># The .obj files will be created with the same name (and path) as</span><br />
<span class="co1"># the .3ds file, but with the .obj extension.</span><br />
<span class="co1"># The export creates a .mtl file for each .obj file also.</span></p>
<p><span class="kw1">import</span> bpy<br />
<span class="kw1">import</span> <span class="kw3">sys</span><br />
<span class="kw1">import</span> <span class="kw3">os</span>.<span class="me1">path</span></p>
<p><span class="kw1">for</span> i <span class="kw1">in</span> <span class="kw2">range</span><span class="br0">&#40;</span>1, <span class="kw2">len</span><span class="br0">&#40;</span><span class="kw3">sys</span>.<span class="me1">argv</span><span class="br0">&#41;</span><span class="br0">&#41;</span>:<br />
&nbsp; &nbsp; <span class="kw1">if</span> <span class="kw3">sys</span>.<span class="me1">argv</span><span class="br0">&#91;</span>i<span class="br0">&#93;</span> == <span class="st0">&quot;&#8211;&quot;</span>:<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">break</span></p>
<p><span class="kw1">for</span> <span class="kw2">file</span> <span class="kw1">in</span> <span class="kw3">sys</span>.<span class="me1">argv</span><span class="br0">&#91;</span>i+<span class="nu0">1</span>:<span class="br0">&#93;</span>:<br />
&nbsp; &nbsp; <span class="co1"># Start with an empty scene</span><br />
&nbsp; &nbsp; bpy.<span class="me1">ops</span>.<span class="kw2">object</span>.<span class="me1">select_all</span><span class="br0">&#40;</span>action=<span class="st0">&quot;SELECT&quot;</span><span class="br0">&#41;</span><br />
&nbsp; &nbsp; bpy.<span class="me1">ops</span>.<span class="kw2">object</span>.<span class="me1">delete</span><span class="br0">&#40;</span><span class="br0">&#41;</span></p>
<p>&nbsp; &nbsp; <span class="co1"># Read a .3ds file</span><br />
&nbsp; &nbsp; bpy.<span class="me1">ops</span>.<span class="me1">import_scene</span>.<span class="me1">autodesk_3ds</span><span class="br0">&#40;</span>filepath=<span class="kw2">file</span><span class="br0">&#41;</span></p>
<p>&nbsp; &nbsp; <span class="co1"># Write a .obj file</span><br />
&nbsp; &nbsp; outfile = <span class="kw3">os</span>.<span class="me1">path</span>.<span class="me1">splitext</span><span class="br0">&#40;</span><span class="kw2">file</span><span class="br0">&#41;</span><span class="br0">&#91;</span><span class="nu0">0</span><span class="br0">&#93;</span>+<span class="st0">&quot;.obj&quot;</span><br />
&nbsp; &nbsp; bpy.<span class="me1">ops</span>.<span class="me1">export_scene</span>.<span class="me1">obj</span><span class="br0">&#40;</span>filepath=outfile<span class="br0">&#41;</span></div>
</div>
<p>&nbsp;</p>
<p>Save the script code in a file named <strong>blender_3ds2obj.py</strong>.  You will also need a Blender file to use as a placeholder in the command line.  You can save an empty file from Blender, or use an existing one.  Assume it is called <strong>dummy.blend</strong>.</p>
<p>To convert 3DS files, use the following command:</p>
<div class="codesnip-container" >blender -b dummy.blend -P bl_3ds2obj.py &#8212; file1.3ds file2.3ds file3.3ds</div>
<p>Tack on as many 3DS files to the end of the command as you want.</p>
<p>Note:  This assumes that <strong>dummy.blend</strong> and <strong>bl_3ds2obj.py</strong> are in the same folder as your 3DS files.  If not, you will need to specify the proper path to each.</p>
]]></content:encoded>
			<wfw:commentRss>http://auxmem.com/2012/01/24/convert-3ds-files-to-obj-with-blender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List: My Favorite Firefox Add-ons</title>
		<link>http://auxmem.com/2011/12/06/list-my-favorite-firefox-add-ons/</link>
		<comments>http://auxmem.com/2011/12/06/list-my-favorite-firefox-add-ons/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 18:58:29 +0000</pubDate>
		<dc:creator>ellery</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://auxmem.com/?p=378</guid>
		<description><![CDATA[Firefox has lots of add-ons that make web browsing more pleasurable. There are many I have not explored, but these are my current favorites: Tree Style Tab Lets me have the tabs down the left side in a collapsable tree view. Saves screen real estate and makes more tabs readily accessible. FireGestures I find myself [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://auxmem.com/wordpress/wp-content/uploads/2011/12/firefox-logo-browser.jpg"><img class="alignright size-medium wp-image-379" title="firefox-logo-browser" src="http://auxmem.com/wordpress/wp-content/uploads/2011/12/firefox-logo-browser-300x283.jpg" alt="" width="144" height="136" /></a>Firefox has lots of add-ons that make web browsing more pleasurable. There are many I have not explored, but these are my current favorites:</p>
<dl>
<dt><strong>Tree Style Tab</strong></dt>
<dd>Lets me have the tabs down the left side in a collapsable tree view. Saves screen real estate and makes more tabs readily accessible.</dd>
<dt><strong>FireGestures</strong></dt>
<dd>I find myself trying to use the same mouse gestures in other tools. I wish I could get this as a desktop add-on.</dd>
<dt><strong>AdBlockPlus</strong></dt>
<dd>Hides ads: rose-colored glasses for web browsing!</dd>
<dt><strong>Firemacs</strong></dt>
<dd>Old habits die hard: muscle memory lasting longer than other types.</dd>
<dt><strong>DownThemAll!</strong></dt>
<dd>Nice if you are trying to grab several large files at once.</dd>
<dt><strong>FireBug</strong></dt>
<dd>Great for figuring out why web pages don&#8217;t work.</dd>
<dt><strong>Locationbar<sup>2</sup></strong></dt>
<dd>Adds some capability to the address field.</dd>
<dt><strong>Searchbar Autosizer</strong></dt>
<dd>Makes the search field big when you use it.</dd>
<dt><strong>Xmarks</strong></dt>
<dd>Keeps bookmarks synced between machines. I appreciate it when I move into a new computer.</dd>
<dt><strong>KeeFox</strong></dt>
<dd>Integrates the KeePass password manager with Firefox. Now I feel at least <em>a little bit</em> more secure.</dd>
<dt><strong>Disconnect</strong></dt>
<dd>Makes me feel like I&#8217;m not being tracked quite so much, but it breaks some Google things, so I have to turn off the Google blocking for Google Maps or logging in to a Google account.</dd>
<dt><strong>Linkification</strong></dt>
<dd>Currently disabled. Hasn&#8217;t kept up with the Firefox release cycle.</dd>
</dl>
<p>You can get add-ons for Firefox by typing <a href="about:addons">about:addons</a> in your Firefox browser&#8217;s address field.</p>
]]></content:encoded>
			<wfw:commentRss>http://auxmem.com/2011/12/06/list-my-favorite-firefox-add-ons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>McDonald&#8217;s  2011 Monopoly Rare Game Pieces</title>
		<link>http://auxmem.com/2011/09/29/mcdonalds-2011-monopoly-rare-game-pieces/</link>
		<comments>http://auxmem.com/2011/09/29/mcdonalds-2011-monopoly-rare-game-pieces/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 19:03:41 +0000</pubDate>
		<dc:creator>ellery</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[mcdonald's]]></category>

		<guid isPermaLink="false">http://auxmem.com/?p=358</guid>
		<description><![CDATA[The official game rules are here. I&#8217;m listing the hard-to-get pieces here, so I can check easily with my greasy fry hands. Disclaimer:  This is based on my personal interpretation of the rules.  It could be wrong.  I cannot be held responsible for any bad decisions you make based on this information. Mediterranean Vermont Virginia [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://auxmem.com/wordpress/wp-content/uploads/2011/09/burger_fries.jpg"><img class="alignright size-full wp-image-361" title="burger_fries" src="http://auxmem.com/wordpress/wp-content/uploads/2011/09/burger_fries.jpg" alt="" width="150" height="144" /></a>The official game rules are <a href="http://www.playatmcd.com/en-US/Main/OfficialRules">here</a>.</p>
<p>I&#8217;m listing the hard-to-get pieces here, so I can check easily with my greasy fry hands.</p>
<p>Disclaimer:  This is based on my personal interpretation of the rules.  It could be wrong.  I cannot be held responsible for any bad decisions you make based on this information.</p>
<ul>
<li>Mediterranean</li>
<li>Vermont</li>
<li>Virginia</li>
<li>Tennessee</li>
<li>Kentucky</li>
<li>Short Line Railroad</li>
<li>Ventnor</li>
<li>Pennsylvania</li>
<li>Boardwalk</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://auxmem.com/2011/09/29/mcdonalds-2011-monopoly-rare-game-pieces/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Thunderbird Message Reading Order</title>
		<link>http://auxmem.com/2011/07/27/thunderbird-message-reading-order/</link>
		<comments>http://auxmem.com/2011/07/27/thunderbird-message-reading-order/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 22:16:55 +0000</pubDate>
		<dc:creator>ellery</dc:creator>
				<category><![CDATA[Making It Work]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://auxmem.com/?p=329</guid>
		<description><![CDATA[I finally went looking for one of my pet peeves with the Thunderbird email tool, and the Internet did not disappoint. I like seeing my message list with the newest items at the top of the list, yet I normally read them oldest to newest.  When I finish reading a message and delete it, Thunderbird&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://auxmem.com/wordpress/wp-content/uploads/2011/07/Thunderbird-300x300.jpg.png"><img class="alignright size-thumbnail wp-image-331" title="Thunderbird-300x300.jpg" src="http://auxmem.com/wordpress/wp-content/uploads/2011/07/Thunderbird-300x300.jpg-150x150.png" alt="" width="150" height="150" /></a>I finally went looking for one of my pet peeves with the <a href="https://www.mozilla.org/en-US/thunderbird/">Thunderbird</a> email tool, and the Internet did not disappoint.</p>
<p>I like seeing my message list with the newest items at the top of the list, yet I normally read them oldest to newest.  When I finish reading a message and delete it, Thunderbird&#8217;s default behavior is to select and display the message below the previous selection in the list.  My newest-at-the-top sort order causes the next <em>older </em>message to be displayed, which is probably the one I looked at just prior to the one I deleted.  I want it to select the next <em>newer </em>message.</p>
<p>Turns out there is an option for this in Thunderbird&#8217;s config options.</p>
<p style="padding-left: 30px;">Go to Tools-&gt;Options&#8230;, Advanced tab, Config Editor&#8230;.<br />
Change the option <strong>mail.delete_matches_sort_order</strong> to <strong>true</strong>.</p>
<p>Now if only someone would add the Reply/Reply All toggle that I&#8217;ve been pining for&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://auxmem.com/2011/07/27/thunderbird-message-reading-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win 7 Explorer Folder Display Bug</title>
		<link>http://auxmem.com/2011/06/09/win-7-explorer-folder-display-bug/</link>
		<comments>http://auxmem.com/2011/06/09/win-7-explorer-folder-display-bug/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 03:44:05 +0000</pubDate>
		<dc:creator>ellery</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows annoyance]]></category>

		<guid isPermaLink="false">http://auxmem.com/?p=318</guid>
		<description><![CDATA[I am eagerly awaiting a fix for the Windows 7 bug that causes the Windows Explorer tree view to jump after you expand a node in the tree. Very irritating. The bug has been there since the first release of Win 7. I had hoped the fix would be in SP1, but no. Let&#8217;s annoy [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://auxmem.com/wordpress/wp-content/uploads/2010/07/windows-logo1-800x6001.jpg"><img class="alignright size-thumbnail wp-image-194" title="windows-logo1-800x600" src="http://auxmem.com/wordpress/wp-content/uploads/2010/07/windows-logo1-800x6001-150x150.jpg" alt="" width="150" height="150" /></a>I am eagerly awaiting a fix for the Windows 7 bug that causes the Windows Explorer tree view to jump after you expand a node in the tree.  Very irritating.  The bug has been there since the first release of Win 7.</p>
<p>I had hoped the fix would be in SP1, but no.  Let&#8217;s annoy Microsoft right back by <a href="https://connect.microsoft.com/WindowsServerFeedback/feedback/details/621426/bug-when-expanding-folders-in-explorer-server-2008-r2-and-windows-7">voting to get this bug fixed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://auxmem.com/2011/06/09/win-7-explorer-folder-display-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Command Prompt Here</title>
		<link>http://auxmem.com/2011/05/10/open-command-prompt-here/</link>
		<comments>http://auxmem.com/2011/05/10/open-command-prompt-here/#comments</comments>
		<pubDate>Tue, 10 May 2011 04:06:30 +0000</pubDate>
		<dc:creator>ellery</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows annoyance]]></category>

		<guid isPermaLink="false">http://auxmem.com/?p=316</guid>
		<description><![CDATA[I still prefer the command line for many tasks. Sometimes it&#8217;s just faster. It can be a deterrent if you want to run some commands in a deeply nested folder, however. So I like the &#8220;Open Command Prompt Here&#8221; feature, which can be made available in Windows Explorer&#8217;s folder context menus. In Windows 7 it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://auxmem.com/wordpress/wp-content/uploads/2010/07/windows-logo1-800x600.jpg"><img class="alignright size-thumbnail wp-image-193" title="windows-logo1-800x600" src="http://auxmem.com/wordpress/wp-content/uploads/2010/07/windows-logo1-800x600-150x150.jpg" alt="" width="150" height="150" /></a>I still prefer the command line for many tasks.  Sometimes it&#8217;s just faster.  It can be a deterrent if you want to run some commands in a deeply nested folder, however.  So I like the &#8220;Open Command Prompt Here&#8221; feature, which can be made available in Windows Explorer&#8217;s folder context menus.</p>
<p>In Windows 7 it is there, but hidden.  Hold the Shift key and right mouse on a folder to see the context menu entry.  In Windows Vista it is half there.  Holding Shift while displaying the context menu only shows the hidden entry in the righthand pane of the Explorer Window.  Prior to Vista, you need to use PowerToys or edit the registry to add the context menu item.</p>
<p>There is more information <a href="http://www.petri.co.il/add_command_prompt_here_shortcut_to_windows_explorer.htm">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://auxmem.com/2011/05/10/open-command-prompt-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s SVCHOST doing?</title>
		<link>http://auxmem.com/2010/11/27/whats-svchost-doing/</link>
		<comments>http://auxmem.com/2010/11/27/whats-svchost-doing/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 19:38:13 +0000</pubDate>
		<dc:creator>ellery</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[windows annoyance]]></category>

		<guid isPermaLink="false">http://auxmem.com/?p=294</guid>
		<description><![CDATA[In a Windows CMD window you can type the following command: TASKLIST /SVC /FI "IMAGENAME EQ SVCHOST.EXE" to see what is being run by the various svchost.exe processes. I was trying to track down what was using half my CPU when the machine should be idle. I was very thankful to find this blog entry. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://auxmem.com/wordpress/wp-content/uploads/2010/11/cpu20.jpg"><img class="alignright size-full wp-image-299" title="cpu20" src="http://auxmem.com/wordpress/wp-content/uploads/2010/11/cpu20.jpg" alt="" width="105" height="148" /></a>In a Windows CMD window you can type the following command:</p>
<pre>TASKLIST /SVC /FI "IMAGENAME EQ SVCHOST.EXE"</pre>
<p>to see what is being run by the various svchost.exe processes.</p>
<p>I was trying to track down what was using half my CPU when the machine should be idle.  I was very thankful to find <a href="http://www.wiredprairie.us/journal/2006/10/how_to_identify_whats_really_r.html">this blog entry</a>.  Turns out the culprit is the Pml Driver HPZ12 for my networked HP printer, which seems to put my machine into this state, maybe after someone has scanned documents and saved them onto a PC on the network.</p>
]]></content:encoded>
			<wfw:commentRss>http://auxmem.com/2010/11/27/whats-svchost-doing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unexpected Relationship</title>
		<link>http://auxmem.com/2010/11/01/unexpected-relationship/</link>
		<comments>http://auxmem.com/2010/11/01/unexpected-relationship/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 03:18:03 +0000</pubDate>
		<dc:creator>ellery</dc:creator>
				<category><![CDATA[Making It Work]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows annoyance]]></category>

		<guid isPermaLink="false">http://auxmem.com/?p=292</guid>
		<description><![CDATA[Recently I needed a Python fix, Monty Python that is. I tried to watch the Spanish Inquisition on Netflix. Firefox (3.6) kept saying the Silverlight plug-in has crashed. Reinstalling Silverlight did not help. Luckily, someone else had already solved this one.  Silverlight would not run because the Windows Tablet PC Input Service was disabled.  I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://auxmem.com/wordpress/wp-content/uploads/2010/11/firefox_plus_silverlight.jpg"><img class="alignright size-medium wp-image-295" style="border: 1px solid black;" title="firefox_plus_silverlight" src="http://auxmem.com/wordpress/wp-content/uploads/2010/11/firefox_plus_silverlight-300x125.jpg" alt="" width="240" height="100" /></a>Recently I needed a Python fix, Monty Python that is.  I tried to watch the Spanish Inquisition on Netflix.  Firefox (3.6) kept saying the Silverlight plug-in has crashed.  Reinstalling Silverlight did not help.  Luckily, <a href="http://forums.silverlight.net/forums/p/164189/375097.aspx">someone else had already solved this one</a>.  Silverlight would not run because the Windows Tablet PC Input Service was disabled.  I figured I did not have a tablet PC and was not using pen input.  Silly me.</p>
<p>I re-enabled the service and started it.  Silverlight ran fine after that.</p>
]]></content:encoded>
			<wfw:commentRss>http://auxmem.com/2010/11/01/unexpected-relationship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anticipation</title>
		<link>http://auxmem.com/2010/10/02/anticipation/</link>
		<comments>http://auxmem.com/2010/10/02/anticipation/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 02:44:20 +0000</pubDate>
		<dc:creator>ellery</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://auxmem.com/?p=283</guid>
		<description><![CDATA[Segway, iPad, Heinz Ketchup? No, its&#8230;]]></description>
			<content:encoded><![CDATA[<p>Segway, iPad, Heinz Ketchup?  No, its&#8230;<br />
<a href="http://www.ubuntu.com/"><img src="http://www.ubuntu.com/countdown/banner1.png" border="0" alt="The next version of Ubuntu is coming soon" width="180" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://auxmem.com/2010/10/02/anticipation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

