<?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>Mega-ZBlog &#187; Superbar</title>
	<atom:link href="http://www.mzzt.net/tag/superbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mzzt.net</link>
	<description>You are here.</description>
	<lastBuildDate>Sun, 25 Jul 2010 01:16:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows 7 Tip: Superbar Shortcuts</title>
		<link>http://www.mzzt.net/2009/01/13/windows-7-tip-superbar-shortcuts/</link>
		<comments>http://www.mzzt.net/2009/01/13/windows-7-tip-superbar-shortcuts/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 22:20:04 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Superbar]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=140</guid>
		<description><![CDATA[Shift+Click a superbar button to launch a new instance of that program (even if one is already open). Ctrl+Shift+Click to launch a new instance as administrator.  Great for Command Prompt or a Task Manager replacement. That is all.]]></description>
			<content:encoded><![CDATA[<p>Shift+Click a superbar button to launch a new instance of that program (even if one is already open).</p>
<p>Ctrl+Shift+Click to launch a new instance as administrator.  Great for Command Prompt or a Task Manager replacement. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>That is all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/01/13/windows-7-tip-superbar-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Superbar stuck on top? Nope.</title>
		<link>http://www.mzzt.net/2009/01/09/superbar-stuck-on-top-nope/</link>
		<comments>http://www.mzzt.net/2009/01/09/superbar-stuck-on-top-nope/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 05:06:41 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Superbar]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=132</guid>
		<description><![CDATA[In Windows 7, the new Superbar is awesome IMO.  However the Taskbar Properties Control Panel has removed the &#8220;Keep the taskbar on top of other windows&#8221; option and made it on by default.  This also results in maximized windows not being able to cover the taskbar.  If you prefer to use the Win key to [...]]]></description>
			<content:encoded><![CDATA[<p>In Windows 7, the new Superbar is awesome IMO.  However the Taskbar Properties Control Panel has removed the &#8220;Keep the taskbar on top of other windows&#8221; option and made it on by default.  This also results in maximized windows not being able to cover the taskbar.  If you prefer to use the Win key to bring the Taskbar forward and don&#8217;t care if it&#8217;s covered up, and want the screen real estate, this post is for you.</p>
<p><span id="more-132"></span>Since the UI option was gone, the obvious solution is to find the registry entry that Explorer uses for that setting.  My search brought me <a href="http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&amp;Number=82893&amp;site_id=1">here</a>.  It&#8217;s a bit difficult to digest for the non-programmer so I&#8217;ll lay it out here.</p>
<p>There are a bunch of OS-specific intricacies, but fortunately it seems to not have changed since XP so we only need to be concerned about that variant.</p>
<p>The registry key we seek is at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects</p>
<p>The value is a binary value called Settings.  We are concerned with the 8th byte (double click to edit, it&#8217;s the first two numbers on the second line).</p>
<p>If you&#8217;re not sure about what you&#8217;re doing here, best to back up the registry key we&#8217;re changing so you can restore it.  Better yet, just forget about this hack, have someone who&#8217;s done this stuff before do it for you. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Back to the link I posted, there is a legend marked with &#8220;SINGLE OPTIONS&#8221; and &#8220;MULTIPLE OPTIONS&#8221;.  You should ignore it since it is far more complicated than it needs to be.  Our byte in Settings breaks down into bit flags:</p>
<ul>
<li>0&#215;1: Auto Hide Taskbar</li>
<li>0&#215;2: Always on Top</li>
<li>0&#215;4: Small icons in CLASSIC Start Menu (doesn&#8217;t apply to the small icon setting for the new menu).</li>
<li>0&#215;8: Hide Clock</li>
<li>0&#215;10 &#8211; 0&#215;80: Who knows.  Reserved?  Always 0?  Probably best not to change these.</li>
</ul>
<p>If you know what these mean, you have all the info you need to turn off Always on Top now (basically, turn off bit flag 0&#215;2).  Just be sure to process kill and restart Explorer after you do it to force the setting to take effect (you may need to lock/unlock the taskbar to get the watermark to jump under the taskbar where it belongs now).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/01/09/superbar-stuck-on-top-nope/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
