<?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>Factor Mystic &#187; documentation</title>
	<atom:link href="http://factormystic.net/blog/category/documentation/feed" rel="self" type="application/rss+xml" />
	<link>http://factormystic.net/blog</link>
	<description></description>
	<lastBuildDate>Wed, 12 Oct 2011 03:24:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Aero.Wizard and Aero.Controls code pack released</title>
		<link>http://factormystic.net/blog/aero-wizard-and-aero-controls-code-pack-released</link>
		<comments>http://factormystic.net/blog/aero-wizard-and-aero-controls-code-pack-released#comments</comments>
		<pubDate>Fri, 20 Nov 2009 19:52:05 +0000</pubDate>
		<dc:creator>Factor Mystic</dc:creator>
				<category><![CDATA[aero.controls]]></category>
		<category><![CDATA[aero.wizard]]></category>
		<category><![CDATA[default-programs-editor]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[dpe-cross-site]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://factormystic.net/blog/?p=185</guid>
		<description><![CDATA[I'm pleased to announce the first stage of my roadmap to fully open Default Programs Editor with the release of Aero.Wizard and Aero.Controls. What are Aero.Wizard and Aero.Controls? Aero.Wizard is an WinForms implementation of an Aero Wizard Dialog. Aero.Controls is a package of a half dozen WinForms controls, intended for use with an Aero Wizard [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://factormystic.net/blog/aero-wizard-and-aero-controls-code-pack-released' addthis:title='Aero.Wizard and Aero.Controls code pack released ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>I'm pleased to announce the first stage of my roadmap to fully open <a href="http://defaultprogramseditor.com">Default Programs Editor</a> with the release of Aero.Wizard and Aero.Controls.</p>
<h3>What are Aero.Wizard and Aero.Controls?</h3>
<p>Aero.Wizard is an WinForms implementation of an Aero Wizard Dialog. Aero.Controls is a package of a half dozen WinForms controls, intended for use with an Aero Wizard Dialog. These are some of the components I wrote for the creation of Default Programs Editor 2.0 with the revised user interface, and I'm now freely releasing them to the public.</p>
<h3>Aero.Wizard:</h3>
<div class="wp-caption alignnone" style="width: 810px"><img title="Aero Wizard Info Screenshot" src="http://factormystic.net/utils/aero.wizard/wizard.png" alt="Aero Wizard Info Screenshot" width="800" height="530" /><p class="wp-caption-text">Aero.Wizard Info Screenshot</p></div>
<p>Aero.Wizard Features:</p>
<ul>
<li>History/Navigation handled automatically</li>
<li>Page contents are children of separate container controls, which can be created in design time like a regular Windows form</li>
<li>Glass title area degrades gracefully when running a theme without glass, or on XP</li>
<li>Blank Wizard Page template included</li>
<li>Use with Aero.Controls pack to make Windows UX Guidelines compatible user interfaces</li>
</ul>
<h3>Aero.Controls:</h3>
<div class="wp-caption alignnone" style="width: 271px"><img title="Aero.Controls Info Screenshot" src="http://factormystic.net/utils/aero.controls/example.png" alt="Aero.Controls Info Screenshot" width="261" height="301" /><p class="wp-caption-text">Aero.Controls Info Screenshot</p></div>
<p>Aero.Controls Includes:</p>
<ul>
<li><a title="Main Instructions Label on MSDN" href="http://msdn.microsoft.com/en-us/library/aa974176.aspx#mainInstructions">Main Instructions Label</a></li>
<li><a title="Command Link Button on MSDN" href=" http://msdn.microsoft.com/en-us/library/aa511455.aspx">Command Link button</a></li>
<li><a title="Instant Search Box on MSDN" href="http://msdn.microsoft.com/en-us/library/aa511489.aspx">Instant Search Box</a></li>
<li><a title="UAC Shield Button on MSDN" href="http://msdn.microsoft.com/en-us/library/aa511445.aspx">UAC Shield Button</a></li>
<li>Split Button</li>
<li>Listview with Mixed State checkbox</li>
<li><a title="Aero Link Label on MSDN" href="http://msdn.microsoft.com/en-us/library/aa511483.aspx">Aero Link Label</a></li>
</ul>
<p><span style="font-weight: normal;">Both of these projects strive to adhere to the <a href="http://msdn.microsoft.com/en-us/library/aa511258.aspx">Windows User Experience Guidelines</a>, freely available documentation from Microsoft which provided the basis for the DPE 2.0 restructuring. </span></p>
<h3>Licensing</h3>
<p>I debated for some time on this issue, trying to figure out a permissive license where I could retain some amount of ownership without being overbearing. I settled on BSD, which in my opinion is very permissive and seems to be low-friction for other developers to use this code in their projects.</p>
<h3>Downloading</h3>
<p>Both projects are hosted on Bitbucket (Mercurial) and you can either clone the repositories, or download the latest revision as a zip file. I encourage anyone to contribute bug fixes or report issues on each project's public issue ticketing system.</p>
<p><a title="Aero.Wizard download on bitbucket" href="http://bitbucket.org/factormystic/aero.wizard/wiki/Home">Aero.Wizard on Bitbucket</a></p>
<p><a title="Aero.Controls download on Bitbucket" href="http://bitbucket.org/factormystic/aero.controls/wiki/Home">Aero.Controls on Bitbucket</a></p>
<h3>What's next?</h3>
<p>With the release of this code pack, my plan for fully releasing <a href="http://defaultprogramseditor.com">Default Programs Editor</a> is underway. It is now possible to fully replicate the UI with this release. The next step is for me to continue refining and documenting the base file association library the project is built on, then release that as well as the UI logic for the program itself. Be looking for that in the next few months.</p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://factormystic.net/blog/aero-wizard-and-aero-controls-code-pack-released' addthis:title='Aero.Wizard and Aero.Controls code pack released ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://factormystic.net/blog/aero-wizard-and-aero-controls-code-pack-released/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Feature Focus: How to disable the &#8220;Windows cannot open this file&#8221; dialog box</title>
		<link>http://factormystic.net/blog/how-to-disable-the-unknown-file-dialog-box</link>
		<comments>http://factormystic.net/blog/how-to-disable-the-unknown-file-dialog-box#comments</comments>
		<pubDate>Sat, 22 Aug 2009 03:25:22 +0000</pubDate>
		<dc:creator>Factor Mystic</dc:creator>
				<category><![CDATA[default-programs-editor]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[dpe-cross-site]]></category>
		<category><![CDATA[windows tweaks]]></category>

		<guid isPermaLink="false">http://factormystic.net/blog/?p=103</guid>
		<description><![CDATA[If you've ever clicked on some file in Windows and seen this dialog box, you know what I'm talking about: The web service is completely useless, and most of the time you already know what program you want to use to open the file. Luckily, it is easy to disable this dialog box with Default [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://factormystic.net/blog/how-to-disable-the-unknown-file-dialog-box' addthis:title='Feature Focus: How to disable the &#8220;Windows cannot open this file&#8221; dialog box ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>If you've ever clicked on some file in Windows and seen this dialog box, you know what I'm talking about:</p>
<p><img class="alignnone size-full wp-image-104" title="unknown-file-dialog" src="http://factormystic.net/blog/wp-content/uploads/2009/07/unknown-file-dialog.png" alt="unknown-file-dialog" width="480" height="318" /></p>
<p>The web service is <a href="http://community.winsupersite.com/blogs/paul/archive/2009/07/13/the-most-useless-dialog-in-windows.aspx">completely useless</a>, and most of the time you already know what program you want to use to open the file. Luckily, it is easy to disable this dialog box with <a href="http://defaultprogramseditor.com">Default Programs Editor</a> (<a href="http://defaultprogramseditor.com/download">download</a>). Simply launch the program, and click on the Options button:</p>
<div id="attachment_105" class="wp-caption alignnone" style="width: 659px"><img class="size-full wp-image-105" title="options-button" src="http://factormystic.net/blog/wp-content/uploads/2009/07/options-button.png" alt="options-button" width="649" height="481" /><p class="wp-caption-text">Options button</p></div>
<p>Then, click the button that says</p>
<pre>Disable 'Search web for unknown extension' Dialog Box</pre>
<div id="attachment_107" class="wp-caption alignnone" style="width: 646px"><img class="size-full wp-image-107" title="disable-unknown-extension-dialog" src="http://factormystic.net/blog/wp-content/uploads/2009/07/disable-unknown-extension-dialog1.png" alt="Disable 'Search web for unknown extension' Dialog Box" width="636" height="469" /><p class="wp-caption-text">Disable &#39;Search web for unknown extension&#39; Dialog Box</p></div>
<p>And that's it!</p>
<p>Now, when you try to open a file with an unknown extension, Windows will skip the unknown extension dialog and display the "Open With..." window to choose a program.</p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://factormystic.net/blog/how-to-disable-the-unknown-file-dialog-box' addthis:title='Feature Focus: How to disable the &#8220;Windows cannot open this file&#8221; dialog box ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://factormystic.net/blog/how-to-disable-the-unknown-file-dialog-box/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Default Programs Editor 1.2 update</title>
		<link>http://factormystic.net/blog/default-programs-editor-12-update</link>
		<comments>http://factormystic.net/blog/default-programs-editor-12-update#comments</comments>
		<pubDate>Mon, 28 Jul 2008 04:24:09 +0000</pubDate>
		<dc:creator>Factor Mystic</dc:creator>
				<category><![CDATA[default-programs-editor]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://factormystic.net/blog/?p=38</guid>
		<description><![CDATA[Version 1.2 Fixed a critical bug that caused an immediate crash on Vista x64. Added automatic online error reporting (can be disabled in Advanced Configuration). Added a friendly error dialog when the program crashes, replacing the generic .Net one. A couple of minor UI adjustments. What information does the crash report have? OS version, last [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://factormystic.net/blog/default-programs-editor-12-update' addthis:title='Default Programs Editor 1.2 update ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p><strong>Version 1.2</strong></p>
<ul>
<li>Fixed a critical bug that caused an immediate crash on Vista x64.</li>
<li>Added automatic online error reporting (can be disabled in Advanced Configuration).</li>
<li>Added a friendly error dialog when the program crashes, replacing the generic .Net one.</li>
<li>A couple of minor UI adjustments.</li>
</ul>
<div id="attachment_40" class="wp-caption alignnone" style="width: 310px"><a href="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-error-dialog.jpg"><img class="size-medium wp-image-40" title="Default Programs Editor- Error Dialog" src="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-error-dialog-300x153.jpg" alt="Default Programs Editor- Error Dialog" width="300" height="153" /></a><p class="wp-caption-text">Default Programs Editor- Error Dialog</p></div>
<p><strong>What information does the crash report have?</strong><br />
OS version, last executed method from a logging functions, and a stack trace. No personal identifying information. Each crash dump is saved to C:\Users\&lt;user&gt;\AppData\Local\factormystic.net\Default Programs Editor\&lt;version&gt;\ , which is also where the advanced.config file is saved.</p>
<p><strong>64 bit</strong></p>
<p>The x64 bug was quite odd. I was initially debugging on a vanialla rtm install, and the program worked fine. It wasn't until I installed <a href="http://support.microsoft.com/kb/932471">hotfix KB932471</a>, an update for .Net 3.0, that it successfully crashed. I'm not sure exactly what changed in the framework to make it start crashing, but the bug was a relatively simple fix.</p>
<p><a href="http://factormystic.net/utils/defaultprogramseditor/">Download.</a></p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://factormystic.net/blog/default-programs-editor-12-update' addthis:title='Default Programs Editor 1.2 update ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://factormystic.net/blog/default-programs-editor-12-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default Programs Editor, Example Use: Changing the &#8220;Edit&#8221; context command for batch files</title>
		<link>http://factormystic.net/blog/default-programs-editor-example-use-changing-the-edit-context-command-for-batch-files</link>
		<comments>http://factormystic.net/blog/default-programs-editor-example-use-changing-the-edit-context-command-for-batch-files#comments</comments>
		<pubDate>Sat, 12 Jul 2008 01:14:52 +0000</pubDate>
		<dc:creator>Factor Mystic</dc:creator>
				<category><![CDATA[default-programs-editor]]></category>
		<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://factormystic.net/blog/?p=24</guid>
		<description><![CDATA[This is a walkthrough on how to change the "edit" context command for batch files from notepad to some other text editor Start the program and make sure you're on the "File Association" tab. On the left where it says "Search by Extension", start typing "bat". It searches as you type, so the .bat entry [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://factormystic.net/blog/default-programs-editor-example-use-changing-the-edit-context-command-for-batch-files' addthis:title='Default Programs Editor, Example Use: Changing the &#8220;Edit&#8221; context command for batch files ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>This is a walkthrough on how to change the "edit" context command for batch files from notepad to some other text editor</p>
<p>Start the program and make sure you're on the "File Association" tab. On the left where it says "Search by Extension", start typing "bat". It searches as you type, so the .bat entry will come up right away. Select the pertinant entry on the list, and the middle and right panels will update with the file type details.</p>
<p><a href="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-edit_bat_steps_1.jpg"><img class="alignnone size-medium wp-image-20" title="Default Programs Editor- Example part 1" src="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-edit_bat_steps_1-300x115.jpg" alt="Default Programs Editor- Example part 1" width="300" height="115" /></a></p>
<p>For this example, the right pane is what we need, because it has the list of context menu commands ("verbs" in Windows file association jargon). The one is the default double-click verb for this file type, but we're changing the "Edit" entry, so click that. Note that the current action is to run notepad.exe, and pass the file you've clicked as the parameter (that's what the "%1" is). Click the "Edit..." button.</p>
<p><a href="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-edit_bat_steps_2.jpg"><img class="alignnone size-medium wp-image-21" title="Default Programs Editor- Example part 2" src="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-edit_bat_steps_2-300x140.jpg" alt="Default Programs Editor- Example part 2" width="300" height="140" /></a></p>
<p>Here you can edit the verb text and command. In the example here, I clicked "Browse...", which opens a standard Windows Open dialog, and searched for EditPlus. This should be fine if you have that particular editor installed, otherwise, choose your preferred text editor. The path to your editor will be put into the command text box. You'll need to add "%1" to the end, so that your editor knows what file you've chosen to edit. Then click "Save".</p>
<p><a href="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-edit_bat_steps_3.jpg"><img class="alignnone size-medium wp-image-22" title="Default Programs Editor- Example part 3" src="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-edit_bat_steps_3-300x115.jpg" alt="Default Programs Editor- Example part 3" width="300" height="115" /></a></p>
<p>Note that there is now a tree node for Edit. The child nodes for any verb are also Edit commands, but the highest precedence setting is the one that Windows uses in the context menu. Since our modification is the top node for Edit, it's the one that Windows will use when you right click a .bat file. Done!</p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://factormystic.net/blog/default-programs-editor-example-use-changing-the-edit-context-command-for-batch-files' addthis:title='Default Programs Editor, Example Use: Changing the &#8220;Edit&#8221; context command for batch files ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://factormystic.net/blog/default-programs-editor-example-use-changing-the-edit-context-command-for-batch-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default Programs Editor, Example Usage: Setting Media Player Classic to Autoplay DVDs</title>
		<link>http://factormystic.net/blog/default-programs-editor-example-usage-setting-media-player-classic-to-autoplay-dvds</link>
		<comments>http://factormystic.net/blog/default-programs-editor-example-usage-setting-media-player-classic-to-autoplay-dvds#comments</comments>
		<pubDate>Sat, 12 Jul 2008 01:14:38 +0000</pubDate>
		<dc:creator>Factor Mystic</dc:creator>
				<category><![CDATA[default-programs-editor]]></category>
		<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://factormystic.net/blog/?p=25</guid>
		<description><![CDATA[This is all the options I have to autoplay DVD's- MPC can play DVDs, so let's make Windows use MPC to play a DVD when one is put into the computer. To start, open Default Programs Editor and switch to the "Autoplay Handlers" tab. Now, select the media type you want to change settings for, [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://factormystic.net/blog/default-programs-editor-example-usage-setting-media-player-classic-to-autoplay-dvds' addthis:title='Default Programs Editor, Example Usage: Setting Media Player Classic to Autoplay DVDs ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>This is all the options I have to autoplay DVD's-</p>
<p><a href="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-autoplay_mpc_steps_1.jpg"><img class="alignnone size-medium wp-image-26" title="Default Programs Editor- Autoplay Example 1" src="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-autoplay_mpc_steps_1-300x176.jpg" alt="Default Programs Editor- Autoplay Example 1" width="300" height="176" /></a></p>
<p>MPC can play DVDs, so let's make Windows use MPC to play a DVD when one is put into the computer. To start, open Default Programs Editor and switch to the "Autoplay Handlers" tab. Now, select the media type you want to change settings for, which in this case, is "DVD movie".</p>
<p><a href="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-autoplay_mpc_steps_2.jpg"><img class="alignnone size-medium wp-image-27" title="Default Programs Editor- Autoplay example 2" src="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-autoplay_mpc_steps_2-300x109.jpg" alt="Default Programs Editor- Autoplay example 2" width="300" height="109" /></a></p>
<p>The drop down list in the middle pane is just like the drop down list in the Windows autoplay settings. The checked list below it allows you to add or remove autoplay choices for this media type. However, Windows doesn't know that MPC can play DVDs, so we'll need to get it onto the list. Then, we can check it to make it an option for DVDs.</p>
<p>Click the "Add..." button.</p>
<p><a href="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-autoplay_mpc_steps_3.jpg"><img class="alignnone size-medium wp-image-28" title="Default Programs Editor- Autoplay example 3" src="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-autoplay_mpc_steps_3-300x172.jpg" alt="Default Programs Editor- Autoplay example 3" width="300" height="172" /></a></p>
<p>Autoplay descriptions show up in the list as <em>"Action Text" using "Provider Text"</em>. For example, in "Play DVD movie using Windows Media Player", "Play DVD movie" is the action and "Windows Media Player" is the provider. So for this, put some variant of "Play DVD" and "Media Player Classic". You can also choose an icon for this entry. Windows comes with a ton of icons which work well for things like this; I selected one that says "DVD" on it. Finally, put in the full path to Media Player Classic. You can do this with the "Browse..." button. Before you save, make sure to add "%1" to the end of the command string. Just like in the other examples, this is so Media Player Classic knows what to do when Windows starts it.</p>
<p>Note that "Save" has a shield icon on it. This indicates that a UAC prompt will pop up when you click it. Go ahead and do so, and confirm the security warning. The program is now in Administrator mode, with our new autoplay handler highlighted. Check it do add this as a possible autoplay handler for DVDs. Now, it will show up on the drop down list of options. Selec it and hit "Save" to confirm.</p>
<p><a href="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-autoplay_mpc_steps_4.jpg"><img class="alignnone size-medium wp-image-29" title="Default Programs Editor- Autoplay example 4" src="http://factormystic.net/blog/wp-content/uploads/2008/07/default_programs_editor-autoplay_mpc_steps_4-300x115.jpg" alt="Default Programs Editor- Autoplay example 4" width="300" height="115" /></a></p>
<p>Media Player Classic is now added to the DVD autoplay choices, and is the currently selected action. Done!</p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://factormystic.net/blog/default-programs-editor-example-usage-setting-media-player-classic-to-autoplay-dvds' addthis:title='Default Programs Editor, Example Usage: Setting Media Player Classic to Autoplay DVDs ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://factormystic.net/blog/default-programs-editor-example-usage-setting-media-player-classic-to-autoplay-dvds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 30/41 queries in 0.012 seconds using disk: basic

Served from: factormystic.net @ 2012-02-04 23:32:18 -->
