<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Yabfog &#187; microsoft</title>
	<atom:link href="http://yabfog.com/blog/tag/microsoft/feed" rel="self" type="application/rss+xml" />
	<link>http://yabfog.com/blog</link>
	<description>Yet another blog full of gas</description>
	<lastBuildDate>Tue, 17 Apr 2012 18:51:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<cloud domain='yabfog.com' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Delete Empty Folders</title>
		<link>http://yabfog.com/blog/2009/09/17/delete-empty-folders</link>
		<comments>http://yabfog.com/blog/2009/09/17/delete-empty-folders#comments</comments>
		<pubDate>Fri, 18 Sep 2009 03:03:49 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://yabfog.com/blog/?p=240</guid>
		<description><![CDATA[I recently found that I had a lot of empty folders in my MP3 folder after a wayward ripping session. So I whipped up this quick DOS one-liner to remove all empty folders. From a command prompt, just change to the folder containing all the empty folders and enter the following: FOR /f "tokens=*" %G [...]]]></description>
			<content:encoded><![CDATA[<p>I recently found that I had a lot of empty folders in my MP3 folder after a wayward ripping session. So I whipped up this quick DOS one-liner to remove all empty folders.</p>
<p>From a command prompt, just change to the folder containing all the empty folders and enter the following:</p>
<p><code>FOR /f  "tokens=*" %G IN ('dir /ad /b /s') DO rd /q "%G"</code></p>
<p>The command "rd /q" will be executed on every folder, but "rd" only deletes empty folders -- "rd" does not delete non-empty folders.</p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2009/09/17/delete-empty-folders/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Another Outlook feature disabled by Microsoft</title>
		<link>http://yabfog.com/blog/2007/01/30/another-outlook-feature-disabled-by-microsoft</link>
		<comments>http://yabfog.com/blog/2007/01/30/another-outlook-feature-disabled-by-microsoft#comments</comments>
		<pubDate>Tue, 30 Jan 2007 20:39:18 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://yabfog.com/wp/2007/01/30/another-outlook-feature-disabled-by-microsoft/</guid>
		<description><![CDATA[After deciding that we are too stupid to be permitted to receive certain kinds of attachments in Outlook, Microsoft has also decided that one the most important features offered by Outlook, saved searches, are too dangerous to be permitted. Welcome back to 1995!]]></description>
			<content:encoded><![CDATA[<p>After deciding that <a href="http://support.microsoft.com/kb/829982/en-us">we are too stupid to be permitted to receive certain kinds of attachments in Outlook</a>, Microsoft has also decided that one the most important features offered by Outlook, <a href="http://support.microsoft.com/kb/925542">saved searches, are too dangerous to be permitted</a>.</p>
<p>Welcome back to 1995!</p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2007/01/30/another-outlook-feature-disabled-by-microsoft/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Microsoft Outlook 2007 Supports OPML</title>
		<link>http://yabfog.com/blog/2006/12/21/microsoft-outlook-2007-supports-opml</link>
		<comments>http://yabfog.com/blog/2006/12/21/microsoft-outlook-2007-supports-opml#comments</comments>
		<pubDate>Thu, 21 Dec 2006 17:50:23 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[opml]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://yabfog.com/wp/2006/12/21/microsoft-outlook-2007-supports-opml/</guid>
		<description><![CDATA[Not that I'll ever use it, but it looks like Microsoft is supporting the use of OPML subscription lists in Outlook 2007. I tried NewsGator's Outlook extension, and I think Outlook is the worst conceivable way to consume the large volume of information I have in my modestly sized subscription list. But at least Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>Not that I'll ever use it, but it looks like Microsoft is supporting the use of <a href="http://office.microsoft.com/en-us/outlook/HA012299511033.aspx">OPML subscription lists in Outlook 2007</a>. I tried <a href="http://www.newsgator.com/NGOLProduct.aspx?ProdID=NewsGator+Inbox">NewsGator</a>'s Outlook extension, and I think Outlook is the worst conceivable way to consume the large volume of information I have in my modestly sized subscription list. But at least Microsoft is going to let Outlook users get their subscription lists out of Outlook (and into a better aggregator). They even have a <a href="http://office.microsoft.com/en-us/outlook/HA012299511033.aspx#3">step-by-step guide for exporting your RSS feeds from Outlook</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2006/12/21/microsoft-outlook-2007-supports-opml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>HOWTO: Create a Perl Shortcut That Acts Like a Drop Target In Windows</title>
		<link>http://yabfog.com/blog/2005/10/27/howto_create_a_perl_shortcut_that_acts_l</link>
		<comments>http://yabfog.com/blog/2005/10/27/howto_create_a_perl_shortcut_that_acts_l#comments</comments>
		<pubDate>Thu, 27 Oct 2005 14:44:47 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[UPDATE: I recently installed ActivePerl 5.6.1.638 on a new Windows XP system, and I did not need to take any special actions to make perl scripts into drop targets. YMMV. If you use perl on Windows, you've probably got at least one script that you'd like to be able to put on your Desktop and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE: </strong>I recently installed ActivePerl 5.6.1.638 on a new Windows XP system, and I did not need to take any special actions to make perl scripts into drop targets. YMMV.</p>
<p>If you use perl on Windows, you've probably got at least one script that you'd like to be able to put on your Desktop and drag-and-drop files onto to perform some function on the dropped files. There are at least two ways to accomplish this.</p>
<ol>
<li>If you've installed <a href="http://aspn.activestate.com/ASPN/Perl">Active State Perl</a>, every perl script with the ".pl" file extension on your system is associated with perl. You can make every one of these perl scripts a drop target by creating a <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_int/shell_int_extending/extensionhandlers/drophandlers.asp">Drop Handler</a> as follows: Create a new registry key "<b>shellex</b>" under the "<b>HKEY_CLASSES_ROOT -> Perl</b>" key with a default value of <b>{86C86720-42A0-1069-A2E8-08002B30309D}</b>. You can do this manually, or save and run this <a href="http://yabfog.com/files/perl_shellex_drophandler.reg">.REG file</a> to modify your registry automatically.
<ul>
<li class="nobullet">Note, however, that the filenames passed to your script by this method will be DOS 8.3 filenames, not long Windows filenames.</li>
<li class="nobullet"><span class="smaller">Link: <a href="http://aspn.activestate.com/ASPN/Mail/Message/perl-win32-users/2597094">RE: drag'n'drop onto desktop icon ??? (By Jack)</a></span></li>
</ul>
</li>
<li>Alternatively (or in addition), you could create a shortcut to Perl and add the path to the perl script as an argument, e.g., in the "Target" field of the shortcut properties, type <b>"C:\Perl\bin\perl.exe" "\PATH_TO_YOURSCRIPT\YOURSCRIPT.pl"</b>. The shortcut will automatically be a drop target whether or not you implemented the registry change above. (You could also create a shortcut to wperl.exe, rather than perl.exe, and eliminate the DOS box.)
<ul>
<li class="nobullet"><span class="smaller">Link: <a href="http://aspn.activestate.com/ASPN/Mail/Message/perl-win32-users/2597069">Re: drag'n'drop onto desktop icon ??? (By Bill)</a></span></li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2005/10/27/howto_create_a_perl_shortcut_that_acts_l/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Disable Balloon Tips</title>
		<link>http://yabfog.com/blog/2005/10/07/disable_balloon_tips</link>
		<comments>http://yabfog.com/blog/2005/10/07/disable_balloon_tips#comments</comments>
		<pubDate>Fri, 07 Oct 2005 15:40:39 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[HOWTO: Disable Notification Area Balloon Tips in Windows XP Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk. Click Start, click [...]]]></description>
			<content:encoded><![CDATA[<p><strong>HOWTO: Disable Notification Area Balloon Tips in Windows XP</strong></p>
<p><strong>Warning</strong> If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.</p>
<ol>
<li>Click <strong>Start</strong>, click <strong>Run</strong>, type <strong>regedit</strong>, and then press <strong>ENTER</strong>.</li>
<li>Navigate to the following subkey:<br />
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced</li>
<li>Right-click the right pane, create a new <strong>DWORD</strong> value, and then name it <strong>EnableBalloonTips</strong>.</li>
<li>Double-click this new entry, and then give it a hexadecimal value of <strong>0</strong>.</li>
<li>Quit Registry Editor. Log off Windows, and then log back on.</li>
</ol>
<p>These steps disable all Notification Area balloon tips for this user.</p>
<p>There is no way to disable balloon tips for specific programs only.</p>
<p><em>Source:</em><br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;307729&amp;sd=tech">HOW TO: Disable Notification Area Balloon Tips in Windows XP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2005/10/07/disable_balloon_tips/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Scheduled Tasks - Running Tasks Without A Password</title>
		<link>http://yabfog.com/blog/2005/10/06/scheduled_tasks_running_tasks_without_a_</link>
		<comments>http://yabfog.com/blog/2005/10/06/scheduled_tasks_running_tasks_without_a_#comments</comments>
		<pubDate>Thu, 06 Oct 2005 12:13:32 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[For XP Pro: Go to Start/Administrative Tools/Local Security Policy/Security Settings/Local Policies/Security Options Accounts: Limit local account use of blank passwords to console logon only. This is enabled by default, disable it. For XP Home: (Keith Miller) Go to Start/Run/Regedit and navigate to this key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa Value name: limitblankpassworduse, Type: REG_DWORD, Data: 0 (disabled) 1 (enabled) [...]]]></description>
			<content:encoded><![CDATA[<p>For XP Pro:  Go to Start/Administrative Tools/Local Security Policy/Security Settings/Local Policies/Security Options<br />
Accounts: Limit local account use of blank passwords to console logon only. This is enabled by default, disable it.</p>
<p>For XP Home: (Keith Miller) Go to Start/Run/Regedit and navigate to this key:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa</p>
<p>Value name: limitblankpassworduse, Type: REG_DWORD, Data: 0 (disabled) 1 (enabled)</p>
<p>For Home: Run Scheduled Task without a Password (Line 67)<br />
<a href="http://www.kellys-korner-xp.com/xp_tweaks.htm">http://www.kellys-korner-xp.com/xp_tweaks.htm</a></p>
<p><em>Source:</em><br />
<a href="http://www.softwaretipsandtricks.com/windowsxp/articles/573/1/Windows-XP-FAQ-S">Windows XP FAQ</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2005/10/06/scheduled_tasks_running_tasks_without_a_/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
	</item>
		<item>
		<title>Turn Off Internet File Association Service</title>
		<link>http://yabfog.com/blog/2005/08/04/turn_off_internet_file_association_servi</link>
		<comments>http://yabfog.com/blog/2005/08/04/turn_off_internet_file_association_servi#comments</comments>
		<pubDate>Thu, 04 Aug 2005 13:06:36 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In Windows XP, when you try to open a file of unknown type, Windows offers to search the Web for the appropriate program to handle the unknown file before offering to let the user choose which program should be used. To bypass this annoying step, use the Group Policy Editor, which should be located at [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://yabfog.com/files/IFASvc.png" class="right_float"><img src="http://yabfog.com/files/IFASvc-small.png" alt="Screen Capture" title="Screen Capture" /></a></p>
<p>In Windows XP, when you try to open a file of unknown type, Windows offers to search the Web for the appropriate program to handle the unknown file before offering to let the user choose which program should be used. To bypass this annoying step, use the Group Policy Editor, which should be located at <code>C:\WINDOWS\SYSTEM32\GPEDIT.MSC</code>, navigate to:
</p>
<pre>Local Computer Policy->
  Computer Configuration->
    Administrative Templates->
      System->
        Internet Communication Management->
          Internet Communication settings->
            Turn off Internet File Association service</pre>
<p>Then open the Properties dialog and select the "Enabled" radio button.</p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2005/08/04/turn_off_internet_file_association_servi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://yabfog.com/files/IFASvc-small.png" />
		<media:content url="http://yabfog.com/files/IFASvc-small.png" medium="image">
			<media:title type="html">Screen Capture</media:title>
		</media:content>
	</item>
		<item>
		<title>Outlook 2002 Holidays Update</title>
		<link>http://yabfog.com/blog/2005/05/10/outlook_2002_holidays_update</link>
		<comments>http://yabfog.com/blog/2005/05/10/outlook_2002_holidays_update#comments</comments>
		<pubDate>Tue, 10 May 2005 21:30:26 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Very annoying. The holidays in Outlook 2002 (aka Outlook XP) only extend through 2005. I guess that's part of Microsoft's planned obsolescence, but I need to schedule beyond 2005, and I intend to keep using Office XP as long as possible. Strangely, Microsoft released a calendar update for 2007, but only for Outlook 2000! Well, [...]]]></description>
			<content:encoded><![CDATA[<p>Very annoying. The holidays in Outlook 2002 (aka Outlook XP) only extend through 2005. I guess that's part of Microsoft's planned obsolescence, but I need to schedule beyond 2005, and I intend to keep using Office XP as long as possible. Strangely, Microsoft released a calendar update for 2007, but only for Outlook 2000! Well, even though the Outlook 2000 holiday update <a href="http://microsoft.com/downloads/details.aspx%3FFamilyID=7d4d9017-8d4e-4963-8ba7-d2e91d491f5e%26DisplayLang%3Den" title="Outlook 2000 Add-in: Holiday Updates">available here</a> won't update Outlook 2002, you can use the data in the update to update your holidays. You can download this <a href="http://yabfog.com/files/OUTLOOK.HOL" title="Outlook 2002 Holiday Update">file</a>, which has updated United States holidays through 2007, and replace your current holiday data. I suggest you backup your current file that this download replaces.</p>
<ol>
<li>Locate the file "outlook.hol" on your harddrive (usually in C:\Program Files\Microsoft Office\Office10\1033)</li>
<li>Backup your current "outlook.hol" file (for example, save as outlook.hol_original)</li>
<li>Save the new outlook.hol file in this directory</li>
<li>Open Outlook and delete all holidays (try viewing by category)</li>
<li>From the "Tools" menu, select "Options". On the "Preferences" tab select the "Calendar Options..." button, then the "Add Holidays..." button on the next screen and select the United States holidays</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2005/05/10/outlook_2002_holidays_update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

