<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Windows 7</title>
	<atom:link href="http://javedsoomro.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://javedsoomro.wordpress.com</link>
	<description>All windows 7 news, tips, videos, ebooks</description>
	<lastBuildDate>Sun, 25 Oct 2009 19:49:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='javedsoomro.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Windows 7</title>
		<link>http://javedsoomro.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://javedsoomro.wordpress.com/osd.xml" title="Windows 7" />
	<atom:link rel='hub' href='http://javedsoomro.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Windows 7 Federated Search</title>
		<link>http://javedsoomro.wordpress.com/2009/10/25/windows-7-federated-search/</link>
		<comments>http://javedsoomro.wordpress.com/2009/10/25/windows-7-federated-search/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 19:49:33 +0000</pubDate>
		<dc:creator>javedsoomro</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 7 News]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://windows7.beyondthinking.net/?p=273</guid>
		<description><![CDATA[It’s a stuffy-sounding name, but I’m finding the Federated Search capability in Windows 7 rather cool, and starting the see all kinds of uses of it to improve my own productivity.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=273&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">It’s a stuffy-sounding name, but I’m finding the Federated Search capability <img class="alignright" title="Federated Search" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuSpx7tlQ3I/AAAAAAAAAW4/wkH2IX39mEo/feeded_search_windows_7_01.jpg" alt="" width="139" height="174" />in Windows 7 rather cool, and starting the see all kinds of uses of it to improve my own productivity.</p>
<p style="text-align:justify;">Federated Search leverages the <a href="http://www.opensearch.org/Specifications/OpenSearch/1.1" target="_blank">OpenSearch</a> API and the common syndication formats of RSS and Atom to enable searching of enterprise and internet sources directly from Windows Explorer, with the results displayed just as if they were files on the local file system.</p>
<h2>How it Works</h2>
<p style="text-align:justify;">The premise is rather straightforward and is captured by the diagram below (with explanation following).</p>
<p style="text-align:justify;"><img class="aligncenter" title="Federated Search" src="http://lh4.ggpht.com/_2ix3DxfiCgw/SuSpyV1qvKI/AAAAAAAAAW8/ofJ7fHSXLAQ/feeded_search_windows_02.jpg" alt="" width="526" height="338" /></p>
<ol>
<li style="text-align:justify;">You first need to install a search connector in the form of an .osdx (OpenSearch description) file.  It’s simply an XML file that follows the schema detailed <a href="http://www.opensearch.org/Specifications/OpenSearch/1.1" target="_blank">here</a>.  Windows 7 has a file association for an .osdx already so when you double-click an .osdx file or download one from the Web, it will install the search connector for you.  [If you’re itching to do that now, there’s one for <a href="http://channel9.msdn.com" target="_blank">Channel 9</a> that <a href="http://www.sevenforums.com/tutorials/742-windows-7-search-federation-providers.html" target="_blank">you can download here</a>].</li>
<li style="text-align:justify;"><img class="alignright" title="Federated Search" src="http://lh6.ggpht.com/_2ix3DxfiCgw/SuSpyySmM4I/AAAAAAAAAXA/IoXcEWLTVaY/feeded_search_windows_7_03.jpg" alt="" width="169" height="158" />Once the connector has been installed, you’ll see an option in Favorites that will access the search capability.  This is actually just a shortcut to the real connector that’s been copied to your user profile’s Searches directory.</li>
<li style="text-align:justify;"> Presuming the connector isn’t set up to automatically search, like say provide the most recent 10 posts on Channel 9, you’ll need to add your search criteria in Windows Explorer.<img class="aligncenter" title="Federated Search" src="http://lh4.ggpht.com/_2ix3DxfiCgw/SuSpzsB15DI/AAAAAAAAAXE/ulqW0h_bXLg/feeded_search_wndows_7_04.jpg" alt="" width="475" height="275" /><br />
What you’re actually setting in motion here is a call to the search provider specified in the .osdx file.  For Channel 9, it’s just a straightforward URL:</li>
</ol>
<pre style="text-align:center;">http://channel9.msdn.com/Search/feed/rss/?Term={searchTerms}</pre>
<p style="text-align:justify;">In this scenario, what I typed into the search box in Windows Explorer (<em>Northeast Roadshow</em>) is substituted for the <code>{searchTerms}</code> placeholder, and the HTTP request is sent over the wire.</p>
<ul>
<li style="text-align:justify;">The Channel 9 search service then does its job and returns results in RSS format. If you have &#8220;Feed Reading View&#8221; turned off in Internet Explorer, you&#8217;ll actually be able to see the raw markup just by entering the same URL in a browser.</li>
</ul>
<p><img class="aligncenter" title="Federated Search" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuSp0HICWHI/AAAAAAAAAXI/5IlFF9VGCNU/feeded_search_windows_7_05.jpg" alt="" width="484" height="208" /></p>
<ul>
<li style="text-align:justify;">Given that RSS (and the alternative Atom) feeds are well-known formats, Windows Explorer can parse the output and assign semantic meaning based on the various tags.  For instance, the <code>&lt;title&gt;</code> tag is an obvious choice for the main item of the search result, and <code>&lt;description&gt;</code> seems pretty clear too, so you end up with the results below.</li>
</ul>
<p><img class="aligncenter" title="Federated Search" src="http://lh6.ggpht.com/_2ix3DxfiCgw/SuSp01DeBFI/AAAAAAAAAXM/Aj1xCuQ2QBI/feeded_search_windows_7_06.jpg" alt="" width="486" height="265" /></p>
<h2>Customizing the Display</h2>
<p style="text-align:justify;">Now comes the fun part.  You actually have a bit of control over what information is displayed and where.  One area you can customize is the Content View (the area showing information for each search result).  That view can display up to seven fields, placed as follows:</p>
<p style="text-align:center;"><img class="aligncenter" title="Federated Search" src="http://lh6.ggpht.com/_2ix3DxfiCgw/SuSp1QCc42I/AAAAAAAAAXQ/w1vsacvEsuc/feeded_search_windows_7_07.jpg" alt="" width="401" height="97" /></p>
<p style="text-align:justify;">Obviously, there’s a default placement and assignment of information from the feed to the various slots, but that can be overridden either in the search results (via additional tags embedded the Atom or RSS markup) or, conveniently, in the client .osdx file.  If you open the .osdx file in Notepad or any other text editor, you can get a better idea of how things work.</p>
<p style="text-align:justify;">Now, remember that the feed that comes back is the result of the URL referenced in the .osdx file, so there may be other information of interest in that feed that you want to surface within Windows Explorer.  Three things that stand out to me from <a href="http://blogs.msdn.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;sectionid=10345&amp;postid=9912360#rss" target="_blank">the RSS markup</a> above are the number of views, the date of publication, and the link to the associated blog post, so let’s modify the output to include those.</p>
<p style="text-align:justify;">The key to doing this is realizing that each slot in the layout can be occupied by a <a href="http://msdn.microsoft.com/en-us/library/dd561977(VS.85).aspx" target="_blank">Shell property</a> associated with the search item result.  By coupling a known shell property with a specific data item in the RSS feed, you can populate the search result view as you’d like to see it.  There is a default mapping of items in the RSS feed to shell properties which drives how the search results look now; here’s a few of them:</p>
<table border="1" cellspacing="1" cellpadding="0">
<tbody>
<tr>
<td valign="top"><strong>RSS XML Path </strong></td>
<td valign="top"><strong>Windows Shell Property (Canonical Name)</strong></td>
</tr>
<tr>
<td valign="top">Link</td>
<td valign="top">System.ItemUrl</td>
</tr>
<tr>
<td valign="top">Title</td>
<td valign="top">System.ItemName</td>
</tr>
<tr>
<td valign="top">Author</td>
<td valign="top">System.Author</td>
</tr>
<tr>
<td valign="top">pubDate</td>
<td valign="top">System.DateModified</td>
</tr>
<tr>
<td valign="top">Description</td>
<td valign="top">System.AutoSummary</td>
</tr>
<tr>
<td valign="top">Category</td>
<td valign="top">System.Keywords</td>
</tr>
</tbody>
</table>
<p style="text-align:justify;">But I’m looking to get a display something like the following, where I’ve highlighted the new items.  Note, I also got rid of the size and tags fields.</p>
<p><img class="aligncenter" title="Federated Search" src="http://lh6.ggpht.com/_2ix3DxfiCgw/SuSp2EPtnLI/AAAAAAAAAXU/86oUuWprHns/feeded_search_windows_7_08.jpg" alt="" width="528" height="57" /></p>
<p style="text-align:justify;">What I need to do first is map the property values in the RSS to some <a href="http://msdn.microsoft.com/en-us/library/dd561977(VS.85).aspx" target="_blank">Shell properties</a>; the table below summarizes my choices.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top"><strong>RSS tag</strong></td>
<td width="236" valign="top"><strong>RSS namespace</strong></td>
<td width="180" valign="top"><strong>Shell Property</strong></td>
</tr>
<tr>
<td valign="top">pubDate</td>
<td width="236" valign="top">default</td>
<td width="180" valign="top">System.DateModified</td>
</tr>
<tr>
<td valign="top">evnet:views</td>
<td width="236" valign="top">http://www.mscommunities.com/<br />
rssmodule/</td>
<td width="180" valign="top">System.Search.HitCount</td>
</tr>
<tr>
<td width="133" valign="top">comments</td>
<td width="236" valign="top">default</td>
<td width="180" valign="top">System.OriginalFileName</td>
</tr>
</tbody>
</table>
<p>Additional XML added to the .osdx file captures this mapping:</p>
<p><img class="aligncenter" title="Federated Search" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuSp2qtyFPI/AAAAAAAAAXY/tvAY1xF06R0/feeded_search_windows_7_09.jpg" alt="" width="525" height="186" /></p>
<p style="text-align:justify;">The ResultsProcessing tag (unclosed in the snippet above) envelops tags to provide a customization of the base RSS results.   That’s followed by a number of PropertyMap tags.  Each of those names a Source property in the RSS (possibly qualified by a sourceNamespaceURI) and maps it to a <a href="http://msdn.microsoft.com/en-us/library/dd561977(VS.85).aspx" target="_blank">Shell property</a>, the name of which is the attribute of the child Property tag.</p>
<p style="text-align:justify;">You might ask how I knew <em>which</em> Shell properties to use.  While I couldn’t find a definitive resource, I selected these based on their relative correlation to what I was trying to display.  Some Shell properties are used by the results processing step itself (like System.Item.PathDisplay) so you can’t use them.</p>
<p>Now that I have the source data mapped the Shell properties, I need to specify how I want them placed in the user interface.  Enter another bit of XML:</p>
<p><img class="aligncenter" title="Federated Search" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuSp23HBnGI/AAAAAAAAAXc/7by4sdJMCS4/feeded_search_windows_7_10.jpg" alt="" width="517" height="94" /></p>
<p style="text-align:justify;">The PropertyDefaultValues tag (which is another child node of ResultsProcessing)wraps the ContentViewModeForSearch property, indicating the intention to adjust the layout of the seven items in the search results line.  You can adjust the layout in the details at the bottom of Windows Explorer as well as the tooltip, but that’s an exercise left to the reader!</p>
<p style="text-align:justify;">The value for the property is the literal string “prop:”, followed by a semi-colon delimited list of Shell properties ordered according the <a href="http://blogs.msdn.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;sectionid=10345&amp;postid=9912360#fieldmap" target="_blank">field map above</a>.  You should always have seven Shell properties in this list; if you want to leave a slot empty, specify the property System.LayoutPattern.PlaceHolder, versus leaving it blank.   Parsing the string in the snippet above and overlaying it on the ‘map’ results in something like this:</p>
<p style="text-align:justify;"><img class="aligncenter" title="Federated Search" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuSp3ZMNwZI/AAAAAAAAAXg/9MpbdusLrSk/feeded_search_windows_7_11.jpg" alt="" width="488" height="118" /></p>
<p style="text-align:justify;">By default, the values will be preceded with a label that’s associated with it by the handler for that Shell item.  If you don’t want to see the label, preface the property with the tilde character.   Lastly, be sure there is no white space in this string, including preceding the “prop:” literal, or you’ll results will not display correctly (if at all).</p>
<p style="text-align:justify;">Hopefully, if you wanted to follow along, you were successful in your venture.  I’ve also uploaded the <a href="http://blogs.msdn.com/jimoneil/attachment/9912360.ashx" target="_blank">final .osdx file</a> to this blog post in case you want to start there and deconstruct it.</p>
<h2>Additional Resources</h2>
<p style="text-align:justify;">There’s definitely a lot going on under the covers here, and mucking with the base XML is error-prone (for me at least!).  For more detailed documentation to help fill in the gaps, check out:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/dd742958(VS.85).aspx" target="_blank">Federated Search in Windows 7 (MSDN)</a></p>
<p><a href="http://msdn.microsoft.com/en-us/library/dd742951(VS.85).aspx" target="_blank">Creating an Open Search Description File</a></p>
<p><a href="http://msdn.microsoft.com/en-us/library/bb896017.aspx" target="_blank">SQL Server Connector Example</a></p>
<p style="text-align:justify;">Be aware too, that we really just discussed the client part.  You can write your own WCF services that return Atom or RSS to provide a search over just about anything you like.  You can even write a local provider that implements <a href="http://msdn.microsoft.com/en-us/library/dd378289(VS.85).aspx" target="_blank">IOpenSearchSource</a>.  Just make sure you follow the <a href="http://www.opensearch.org/Specifications/OpenSearch/1.1" target="_blank">OpenSearch</a> guidelines and <a href="http://msdn.microsoft.com/en-us/library/dd742958(VS.85).aspx#fed_search_best_practices" target="_blank">best practices</a> as much as possible to ensure a smooth integration into the Windows Explorer experience.</p>
<p style="text-align:justify;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javedsoomro.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javedsoomro.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javedsoomro.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javedsoomro.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javedsoomro.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javedsoomro.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javedsoomro.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javedsoomro.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javedsoomro.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javedsoomro.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javedsoomro.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javedsoomro.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javedsoomro.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javedsoomro.wordpress.com/273/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=273&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javedsoomro.wordpress.com/2009/10/25/windows-7-federated-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4d4beb022b02afb1259c5b582758487?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javedsoomro</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuSpx7tlQ3I/AAAAAAAAAW4/wkH2IX39mEo/feeded_search_windows_7_01.jpg" medium="image">
			<media:title type="html">Federated Search</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_2ix3DxfiCgw/SuSpyV1qvKI/AAAAAAAAAW8/ofJ7fHSXLAQ/feeded_search_windows_02.jpg" medium="image">
			<media:title type="html">Federated Search</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_2ix3DxfiCgw/SuSpyySmM4I/AAAAAAAAAXA/IoXcEWLTVaY/feeded_search_windows_7_03.jpg" medium="image">
			<media:title type="html">Federated Search</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_2ix3DxfiCgw/SuSpzsB15DI/AAAAAAAAAXE/ulqW0h_bXLg/feeded_search_wndows_7_04.jpg" medium="image">
			<media:title type="html">Federated Search</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuSp0HICWHI/AAAAAAAAAXI/5IlFF9VGCNU/feeded_search_windows_7_05.jpg" medium="image">
			<media:title type="html">Federated Search</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_2ix3DxfiCgw/SuSp01DeBFI/AAAAAAAAAXM/Aj1xCuQ2QBI/feeded_search_windows_7_06.jpg" medium="image">
			<media:title type="html">Federated Search</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_2ix3DxfiCgw/SuSp1QCc42I/AAAAAAAAAXQ/w1vsacvEsuc/feeded_search_windows_7_07.jpg" medium="image">
			<media:title type="html">Federated Search</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_2ix3DxfiCgw/SuSp2EPtnLI/AAAAAAAAAXU/86oUuWprHns/feeded_search_windows_7_08.jpg" medium="image">
			<media:title type="html">Federated Search</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuSp2qtyFPI/AAAAAAAAAXY/tvAY1xF06R0/feeded_search_windows_7_09.jpg" medium="image">
			<media:title type="html">Federated Search</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuSp23HBnGI/AAAAAAAAAXc/7by4sdJMCS4/feeded_search_windows_7_10.jpg" medium="image">
			<media:title type="html">Federated Search</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuSp3ZMNwZI/AAAAAAAAAXg/9MpbdusLrSk/feeded_search_windows_7_11.jpg" medium="image">
			<media:title type="html">Federated Search</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Windows 7 Free Free Free!</title>
		<link>http://javedsoomro.wordpress.com/2009/10/25/get-windows-7-free-free-free/</link>
		<comments>http://javedsoomro.wordpress.com/2009/10/25/get-windows-7-free-free-free/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 19:10:01 +0000</pubDate>
		<dc:creator>javedsoomro</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://windows7.beyondthinking.net/?p=270</guid>
		<description><![CDATA[Get a Windows 7 Copy Absolutely Free Free Free!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=270&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Before buying Windows 7, Get Windows 7 Full Version copy absolutely Free Free Free!</p>
<p style="text-align:justify;">Microsoft has made available a trial version of Windows 7 Enterprise in both 32-bit and 64-bit versions. According to Microsoft, &#8220;It is designed specifically for IT Professionals, so that you can test your software and hardware on a final version of the product. In addition, it provides the opportunity for you to become more familiar with the key improvements over previous versions of the Windows operating system, and experience firsthand how Windows 7 can make your PC environment more productive, secure, and manageable.&#8221; The free trial version is available as DVD images or a VHD (virtual hard disk) file for use in Virtual PC or Hyper-V Server.</p>
<p style="text-align:justify;"><a href="http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx?ITPID=neweffc" target="_blank">Download 32-bit or 64-bit Windows 7 Enterprise Trial</a></p>
<p style="text-align:justify;"><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=606ae07e-b7db-405b-974b-dd61fc41add4" target="_blank">Download 32-bit VHD Windows 7 Enterprise Trial</a></p>
<p style="text-align:justify;">
<h3 style="text-align:justify;"><span style="color:#993300;">ANOTHER FREE OFFER TO GET A WINDOWS 7 COPY:</span></h3>
<h2><span style="text-decoration:underline;"><strong>Attend the free event, take home Windows 7</strong></span></h2>
<p>These are the new innovations that can help you be part of the new efficiency. And at our free live events, you can learn, network, and get your copy of Windows 7!</p>
<p><a href="http://www.microsoft.com/business/thenewefficiency/" target="_blank">http://www.microsoft.com/business/thenewefficiency/</a></p>
<p style="text-align:justify;">
<p style="text-align:justify;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javedsoomro.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javedsoomro.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javedsoomro.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javedsoomro.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javedsoomro.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javedsoomro.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javedsoomro.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javedsoomro.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javedsoomro.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javedsoomro.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javedsoomro.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javedsoomro.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javedsoomro.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javedsoomro.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=270&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javedsoomro.wordpress.com/2009/10/25/get-windows-7-free-free-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4d4beb022b02afb1259c5b582758487?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javedsoomro</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 Tweaks: Every Secret Uncovered to Date</title>
		<link>http://javedsoomro.wordpress.com/2009/10/25/windows-7-tweaks-every-secret-uncovered-to-date/</link>
		<comments>http://javedsoomro.wordpress.com/2009/10/25/windows-7-tweaks-every-secret-uncovered-to-date/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 18:57:27 +0000</pubDate>
		<dc:creator>javedsoomro</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://windows7.beyondthinking.net/?p=267</guid>
		<description><![CDATA[It's been over a week since the Windows 7 final was released to the public. So what now?: we've compiled a list of every known Windows 7 tweak and secret. Follow these Windows 7 Downloads tweaks &#38; tricks to make the most out of and become a Windows 7 power user.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=267&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been over a week since the Windows 7 final was released to the public. So what now?: we&#8217;ve compiled a list of every known Windows 7 tweak and secret. Follow these Windows 7 Downloads tweaks &amp; tricks to make the most out of and become a Windows 7 power user.</p>
<p><a href="http://tweaks.com/windows-7/" target="_blank">http://tweaks.com/windows-7/</a> is very useful sites for windows 7 tweak<a href="http://tweaks.com/windows-7/" target="_blank">.</a></p>
<h3 style="text-align:justify;">Here you can find out more tweaks about Windows 7 Download, I collect almost every topic about Windows 7 Download tweak:</h3>
<div>
<div><a href="http://tweaks.com/articles/39416/automated-installation-kit-for-windows-7/" target="_blank">Automated Installation Kit for Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39468/customizing-logon-screen-background-in-windows-7/" target="_blank">Customizing Logon Screen Background in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39413/download-more-themes-for-windows-7/" target="_blank">Download More Themes for Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39406/download-windows-7-public-beta-now/" target="_blank">Download Windows 7 Public Beta Now!</a></div>
<div><a href="http://tweaks.com/articles/40087/free-microsoft-security-essentials/" target="_blank">Free Microsoft Security Essentials</a></div>
<div><a href="http://tweaks.com/articles/39456/nvidia-graphics-drivers-for-windows-7/" target="_blank">NVIDIA Graphics Drivers for Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39847/share-your-screen-with-sharedview/" target="_blank">Share Your Screen with SharedView</a></div>
<div><a href="http://tweaks.com/articles/40147/windows-7-90day-trial-download-32bit-and-64bit/" target="_blank">Windows 7 90-day Trial Download (32-bit and 64-bit)</a></div>
<div><a href="http://tweaks.com/articles/40051/windows-7-visual-styles/" target="_blank">Windows 7 Visual Styles</a></div>
</div>
<div><a href="http://tweaks.com/articles/39919/windows-live-movie-maker-released/" target="_blank">Windows Live Movie Maker Released</a></div>
<h3>Discover the Tweaks &#8220;Windows 7 How-To&#8221;</h3>
<div>
<div>
<div><a href="http://tweaks.com/articles/39444/automatic-location-based-default-printer-switching/">Automatic Location Based Default Printer Switching</a></div>
<div><a href="http://tweaks.com/articles/39259/bypass-open-with-lookup-web-service/">Bypass open with lookup web service</a></div>
<div><a href="http://tweaks.com/articles/39424/calibrate-your-display/">Calibrate your display</a></div>
<div><a href="http://tweaks.com/articles/39026/change-windows-product-key-after-install/">Change Windows Product Key After Install</a></div>
<div><a href="http://tweaks.com/articles/39511/configure-remote-media-streaming-in-windows-7/">Configure Remote Media Streaming in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/40123/convert-physical-machines-to-virtual-with-disk2vhd/">Convert Physical Machines to Virtual with Disk2vhd</a></div>
<div><a href="http://tweaks.com/articles/39401/create-a-flip3d-taskbar-icon-in-windows-7/">Create a Flip3D Taskbar Icon in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39429/create-a-system-repairrecovery-disc/">Create a System Repair/Recovery Disc</a></div>
<div><a href="http://tweaks.com/articles/39400/disable-iphone-autoplay-popup/">Disable iPhone AutoPlay Pop-up</a></div>
<div><a href="http://tweaks.com/articles/39428/encrypt-removable-usb-flash-drives-with-bitlocker/">Encrypt Removable USB Flash Drives with BitLocker</a></div>
<div><a href="http://tweaks.com/articles/39088/extend-activation-period-to-120-days/">Extend Activation period to 120 days</a></div>
<div><a href="http://tweaks.com/articles/39423/fine-tune-cleartype-font-smoothing/">Fine Tune ClearType Font Smoothing</a></div>
<div><a href="http://tweaks.com/articles/39655/fine-tune-windows-7-on-netbooks/">Fine Tune Windows 7 on Netbooks</a></div>
<div><a href="http://tweaks.com/articles/40159/fix-aero-glass-in-windows-7/">Fix Aero Glass in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39440/hidden-send-to-menu-in-windows-7/">Hidden Send To Menu in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39407/hide-background-windows-with-aero-shake/">Hide Background Windows with Aero Shake</a></div>
<div><a href="http://tweaks.com/articles/39419/how-to-fix-windows-installer-crashes/">How to Fix Windows Installer Crashes</a></div>
<div><a href="http://tweaks.com/articles/39415/how-to-install-windows-7-with-a-usb-flash-drive/">How To Install Windows 7 With a USB Flash Drive</a></div>
<div><a href="http://tweaks.com/articles/39389/how-to-mount-a-vhd-file-in-windows-7/">How to mount a VHD file in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/40099/how-to-properly-disable-ipv6/">How To Properly Disable IPv6</a></div>
<div><a href="http://tweaks.com/articles/39477/howto-remove-internet-explorer-from-windows-7/">How-to Remove Internet Explorer from Windows 7</a></div>
<div><a href="http://tweaks.com/articles/40183/install-and-use-xp-mode-in-windows-7/">Install and Use XP Mode in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/40135/install-any-edition-of-windows-7-from-any-windows-7-dvd/">Install Any Edition of Windows 7 From Any Windows 7 DVD</a></div>
<div><a href="http://tweaks.com/articles/40075/install-group-policy-and-ad-tools-on-windows-7/">Install Group Policy and AD Tools on Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39559/kill-processes-from-command-prompt/">Kill Processes from Command Prompt</a></div>
<div><a href="http://tweaks.com/articles/39422/new-taskbar-keyboard-tricks/">New Taskbar Keyboard Tricks</a></div>
<div><a href="http://tweaks.com/articles/39643/optimize-solid-state-drives-in-windows-7/">Optimize Solid State Drives in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39476/pin-recycle-bin-on-the-taskbar/">Pin Recycle Bin on the Taskbar</a></div>
<div><a href="http://tweaks.com/articles/39409/projector-tricks-in-windows-7/">Projector Tricks in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39382/remove-personal-information-from-office-documents/">Remove Personal Information from Office Documents</a></div>
<div><a href="http://tweaks.com/articles/39481/restore-start-menu-internet-search/">Restore Start Menu Internet Search</a></div>
<div><a href="http://tweaks.com/articles/39847/share-your-screen-with-sharedview/">Share Your Screen with SharedView</a></div>
<div><a href="http://tweaks.com/articles/39431/start-explorer-in-drive-view/">Start Explorer in Drive View</a></div>
<div><a href="http://tweaks.com/articles/39943/unlock-hidden-windows-7-themes/">Unlock Hidden Windows 7 Themes</a></div>
<div><a href="http://tweaks.com/articles/39485/what-is-svchostexe/">What is svchost.exe?</a></div>
<div><a href="http://tweaks.com/articles/39410/window-management-keyboard-tricks/">Window Management Keyboard Tricks</a></div>
</div>
<div><a href="http://tweaks.com/articles/39408/windows-7-beta-mp3-corruption-fix/">Windows 7 Beta MP3 Corruption Fix</a></div>
</div>
<h2>Windows 7 Performance Tweaks</h2>
<div>
<div>
<div><a href="http://tweaks.com/articles/39078/boost-your-performance-with-readyboost/">Boost your performance with ReadyBoost</a></div>
<div><a href="http://tweaks.com/articles/39259/bypass-open-with-lookup-web-service/">Bypass open with lookup web service</a></div>
<div><a href="http://tweaks.com/articles/39655/fine-tune-windows-7-on-netbooks/">Fine Tune Windows 7 on Netbooks</a></div>
<div><a href="http://tweaks.com/articles/39473/fix-broken-and-slow-tab-issues-in-internet-explorer-8/">Fix Broken and Slow Tab Issues in Internet Explorer 8</a></div>
<div><a href="http://tweaks.com/articles/39099/improve-old-application-disk-performance/">Improve old application disk performance</a></div>
<div><a href="http://tweaks.com/articles/39393/improve-responsiveness-by-disabling-minmax-animations/">Improve Responsiveness by Disabling Min/Max Animations</a></div>
<div><a href="http://tweaks.com/articles/39643/optimize-solid-state-drives-in-windows-7/">Optimize Solid State Drives in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39811/quick-aero-glass-speed-tip/">Quick Aero Glass Speed Tip</a></div>
</div>
<div><a href="http://tweaks.com/articles/39287/speed-up-web-browsing-with-opendns/">Speed up web browsing with OpenDNS</a></div>
</div>
<h2>Windows 7 Security Tweaks</h2>
<div>
<div>
<div><a href="http://tweaks.com/articles/39428/encrypt-removable-usb-flash-drives-with-bitlocker/">Encrypt Removable USB Flash Drives with BitLocker</a></div>
<div><a href="http://tweaks.com/articles/39412/fine-tune-user-account-control/">Fine Tune User Account Control</a></div>
</div>
<div><a href="http://tweaks.com/articles/39382/remove-personal-information-from-office-documents/">Remove Personal Information from Office Documents</a></div>
</div>
<h2><a name="windows-7-user-interface-tweaks"></a>Windows 7 User Interface Tweaks</h2>
<div>
<div>
<div><a href="http://tweaks.com/articles/39571/adjust-live-preview-hover-delay/">Adjust Live Preview Hover Delay</a></div>
<div><a href="http://tweaks.com/articles/39445/adjust-taskbar-preview-hover-delay/">Adjust Taskbar Preview Hover Delay</a></div>
<div><a href="http://tweaks.com/articles/39437/black-windows-media-center-skin/">Black Windows Media Center Skin</a></div>
<div><a href="http://tweaks.com/articles/39424/calibrate-your-display/">Calibrate your display</a></div>
<div><a href="http://tweaks.com/articles/39028/change-color-of-glass-with-regedit-with-decimal-to-hex-argb-converter/">Change color of glass with regedit (with decimal to hex ARGB converter)</a></div>
<div><a href="http://tweaks.com/articles/39401/create-a-flip3d-taskbar-icon-in-windows-7/">Create a Flip3D Taskbar Icon in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39468/customizing-logon-screen-background-in-windows-7/">Customizing Logon Screen Background in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39392/customizing-the-windows-7-taskbar/">Customizing the Windows 7 Taskbar</a></div>
<div><a href="http://tweaks.com/articles/39447/disable-taskbar-jump-lists/">Disable Taskbar Jump Lists </a></div>
<div><a href="http://tweaks.com/articles/39413/download-more-themes-for-windows-7/">Download More Themes for Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39397/easily-customize-windows-screensavers/">Easily Customize Windows Screensavers</a></div>
<div><a href="http://tweaks.com/articles/39379/enable-new-taskbar-in-win7-build-6801/">Enable New Taskbar in Win7 Build 6801</a></div>
<div><a href="http://tweaks.com/articles/39423/fine-tune-cleartype-font-smoothing/">Fine Tune ClearType Font Smoothing</a></div>
<div><a href="http://tweaks.com/articles/40159/fix-aero-glass-in-windows-7/">Fix Aero Glass in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39440/hidden-send-to-menu-in-windows-7/">Hidden Send To Menu in Windows 7</a></div>
<div><a href="http://tweaks.com/articles/39407/hide-background-windows-with-aero-shake/">Hide Background Windows with Aero Shake</a></div>
<div><a href="http://tweaks.com/articles/39476/pin-recycle-bin-on-the-taskbar/">Pin Recycle Bin on the Taskbar</a></div>
<div><a href="http://tweaks.com/articles/39390/remove-send-feedback-link-from-window-title/">Remove Send Feedback Link from Window Title</a></div>
<div><a href="http://tweaks.com/articles/39425/restore-quick-launch-toolbar/">Restore Quick Launch Toolbar</a></div>
<div><a href="http://tweaks.com/articles/39481/restore-start-menu-internet-search/">Restore Start Menu Internet Search</a></div>
<div><a href="http://tweaks.com/articles/39431/start-explorer-in-drive-view/">Start Explorer in Drive View</a></div>
<div><a href="http://tweaks.com/articles/39129/the-ultimate-windows-screensaver-tweaking-guide/">The Ultimate Windows Screensaver Tweaking Guide</a></div>
<div><a href="http://tweaks.com/articles/39943/unlock-hidden-windows-7-themes/">Unlock Hidden Windows 7 Themes</a></div>
<div><a href="http://tweaks.com/articles/39465/windows-7-dwm-registry-keys/">Windows 7 DWM Registry Keys</a></div>
</div>
<div><a href="http://tweaks.com/articles/40051/windows-7-visual-styles/" target="_blank">Windows 7 Visual Styles</a></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javedsoomro.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javedsoomro.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javedsoomro.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javedsoomro.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javedsoomro.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javedsoomro.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javedsoomro.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javedsoomro.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javedsoomro.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javedsoomro.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javedsoomro.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javedsoomro.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javedsoomro.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javedsoomro.wordpress.com/267/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=267&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javedsoomro.wordpress.com/2009/10/25/windows-7-tweaks-every-secret-uncovered-to-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4d4beb022b02afb1259c5b582758487?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javedsoomro</media:title>
		</media:content>
	</item>
		<item>
		<title>Change Windows 7 Logon Screen</title>
		<link>http://javedsoomro.wordpress.com/2009/10/25/change-windows-7-logon-screen/</link>
		<comments>http://javedsoomro.wordpress.com/2009/10/25/change-windows-7-logon-screen/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 18:30:02 +0000</pubDate>
		<dc:creator>javedsoomro</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://windows7.beyondthinking.net/?p=264</guid>
		<description><![CDATA[This free application will prompt for the location of the new background image and then install the new screen behind the scenes.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=264&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">You can change windows 7 logon screen with free software. The <a href="http://tweaks.com" target="_blank">Tweaks.com</a> Logon Changer for Windows 7 provides an easy way to customize the logon screen background with just a few clicks. Simply download the free application, run it and click Change Logon Screen.</p>
<p style="text-align:justify;">
<p style="text-align:center;">
<div class="wp-caption alignright" style="width: 360px"><img title="Change Windows 7 Logon Screen" src="http://tweaks.com/software/tweakslogon/images/TweaksLogonSelect.jpg" alt="Change Windows 7 Logon Screen" width="350" height="250" /><p class="wp-caption-text">Change Windows 7 Logon Screen</p></div>
<p style="text-align:justify;">The application will prompt for the location of the new background image and then install the new screen behind the scenes. Tweaks.com Logon Changer will even provide a preview of your new background on a logon screen.</p>
<p style="text-align:justify;">When you have settled on a good logon background, click the Test button to see it in action.</p>
<p style="text-align:justify;"><strong>New Feature</strong>: Now users don&#8217;t need to worry about the 245KB limit imposed by Microsoft. The Tweaks.com Logon Changer will give you the option to automatically resize and recompress the image to the highest quality possible. The original image is left untouched.</p>
<p style="text-align:justify;">If you want the default Windows 7 logon screen back just click Revert to Default Logon Screen and the application will automatically uninstall any customized screens.</p>
<p style="text-align:justify;">Download:  <a href="http://tweaks.com/software/tweakslogon/download/tweakslogon.zip" target="_blank">Tweek Version 1.1</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javedsoomro.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javedsoomro.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javedsoomro.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javedsoomro.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javedsoomro.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javedsoomro.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javedsoomro.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javedsoomro.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javedsoomro.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javedsoomro.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javedsoomro.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javedsoomro.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javedsoomro.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javedsoomro.wordpress.com/264/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=264&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javedsoomro.wordpress.com/2009/10/25/change-windows-7-logon-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4d4beb022b02afb1259c5b582758487?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javedsoomro</media:title>
		</media:content>

		<media:content url="http://tweaks.com/software/tweakslogon/images/TweaksLogonSelect.jpg" medium="image">
			<media:title type="html">Change Windows 7 Logon Screen</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 desktop slideshows: RSS-powered</title>
		<link>http://javedsoomro.wordpress.com/2009/10/25/windows-7-desktop-slideshows-rss-powered/</link>
		<comments>http://javedsoomro.wordpress.com/2009/10/25/windows-7-desktop-slideshows-rss-powered/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 18:05:03 +0000</pubDate>
		<dc:creator>javedsoomro</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Windows 7 desktop]]></category>

		<guid isPermaLink="false">http://windows7.beyondthinking.net/?p=261</guid>
		<description><![CDATA[One of the new tricks to make your desktop “pop” (not literally) is the ability to run a slideshow as your wallpaper. Many already know you can select a couple of pictures to cycle through, or even a whole directory of (cute cat) photos, but did you know you can also exploit the power of RSS feeds?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=261&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Desktop themes are making a comeback in Windows 7 with many new styling options to make sure it’s easy to create, mix and share your unique themes. And many there are already, including <a href="http://community.winsupersite.com/blogs/paul/archive/2009/01/22/four-new-windows-7-themes-packs.aspx" target="_blank">Paul Thurrott’s collection</a> and various <a href="http://www.ithinkdiff.com/windows-7-themes/" target="_blank">OSX inspired theme packs</a>.</p>
<p style="text-align:justify;">One of the new tricks to make your desktop “pop” (not literally) is the ability to run a slideshow as your wallpaper. Many already know you can select a couple of pictures to cycle through, or even a whole directory of (cute cat) photos, but did you know you can also exploit the power of RSS feeds?</p>
<p style="text-align:justify;">Part of the <a href="http://msdn.microsoft.com/en-us/library/bb773190.aspx#theme_pack" target="_blank">new theme file specifications in Windows 7</a> (and first uncovered by Rafael Rivera) is the ability to specify a RSS feed as the source of slideshow images. To put this to the test, I created three themes that source images from the RSS feeds of various <a href="http://www.flickr.com/" target="_blank">Flickr</a> users’ who make available the original high-resolution photos to the public. If you have a copy of Windows 7 handy, feel free to download these and play along.</p>
<p style="text-align:justify;">he first time you double click to install the theme files you might find yourself enjoying nothing more than the default “beta fish” wallpaper, this is due to a number of bugs related to this feature. First of all, this feature utilizes the <a href="http://msdn.microsoft.com/en-us/library/ms686418.aspx" target="_blank">Windows RSS Platform</a> which automatically refreshes and download feed enclosures in the background. Because this is a background process, it will take considerable time to download the high-resolution photos within the feed. But once the photos are downloaded, the theme does not automatically refresh to queue the new photos in the slideshow. A logout/login should be sufficient, but more simply you could open the theme control panel and toggle between two themes to force a manual refresh. I hope both issues are addressed in the final build for a more intuitive experience.</p>
<p style="text-align:justify;">mages must be an enclosure item in the feed for the slideshow to work. Unfortunately this means many feeds (such as the <a href="http://apod.nasa.gov/apod/" target="_blank">Nasa Astronomy Picture of the Day</a>) are ineligible.</p>
<p style="text-align:justify;">Whilst I can’t credit this functionality to Microsoft (Mac OS X has had both slideshow and RSS support for some time), it’s a very powerful idea that’s still in its infancy stages. Realizing RSS feeds are not limited to just photos but perhaps dynamically generated images with information visualizations delivered fresh to your desktop every day sparks some interesting concepts. A desktop wallpaper that changes with the weather maybe?</p>
<p style="text-align:justify;"><strong>Tip:</strong> If you would like to increase the frequency the feed is refreshed, by default it is every day, you can manage your Windows RSS subscriptions inside the “Feeds” panel of Internet Explorer. Right click on the appropriate Flickr feed and click settings to change the update interval.</p>
<p style="text-align:justify;"><strong>Update:</strong> In the spirit of extending this functionality to more uses than just displaying photos, <a href="http://jamiethomson.spaces.live.com/blog/cns%21550F681DAD532637%219204.entry" target="_blank">Jamie Thomson uses Windows Live FrameIt</a> and some BBC feeds to generate a dynamic wallpaper with weather and news information. Even though it’s a bit ugly, it demonstrates a lot of potential.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javedsoomro.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javedsoomro.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javedsoomro.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javedsoomro.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javedsoomro.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javedsoomro.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javedsoomro.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javedsoomro.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javedsoomro.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javedsoomro.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javedsoomro.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javedsoomro.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javedsoomro.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javedsoomro.wordpress.com/261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=261&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javedsoomro.wordpress.com/2009/10/25/windows-7-desktop-slideshows-rss-powered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4d4beb022b02afb1259c5b582758487?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javedsoomro</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 tips, tricks and secrets</title>
		<link>http://javedsoomro.wordpress.com/2009/10/25/windows-7-tips-tricks-and-secrets/</link>
		<comments>http://javedsoomro.wordpress.com/2009/10/25/windows-7-tips-tricks-and-secrets/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 16:47:59 +0000</pubDate>
		<dc:creator>javedsoomro</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://windows7.beyondthinking.net/?p=257</guid>
		<description><![CDATA[To celebrate the launch of Windows 7, we've updated our Windows 7 tips with a bunch of new ones. Read on for 62 ways in which Windows 7 will make a real difference to your PC.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=257&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Windows 7 is out and if you&#8217;ve either installed it or bought a new PC running Windows 7, then we&#8217;re here to help you get the most from it.</p>
<p style="text-align:justify;">Look beyond the headlines about interface tweaks and you&#8217;ll find Windows 7 is crammed with lesser known, but still important, new and enhanced features, which taken together deliver improved performance and productivity, better troubleshooting, stronger security and a whole lot more.</p>
<p style="text-align:justify;">To celebrate the launch of Windows 7, we&#8217;ve updated our Windows 7 tips with a bunch of new ones. Read on for 62 ways in which Windows 7 will make a real difference to your PC.</p>
<p style="text-align:justify;"><strong>1. Problem Steps Recorder</strong><br />
As the local PC guru you&#8217;re probably very used to friends and family asking for help with their computer problems, yet having no idea how to clearly describe what&#8217;s going on. It&#8217;s frustrating, but Microsoft feels your pain, and Windows 7 will include an excellent new solution in the Problem Steps Recorder.</p>
<p style="text-align:justify;">When any app starts misbehaving under Windows 7 then all your friends need do is click Start, type PSR and press Enter, then click Start Record. If they then work through whatever they&#8217;re doing then the Problem Steps Recorder will record every click and keypress, take screen grabs, and package everything up into a single zipped MHTML file when they&#8217;re finished, ready for emailing to you. It&#8217;s quick, easy and effective, and will save you hours of troubleshooting time.</p>
<p style="text-align:justify;"><strong>2. Burn images</strong><br />
Windows 7 finally introduces a feature that other operating systems have had for years &#8211; the ability to burn ISO images to CDs or DVDs. And it couldn&#8217;t be much easier to use. Just double-click the ISO image, choose the drive with the blank disc, click Burn and watch as your disc is created.</p>
<p style="text-align:justify;"><strong>3. Create and mount VHD files</strong><br />
Microsoft&#8217;s Virtual PC creates its virtual machine hard drives in VHD files, and Windows 7 can now mount these directly so you can access them in the host system. Click Start, type diskmgmt.msc and press Enter, then click Action &gt; Attach VHD and choose the file you&#8217;d like to mount. It will then appear as a virtual drive in Explorer and can be accessed, copied or written just like any other drive.</p>
<p style="text-align:justify;">Click Action &gt; Create VHD and you can now create a new virtual drive of your own (right-click it, select Initialise Disk, and after it&#8217;s set up right-click the unallocated space and select New Simple Volume to set this up). Again, you&#8217;ll be left with a virtual drive that behaves just like any other, where you can drag and drop files, install programs, test partitioning software or do whatever you like. But it&#8217;s actually just this VHD file on your real hard drive which you can easily back up or share with others. Right-click the disk (that&#8217;s the left-hand label that says &#8220;Disk 2&#8243; or whatever) and select Detach VHD to remove it.</p>
<p style="text-align:justify;">The command line DISKPART utility has also been upgraded with tools to detach a VHD file, and an EXPAND command to increase a virtual disk&#8217;s maximum size. Don&#8217;t play around with this unless you know what you&#8217;re doing, though &#8211; it&#8217;s all too easy to trash your system.</p>
<p style="text-align:justify;"><strong>4. Troubleshoot problems</strong><br />
If some part of Windows 7 is behaving strangely, and you don&#8217;t know why, then click Control Panel &gt; Find and fix problems (or &#8216;Troubleshooting&#8217;) to access the new troubleshooting packs. These are simple wizards that will resolve common problems, check your settings, clean up your system and more.</p>
<p style="text-align:justify;"><strong>5. Startup repair</strong><br />
If you&#8217;ve downloaded Windows 7 (and even if you haven&#8217;t) it&#8217;s a good idea to create a system repair disc straight away in case you run into problems booting the OS later on. Click Start &gt; Maintenance &gt; Create a System Repair Disc, and let Windows 7 build a bootable emergency disc. If the worst does happen then it could be the only way to get your PC running again.</p>
<p style="text-align:justify;"><strong>6. Take control</strong><br />
Tired of the kids installing dubious software or running applications you&#8217;d rather they left alone? AppLocker is a new Windows 7 feature that ensures users can only run the programs you specify. Don&#8217;t worry, that&#8217;s easier to set up than it sounds: you can create a rule to allow everything signed by a particular publisher, so choose Microsoft, say, and that one rule will let you run all signed Microsoft applications. Launch GPEDIT.MSC and go to Computer Configuration &gt; Windows Settings &gt; Security Settings &gt; Application Control Policies &gt; AppLocker to get a feel for how this works.</p>
<p style="text-align:justify;"><strong>7. Calculate more</strong><br />
At first glance the Windows 7 calculator looks just like Vista&#8217;s version, but explore the Mode menu and you&#8217;ll see powerful new Statistics and Programmer views. And if you&#8217;re clueless about bitwise manipulation, then try the Options menu instead. This offers many different unit conversions (length, weight, volume and more), date calculations (how many days between two dates?), and spreadsheet-type templates to help you calculate vehicle mileage, mortgage rates and more.</p>
<p style="text-align:justify;">Don&#8217;t take any Windows 7 applet at face value, then &#8211; there are some very powerful new features hidden in the background. Be sure to explore every option in all Windows applets to ensure you don&#8217;t miss anything important.</p>
<p style="text-align:justify;"><strong>CALCULATE MORE:</strong> <em>The new Calculator is packed with useful features and functionality</em></p>
<p style="text-align:justify;"><strong>8. Switch to a projector</strong><br />
Windows 7 now provides a standard way to switch your display from one monitor to another, or a projector &#8211; just press Win+P or run DisplaySwitch.exe and choose your preferred display. (This will have no effect if you&#8217;ve only one display connected.)</p>
<p style="text-align:justify;"><strong>9. Get a power efficiency report</strong><br />
If you have a laptop, you can use the efficiency calculator to get Windows 7 to generate loads of useful information about its power consumption. Used in the right way, this can help you make huge gains in terms of battery life and performance. To do this you must open a command prompt as an administrator by typing &#8216;cmd&#8217; in Start Search, and when the cmd icon appears, right-click it and choose Run as administrator.</p>
<p style="text-align:justify;">Then at the command line, just type in &#8216;powercfg -energy&#8217; (without quotes) and hit Return, and Windows 7 will scan your system looking for ways to improve power efficiency. It will then publish the results in an HTML file, usually in the System32 folder. Just follow the path it gives you to find your report.</p>
<p style="text-align:justify;"><strong>10. Understanding System Restore</strong><br />
Using System Restore in previous versions of Windows has been something of a gamble. There&#8217;s no way of telling which applications or drivers it might affect &#8211; you just have to try it and see.</p>
<p style="text-align:justify;">Windows 7 is different. Right-click Computer, select Properties &gt; System Protection &gt; System Restore &gt; Next, and choose the restore point you&#8217;d like to use. Click the new button to &#8216;Scan for affected programs&#8217; and Windows will tell you which (if any) programs and drivers will be deleted or recovered by selecting this restore point.</p>
<p style="text-align:justify;"><strong>11. Set the time zone</strong><br />
System administrators will appreciate the new command line tzutil.exe utility, which lets you set a PC&#8217;s time zone from scripts. If you wanted to set a PC to Greenwich Mean Time, for instance, you&#8217;d use the command</p>
<p style="text-align:justify;">tzutil /s &#8220;gmt standard time&#8221;</p>
<p style="text-align:justify;">The command &#8220;tzutil /g&#8221; displays the current time zone, &#8220;tzutil /l&#8221; lists all possible time zones, and &#8220;tzutil /?&#8221; displays details on how the command works.</p>
<p style="text-align:justify;"><strong>12. Calibrate your screen</strong><br />
The colours you see on your screen will vary depending on your monitor, graphics cards settings, lighting and more, yet most people use the same default Windows colour profile. And that means a digital photo you think looks perfect might appear very poor to everybody else. Fortunately Windows 7 now provides a Display Colour Calibration Wizard that helps you properly set up your brightness, contrast and colour settings, and a ClearType tuner to ensure text is crisp and sharp. Click Start, type DCCW and press Enter to give it a try.</p>
<p style="text-align:justify;"><strong>13. Clean up Live Essentials</strong></p>
<p style="text-align:justify;">Installing Windows Live Essentials will get you the new versions of Mail, Movie Maker, Photo Gallery and others &#8211; great. Unfortunately it also includes other components that may be unnecessary, but if you like to keep a clean system then these can be quickly removed.</p>
<p style="text-align:justify;">If you left the default &#8220;Set your search provider&#8221; option selected during installation, for instance, Windows Live will install Choice Guard, a tool to set your browser home page and search engine, and prevent other programs from changing them. If this causes problems later, or you just decide you don&#8217;t need it, then Choice Guard may be removed by clicking Start, typing msiexec /x and pressing [Enter].</p>
<p style="text-align:justify;">Windows Live Essentials also adds an ActiveX Control to help upload your files to Windows Live SkyDrive, as well as the Windows Live Sign-in Assistant, which makes it easier to manage and switch between multiple Windows Live accounts. If you&#8217;re sure you&#8217;ll never need either then remove them with the Control Panel &#8220;Uninstall a Program&#8221; applet.</p>
<p style="text-align:justify;"><strong>14. Add network support</strong></p>
<p style="text-align:justify;">By default Windows Live MovieMaker won&#8217;t let you import files over a network, but a quick Registry tweak will change this. Run REGEDIT, browse to HKEY_CURRENT_USER\Software\Microsoft\Windows Live\Movie Maker, add a DWORD value called AllowNetworkFiles and set it to 1 to add network support.</p>
<p style="text-align:justify;"><strong>15. Activate XP mode</strong></p>
<p style="text-align:justify;">If you&#8217;ve old but important software that no longer runs under Windows 7, then you could try using <a href="http://www.microsoft.com/windows/virtual-pc/download.aspx" target="_blank">XP Mode</a>, a virtual copy of XP that runs in a window on your Windows 7 desktop. But there&#8217;s a big potential problem, as XP Mode only works with systems that have hardware virtualisation (AMD-V or Intel VT) built-in and turned on. If you&#8217;ve a compatible CPU then this may just be a matter of enabling the option in your BIOS set-up program, however some high profile brands, including Sony Vaio, disable the setting for &#8220;security reasons&#8221;. And that blocks XP Mode from working, too.</p>
<p style="text-align:justify;">One solution has emerged, but it&#8217;s a little risky, as essentially you&#8217;ll have to alter a byte in your laptop firmware and hope this doesn&#8217;t have any unexpected side-effects. Gulp. If you&#8217;re feeling brave then take a look at the Feature Enable Blog for the details, but don&#8217;t blame us if it goes wrong.</p>
<p style="text-align:justify;">A safer approach might be to use <a href="http://www.techradar.com/news/software/operating-systems/www.virtualbox.org" target="_blank">VirtualBox</a>, a virtualisation tool that doesn&#8217;t insist on hardware support, but then you will need to find a licensed copy of XP (or whatever other Windows version your software requires) for its virtual machine.</p>
<p style="text-align:justify;"><strong>16. Right-click everything</strong><br />
At first glance Windows 7 bears a striking resemblance to Vista, but there&#8217;s an easy way to begin spotting the differences &#8211; just right-click things.</p>
<p style="text-align:justify;">Right-click an empty part of the desktop, for instance, and you&#8217;ll find a menu entry to set your screen resolution. No need to go browsing through the display settings any more.</p>
<p style="text-align:justify;">Right-click the Explorer icon on the taskbar for speedy access to common system folders: Documents, Pictures, the Windows folder, and more.</p>
<p style="text-align:justify;">And if you don&#8217;t plan on using Internet Explorer then you probably won&#8217;t want its icon permanently displayed on the taskbar. Right-click the icon, select &#8216;Unpin this program from the taskbar&#8217;, then go install Firefox, instead.</p>
<p style="text-align:justify;"><strong>17. Desktop slideshow</strong><br />
Windows 7 comes with some very attractive new wallpapers, and it&#8217;s not always easy to decide which one you like the best. So why not let choose a few, and let Windows display them all in a desktop slideshow? Right-click an empty part of the desktop, select Personalise &gt; Desktop Background, then hold down Ctrl as you click on the images you like. Choose how often you&#8217;d like the images to be changed (anything from daily to once every 10 seconds), select Shuffle if you&#8217;d like the backgrounds to appear in a random order, then click Save Changes and enjoy the show.</p>
<p style="text-align:justify;"><strong>8. RSS-powered wallpaper</strong><br />
And if a slideshow based on your standard wallpaper isn&#8217;t enough, then you can always create a theme that extracts images from an RSS feed. For example, Long Zheng has created a few sample themes to illustrate how it works. Jamie Thompson takes this even further, with a theme that always displays the latest BBC news and weather on your desktop. And MakeUseOf have a quick and easy tutorial showing how RSS can get you those gorgeous Bing photographs as your wallpaper.</p>
<p style="text-align:justify;"><strong>19. Customise the log-on screen</strong><br />
Changing the Windows log-on screen used to involve some complicated and potentially dangerous hacks, but not any more &#8211; Windows 7 makes it easy.</p>
<p>First, browse to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background in REGEDIT, double-click the DWORD key called OEMBackground (not there? Create it) and set its value to 1.</p>
<p>Now find a background image you&#8217;d like to use. Make sure it&#8217;s less than 256KB in size, and matches the aspect ratio of your screen as it&#8217;ll be stretched to fit.</p>
<p>Next, copy that image into the %windir%\system32\oobe\info\backgrounds folder (create the info\backgrounds folders if they don&#8217;t exist). Rename the image to backgroundDefault.jpg, reboot, and you should now have a custom log-on image.</p>
<p>Alternatively, use a free tweaking tool to handle everything for you. <a href="http://redirectingat.com/?id=92X363&amp;url=http%3A%2F%2Ftweaks.com%2Fsoftware%2Ftweakslogon" target="_blank">Logon Changer</a> displays a preview so you can see how the log-on screen will look without rebooting, while the <a href="http://redirectingat.com/?id=92X363&amp;url=http%3A%2F%2Fwww.lukepaynesoftware.com%2Flsr" target="_blank">Logon Screen Rotator</a> accepts multiple images and will display a different one every time you log on.</p>
<p style="text-align:justify;"><strong>20. Recover screen space</strong><br />
The new Windows 7 taskbar acts as one big quick launch toolbar that can hold whatever program shortcuts you like (just right-click one and select Pin To Taskbar). And that&#8217;s fine, except it does consume a little more screen real estate than we&#8217;d like. Shrink it to a more manageable size by right-clicking the Start orb, then Properties &gt; Taskbar &gt; Use small icons &gt; OK.</p>
<p style="text-align:justify;"><strong>21. Enjoy a retro taskbar</strong><br />
Windows 7 now combines taskbar buttons in a way that saves space, but also makes it more difficult to tell at a glance whether an icon represents a running application or a shortcut. If you prefer a more traditional approach, then right-click the taskbar, select Properties, and set Taskbar Buttons to &#8220;Combine when taskbar is full&#8221;. You&#8217;ll now get a clear and separate button for each running application, making them much easier to identify.</p>
<p style="text-align:justify;"><strong>22. Remove taskbar buttons</strong><br />
One problem with the previous tip is the buttons will gobble up valuable taskbar real estate, but you can reduce the impact of this by removing their text captions. Launch REGEDIT, browse to HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics, add a string called MinWidth, set it to 54, and reboot to see the results.</p>
<p style="text-align:justify;"><strong>23. Restore the Quick Launch Toolbar</strong><br />
If you&#8217;re unhappy with the new taskbar, even after shrinking it, then it only takes a moment to restore the old Quick Launch Toolbar.</p>
<p style="text-align:justify;">Right-click the taskbar, choose Toolbars &gt; New Toolbar, type &#8220;%UserProfile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch&#8221; (less the quotes) into the Folder box and click Select Folder.</p>
<p style="text-align:justify;">Now right-click the taskbar, clear &#8216;Lock the taskbar&#8217;, and you should see the Quick Launch toolbar, probably to the right. Right-click its divider, clear Show Text and Show Title to minimise the space it takes up. Complete the job by right-clicking the bar and selecting View &gt; Small Icons for the true retro look.</p>
<p style="text-align:justify;"><strong>24. Custom power switch</strong><br />
By default, Windows 7 displays a plain text &#8216;Shut down&#8217; button on the Start menu, but it only takes a moment to change this action to something else. If you reboot your PC a few times every day then that might make more sense as a default action: right-click the Start orb, select Properties and set the &#8216;Power boot action&#8217; to &#8216;Restart&#8217; to make it happen.</p>
<p style="text-align:justify;"><strong>25. Auto arrange your desktop</strong><br />
If your Windows 7 desktop has icons scattered everywhere then you could right-click it and select View &gt; Auto arrange, just as in Vista. But a simpler solution is just to press and hold down F5, and Windows will automatically arrange its icons for you.</p>
<p style="text-align:justify;"><strong>26. Disable smart window arrangement</strong><br />
Windows 7 features interesting new ways to intelligently arrange your windows, so that (for example) if you drag a window to the top of the screen then it will maximise. We like the new system, but if you find it distracting then it&#8217;s easily disabled. Run REGEDIT, go to HKEY_CURRENT_USER\Control Panel\Desktop, set WindowArrangementActive to 0, reboot, and your windows will behave just as they always did.</p>
<p style="text-align:justify;"><strong>27. Browse your tasks</strong><br />
If you prefer the keyboard over the mouse, you will love browsing the taskbar using this nifty shortcut. Press Windows and T, and you move the focus to the left-most icon on the taskbar. Then use your arrow keys to change the focus to other icons, and you get a live preview of every window.</p>
<p style="text-align:justify;"><strong>28. Display your drives</strong><br />
Click Computer in Windows 7 and you might see a strange lack of drives, but don&#8217;t panic, it&#8217;s just Microsoft trying to be helpful: drives like memory card readers are no longer displayed if they&#8217;re empty. We think it&#8217;s an improvement, but if you disagree then it&#8217;s easy to get your empty drives back. Launch Explorer, click Tools &gt; Folder Options &gt; View and clear &#8216;Hide empty drives in the computer folder&#8217;.</p>
<p style="text-align:justify;"><strong>29. See more detail</strong><br />
The new and improved Windows 7 magnifier offers a much easier way to zoom in on any area of the screen. Launch it and you can now define a scale factor and docking position, and once activated it can track your keyboard focus around the screen. Press Tab as you move around a dialog box, say, and it&#8217;ll automatically zoom in on the currently active control.</p>
<p style="text-align:justify;"><strong>30. Hiding the Windows Live Messenger icon<br />
</strong>If you use Windows Live Messenger a lot, you&#8217;ll have noticed that the icon now resides on the taskbar, where you can easily change status and quickly send an IM to someone. If you prefer to keep Windows Live Messenger in the system tray, where it&#8217;s been for previous releases, just close Windows Live Messenger, edit the shortcut properties and set the application to run in Windows Vista compatibility mode.</p>
<p style="text-align:justify;"><strong>31. Customise UAC</strong><br />
Windows Vista&#8217;s User Account Control was a good idea in practice, but poor implementation put many people off &#8211; it raised far too many alerts. Fortunately Windows 7 displays less warnings by default, and lets you further fine-tune UAC to suit your preferred balance between security and a pop-up free life (Start &gt; Control Panel &gt; Change User Account Control Settings).</p>
<p style="text-align:justify;"><strong>32. Use Sticky Notes</strong><br />
The Sticky Notes app is both simpler and more useful in Windows 7. Launch StikyNot.exe and you can type notes at the keyboard; right-click a note to change its colour; click the + sign on the note title bar to add another note; and click a note and press Alt + 4 to close the note windows (your notes are automatically saved).</p>
<p style="text-align:justify;"><strong>33. Open folder in new process</strong><br />
By default Windows 7 opens folders in the same process. This saves system resources, but means one folder crash can bring down the entire shell. If your system seems unstable, or you&#8217;re doing something in Explorer that regularly seems to causes crashes, then open Computer, hold down Shift, right-click on your drive and select Open in New Process. The folder will now be launched in a separate process, and so a crash is less likely to affect anything else.</p>
<p style="text-align:justify;"><strong>34. Watch more videos</strong><br />
Windows Media Player 12 is a powerful program, but it still won&#8217;t play all the audio and video files you&#8217;ll find online. Fortunately the first freeware Windows 7 codecs package [shark007.net/win7codecs.html] has been released, and installing it could get your troublesome multimedia files playing again.</p>
<p style="text-align:justify;"><strong>35. Preview fonts</strong><br />
Open the Fonts window in Windows XP and Vista and you&#8217;ll see the font names, probably with icons to tell you whether they&#8217;re TrueType or OpenType, but that&#8217;s about it. Windows 7 sees some useful font-related improvements.</p>
<p style="text-align:justify;">Open the new fonts window and you&#8217;ll find a little preview for every font, giving you a quick idea of how they&#8217;re going to look.</p>
<p style="text-align:justify;">The tedium of scrolling through multiple entries for each family, like Times New Roman, Times New Roman Bold, Times New Roman Bold Italic and so on, has finally ended. There&#8217;s now just a single entry for each font (though you can still see all other members of the family).</p>
<p style="text-align:justify;">And there&#8217;s a new OpenType font, Gabriola, added to the mix. It&#8217;s an attractive script font, well worth a try the next time you need a stylish document that stands out from the crowd.</p>
<p style="text-align:justify;"><strong>36. Restore your gadgets</strong><br />
Windows 7 has tightened up its security by refusing to run gadgets if UAC has been turned off, so limiting the damage malicious unsigned gadgets can do to your system. If you&#8217;ve disabled UAC, miss your gadgets and are happy to accept the security risk, though, there&#8217;s an easy Registry way to get everything back to normal. Run REGEDIT, go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Sidebar\Settings, create a new DWORD value called AllowElevatedProcess and set it to 1. Your gadgets should start working again right away.</p>
<p style="text-align:justify;"><strong>37. New WordPad formats</strong><br />
By default WordPad will save documents in Rich Text Format, just as before. But browse the Save As Format list and you&#8217;ll see you can also save (or open, actually) files in the Office 2007 .docx or OpenDocument .odt formats.</p>
<p style="text-align:justify;"><strong>38. Protect your data</strong><br />
USB flash drives are convenient, portable, and very easy to lose. Which is a problem, especially if they&#8217;re carrying sensitive data. Fortunately Windows 7 has the solution: encrypt your documents with an extension of Microsoft&#8217;s BitLocker technology, and only someone with the password will be able to access it. Right-click your USB flash drive, select Turn on BitLocker and follow the instructions to protect your private files.</p>
<p style="text-align:justify;"><strong>PROTECT YOUR DATA:</strong> <em>Your USB flash drives can easily be encrypted with BitLocker</em></p>
<p style="text-align:justify;"><strong>39. Minimise quickly with shake<br />
</strong>If you have multiple windows open on your desktop and things are getting too cluttered, it used to be a time-consuming process to close them all down. In Windows 7 you can use the Aero Shake feature to minimise everything in seconds, using a cool mouse gesture. Grab the title bar of the window you wish to keep open and give it a shake, and rejoice in a clear desktop area.</p>
<p style="text-align:justify;"><strong>40. Configure your favourite music</strong><br />
The Windows 7 Media Centre now comes with an option to play your favourite music, which by default creates a changing list of songs based on your ratings, how often you play them, and when they were added (it&#8217;s assumed you&#8217;ll prefer songs you&#8217;ve added in the last 30 days). If this doesn&#8217;t work then you can tweak how Media Centre decides what a &#8220;favourite&#8221; tune is- click Tasks &gt; Settings &gt; Music &gt; Favourite Music and configure the program to suit your needs.</p>
<p style="text-align:justify;"><strong>41. Customise System Restore</strong><br />
There was very little you could do to configure System Restore in Vista, but Windows 7 improves the situation with a couple of useful setup options.</p>
<p style="text-align:justify;">Click the Start orb, right-click Computer and select Properties &gt; System Protection &gt; Configure, and set the Max Usage value to a size that suits your needs (larger to hold more restore points, smaller to save disk space).</p>
<p style="text-align:justify;">And if you don&#8217;t need System Restore to save Windows settings then choose the &#8220;Only restore previous versions of files&#8221; option. Windows 7 won&#8217;t back up your Registry, which means you&#8217;ll squeeze more restore points and file backups into the available disk space. System Restore is much less likely to get an unbootable PC working again, though, so use this trick at your own risk.</p>
<p style="text-align:justify;"><strong>42. Run As</strong><br />
Hold down Shift, right-click any program shortcut, and you&#8217;ll see an option to run the program as a different user, handy if you&#8217;re logged in to the kids&#8217; limited account and need to run something with higher privileges. This isn&#8217;t really a new feature &#8211; Windows XP had a Run As option that did the same thing &#8211; but Microsoft stripped it out of Vista, so it&#8217;s good to see it&#8217;s had a change of heart.</p>
<p style="text-align:justify;"><strong>43. Search privacy</strong><br />
By default Windows 7 will remember your PC search queries, and display the most recent examples when searching in Windows Explorer. If you&#8217;re sharing a PC and don&#8217;t want everyone to see your searches, then launch GPEDIT.MSC, go to User Configuration &gt; Administrative Templates &gt; Windows Components &gt; Windows Explorer, double-click &#8220;Turn off display of recent search entries&#8230;&#8221; and click Enabled &gt; OK.</p>
<p style="text-align:justify;"><strong>44. Tweak PC volume</strong><br />
By default Windows 7 will now automatically reduce the volume of your PC&#8217;s sounds whenever it detects you&#8217;re making or receiving PC-based phone calls. If this proves annoying (or maybe you&#8217;d like it to turn off other sounds altogether) then you can easily change the settings accordingly. Just right-click the speaker icon in your taskbar, select Sounds &gt; Communications, and tell Windows what you&#8217;d like it to do.</p>
<p style="text-align:justify;"><strong>45. Rearrange the system tray</strong><br />
With Windows 7 we finally see system tray icons behave in a similar way to everything else on the taskbar. So if you want to rearrange them, then go right ahead, just drag and drop them into the order you like. You can even move important icons outside of the tray, drop them onto the desktop, then put them back when you no longer need to keep an eye on them.</p>
<p style="text-align:justify;"><strong>46. Extend your battery life</strong><br />
Windows 7 includes new power options that will help to improve your notebook&#8217;s battery life. To see them, click Start, type Power Options and click the Power Options link, then click Change Plan Settings for your current plan and select Change Advanced Settings. Expand Multimedia Settings, for instance, and you&#8217;ll see a new &#8220;playing video&#8221; setting that can be set to optimise power savings rather than performance. Browse through the other settings and ensure they&#8217;re set up to suit your needs.</p>
<p style="text-align:justify;"><strong>47. Write crash dump files</strong><br />
Windows 7 won&#8217;t create memory.dmp crash files if you&#8217;ve less than 25GB of free hard drive space, annoying if you&#8217;ve installed the Windows debugging tools and want to diagnose your crashes. You can turn this feature off, though: browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl, create a new DWORD value called AlwaysKeepMemoryDump, set it to 1, and the crash dump file will now always be saved.</p>
<p style="text-align:justify;"><strong>48. Find bottlenecks</strong><br />
From what we&#8217;ve seen so far Windows 7 is already performing better than Vista, but if your PC seems sluggish then it&#8217;s now much easier to uncover the bottleneck. Click Start, type RESMON and press Enter to launch the Resource Monitor, then click the CPU, Memory, Disk or Network tabs. Windows 7 will immediately show which processes are hogging the most system resources.</p>
<p style="text-align:justify;">The CPU view is particularly useful, and provides something like a more powerful version of Task Manager. If a program has locked up, for example, then right-click its name in the list and select Analyze Process. Windows will then try to tell you why it&#8217;s hanging &#8211; the program might be waiting for another process, perhaps &#8211; which could give you the information you need to fix the problem.</p>
<p style="text-align:justify;"><strong>FIND BOTTLENECKS:</strong> <em>Resource monitor keeps a careful eye on exactly how your PC is being used </em></p>
<p style="text-align:justify;"><strong>49. Keyboard shortcuts</strong><br />
Windows 7 supports several useful new keyboard shortcuts.</p>
<p style="text-align:justify;">Alt+P<br />
Display/ hide the Explorer preview pane</p>
<p style="text-align:justify;">Windows Logo+G<br />
Display gadgets in front of other windows</p>
<p style="text-align:justify;">Windows Logo++ (plus key)<br />
Zoom in, where appropriate</p>
<p style="text-align:justify;">Windows Logo+- (minus key)<br />
Zoom out, where appropriate</p>
<p style="text-align:justify;">Windows Logo+Up<br />
Maximise the current window</p>
<p style="text-align:justify;">Windows Logo+Down<br />
Minimise the current window</p>
<p style="text-align:justify;">Windows Logo+Left<br />
Snap to the left hand side of the screen</p>
<p style="text-align:justify;">Windows Logo+Right<br />
Snap to the right hand side of the screen</p>
<p style="text-align:justify;">Windows Logo+Home<br />
Minimise/ restore everything except the current window</p>
<p style="text-align:justify;"><strong>50. Faster program launches</strong><br />
If you&#8217;ve launched one instance of a program but want to start another, then don&#8217;t work your way back through the Start menu. It&#8217;s much quicker to just hold down Shift and click on the program&#8217;s icon (or middle-click it), and Windows 7 will start a new instance for you.</p>
<p style="text-align:justify;"><strong>51. Speedy video access</strong><br />
Want faster access to your Videos folder? Windows 7 now lets you add it to the Start menu. Just right-click the Start orb, click Properties &gt; Start Menu &gt; Customize, and set the Videos option to &#8220;Display as a link&#8221;. If you&#8217;ve a TV tuner that works with Windows 7 then you&#8217;ll appreciate the new option to display the Recorded TV folder on the Start menu, too.</p>
<p style="text-align:justify;"><strong>52. Run web searches</strong><br />
The Windows 7 search tool can now be easily extended to search online resources, just as long as someone creates an appropriate search connector. To add Flickr support, say, visit <a href="http://www.istartedsomething.com/flickrsearch" target="_blank">I Started Something</a>, click Download the Connector, choose the Open option and watch as it&#8217;s downloaded (the file is tiny, it&#8217;ll only take a moment). A &#8220;Flickr Search&#8221; option will be added to your Searches folder, and you&#8217;ll be able to search images from your desktop.</p>
<p style="text-align:justify;">A multitude of other ready-made searches, such as Google and YouTube, can be downloaded from the <a href="http://www.thewindowsclub.com/download-search-connectors-for-windows-7-federated-search" target="_blank">windowsclub.com</a> website.</p>
<p style="text-align:justify;"><strong>53. Schedule Media Centre downloads</strong><br />
You can now tell Windows Media Centre to download data at a specific time, perhaps overnight, a useful way to prevent it sapping your bandwidth for the rest of the day. Launch Media Centre, go to Tasks &gt; Settings &gt; General &gt; Automatic Download Options, and set the download start and stop times that you&#8217;d like it to use.</p>
<p style="text-align:justify;"><strong>54. Multi-threaded Robocopies</strong><br />
Anyone who&#8217;s ever used the excellent command-line robocopy tool will appreciate the new switches introduced with Windows 7. Our favourite, /MT, can improve speed by carrying out multi-threaded copies with the number of threads you specify (you can have up to 128, though that might be going a little too far). Enter robocopy /? at a command line for the full details.</p>
<p style="text-align:justify;"><strong>55. Load IE faster</strong><br />
Some Internet Explorer add-ons can take a while to start, dragging down the browser&#8217;s performance, but at least IE8 can now point a finger at the worst resource hogs. Click Tools &gt; Manage Add-ons, check the Load Time in the right-hand column, and you&#8217;ll immediately see which browser extensions are slowing you down.</p>
<p style="text-align:justify;"><strong>56. An Alt+Tab alternative</strong><br />
You want to access one of the five Explorer windows you have open, but there are so many other programs running that Alt+Tab makes it hard to pick out what you need. The solution? Hold down the Ctrl key while you click on the Explorer icon. Windows 7 will then cycle through the Explorer windows only, a much quicker way to locate the right one. And of course this works with any application that has multiple windows open.</p>
<p style="text-align:justify;"><strong>57. Block annoying alerts</strong><br />
Just like Vista, Windows 7 will display a suitably stern warning if it thinks your antivirus, firewall or other security settings are incorrect.</p>
<p style="text-align:justify;">But unlike Vista, if you disagree then you can now turn off alerts on individual topics. If you no longer want to see warnings just because you&#8217;ve dared to turn off the Windows firewall, say, then click Control Panel &gt; System and Security &gt; Action Centre &gt; Change Action Centre settings, clear the Network Firewall box and click OK.</p>
<p style="text-align:justify;"><strong>58. Parallel defrags</strong><br />
The standard Windows 7 defragger offers a little more control than we saw in Vista, and the command line version also has some interesting new features. The /r switch will defrag multiple drives in parallel, for instance (they&#8217;ll obviously need to be physically separate drives for this to be useful). The /h switch runs the defrag at a higher than normal priority, and the /u switch provides regular progress reports so you can see exactly what&#8217;s going on. Enter the command</p>
<p style="text-align:justify;">defrag /c /h /u /r</p>
<p style="text-align:justify;">in a command window to speedily defrag a system with multiple drives, or enter defrag /? to view the new options for yourself.</p>
<p style="text-align:justify;"><strong>59. Fix Explorer</strong><br />
The Windows 7 Explorer has a couple of potential annoyances. Launching Computer will no longer display system folders like Control Panel or Recycle Bin, for instance. And if you&#8217;re drilling down through a complicated folder structure in the right-hand pane of Explorer, the left-hand tree won&#8217;t always expand to follow what you&#8217;re doing, which can make it more difficult to see exactly where you are. Fortunately there&#8217;s a quick fix: click Organize &gt; Folder and Search Options, check &#8220;Show all folders&#8221; and &#8220;Automatically expand to current folder&#8221;, and click OK.</p>
<p style="text-align:justify;"><strong>60. Faster file handing</strong><br />
If you hold down Shift while right-clicking a file in Explorer, then you&#8217;ll find the Send To file now includes all your main user folders: Contacts, Documents, Downloads, Music and more. Choose any of these and your file will be moved there immediately.</p>
<p style="text-align:justify;"><strong>61. Create folder favourites</strong><br />
If you&#8217;re regularly working on the same folder in Explorer then select it in the right-hand page, right-click Favourites on the left-hand menu, and select Add to Favourites. It&#8217;ll then appear at the bottom of the favourites list for easy one-click access later.</p>
<p style="text-align:justify;"><strong>62. Disable hibernation</strong><br />
By default Windows 7 will permanently consume a chunk of your hard drive with its hibernation file, but if you never use sleep, and always turn your PC off, then this will never actually be used. To disable hibernation and recover a little hard drive space, launch REGEDIT, browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power, then set both HibernateEnabled and HiberFileSizePerfect to zero.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javedsoomro.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javedsoomro.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javedsoomro.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javedsoomro.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javedsoomro.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javedsoomro.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javedsoomro.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javedsoomro.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javedsoomro.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javedsoomro.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javedsoomro.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javedsoomro.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javedsoomro.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javedsoomro.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=257&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javedsoomro.wordpress.com/2009/10/25/windows-7-tips-tricks-and-secrets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4d4beb022b02afb1259c5b582758487?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javedsoomro</media:title>
		</media:content>
	</item>
		<item>
		<title>Exclusive Pictures of Windows 7 Launch</title>
		<link>http://javedsoomro.wordpress.com/2009/10/25/exclusive-pictures-of-windows-7-launch/</link>
		<comments>http://javedsoomro.wordpress.com/2009/10/25/exclusive-pictures-of-windows-7-launch/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 13:47:47 +0000</pubDate>
		<dc:creator>javedsoomro</dc:creator>
				<category><![CDATA[Windows 7 News]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[Windows 7 Opening]]></category>

		<guid isPermaLink="false">http://windows7.beyondthinking.net/?p=250</guid>
		<description><![CDATA[Check out the Exclusive Pictures of Windows 7 Grand Opening.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=250&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;">
<p style="text-align:center;">Exclusive Image Gallery of Windows 7 Launch opening Pictures.</p>
<div class="wp-caption aligncenter" style="width: 352px"><img title="windows 7 opening pictures" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuMERz-SMdI/AAAAAAAAASk/CFuHwboQgP8/01_windows-cafe_main.jpg" alt="" width="342" height="257" /><p class="wp-caption-text">windows 7 opening pictures</p></div>
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 opening pictures" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuMERz_cbwI/AAAAAAAAASo/d44o6QUILm8/02_GroupNasdaq_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 opening pictures</p></div>
<p style="text-align:center;">
<p style="text-align:center;">
<p style="text-align:center;">
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 pictures" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuMESLlT1DI/AAAAAAAAASs/6HiwfuuRsmc/03_RetailStore01_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 opening pictures</p></div>
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 opening" src="http://lh6.ggpht.com/_2ix3DxfiCgw/SuMESHUSI2I/AAAAAAAAASw/YX81EWtDXaU/04-RetailStore02_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 opening pictures</p></div>
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 opening pictures" src="http://lh6.ggpht.com/_2ix3DxfiCgw/SuMESKMGIfI/AAAAAAAAAS0/pzV-P5Dq7Hg/05-italylaunch_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 opening pictures</p></div>
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 opening pictures" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuMEfO135xI/AAAAAAAAAS4/G3Pa3a8OLOw/06-win7testdrive_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 opening pictures</p></div>
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 opening pictures" src="http://lh6.ggpht.com/_2ix3DxfiCgw/SuMEfa_NZ3I/AAAAAAAAAS8/LkfLfCpabyI/07-win7japan_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 opening pictures</p></div>
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 opening pictures" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuMEfSWkc7I/AAAAAAAAATA/B2XuWiFPSU8/08-ballmerwin7_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 opening pictures</p></div>
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 opening pictures" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuMEfVoQrUI/AAAAAAAAATE/E7jaSiAj0TM/09-kyliekeynote1_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 opening pictures</p></div>
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 opening pictures" src="http://lh4.ggpht.com/_2ix3DxfiCgw/SuMEfoq6xLI/AAAAAAAAATI/8_DLj2J-wqg/10-Liddelbell_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 opening pictures</p></div>
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 opening pictures" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuMExEP9h8I/AAAAAAAAATM/3j5j4UEaisw/11-nasdaq1_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 opening pictures</p></div>
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 opening pictures" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuMExE3JSqI/AAAAAAAAATQ/OP_Mmwv5Aio/12-jumbotron_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 opening pictures</p></div>
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 Grand opening pictures" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuMExD5LXGI/AAAAAAAAATU/I85xnyxuJTI/13-midnightmadness_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 Grand opening pictures</p></div>
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 Grand opening pictures" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuMExL0PCeI/AAAAAAAAATY/axPEVp2kBjw/14-sinofskysake_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 Grand opening pictures</p></div>
<div class="wp-caption aligncenter" style="width: 353px"><img title="windows 7 Grand opening pictures" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuMExaLu_7I/AAAAAAAAATc/Z4E6hTJr0Nc/15-midnight-sign_main.jpg" alt="" width="343" height="258" /><p class="wp-caption-text">windows 7 Grand opening pictures</p></div>
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 353px"><img title="windows 7 Grand opening pictures" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuME5qi_WvI/AAAAAAAAATg/ju4tk-HOTTY/16-win7tshirt_main.jpg" alt="" width="343" height="258" /><p class="wp-caption-text">windows 7 Grand opening pictures</p></div>
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 Grand opening pictures" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuME5galXrI/AAAAAAAAATk/vAxYOj3NWCI/17-DVD_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 Grand opening pictures</p></div>
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 Grand opening pictures" src="http://lh4.ggpht.com/_2ix3DxfiCgw/SuME5ofOYMI/AAAAAAAAATo/2xTuDiiFVDw/18-NZ_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 Grand opening pictures</p></div>
<div class="wp-caption aligncenter" style="width: 353px"><img title="windows 7 Grand opening pictures" src="http://lh4.ggpht.com/_2ix3DxfiCgw/SuME5zgBlHI/AAAAAAAAATs/zKMJ9FWbSvE/19-umbrellas_main.jpg" alt="" width="343" height="258" /><p class="wp-caption-text">windows 7 Grand opening pictures</p></div>
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 351px"><img title="windows 7 Grand opening pictures" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuME538A1sI/AAAAAAAAATw/Cc5SBqiWnl0/20-Deepak_main.jpg" alt="" width="341" height="257" /><p class="wp-caption-text">windows 7 Grand opening pictures</p></div>
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 353px"><img title="windows 7 Grand opening pictures" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuME-n7HdEI/AAAAAAAAAT0/ChoXOWKgdlQ/21-store-walking_main.jpg" alt="" width="343" height="258" /><p class="wp-caption-text">windows 7 Grand opening pictures</p></div>
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 353px"><img title="windows 7 Grand opening pictures" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuME-qe_AzI/AAAAAAAAAT4/eZa62BpU4bc/22-store-opening_main.jpg" alt="" width="343" height="258" /><p class="wp-caption-text">windows 7 Grand opening pictures</p></div>
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 353px"><img title="windows 7 Grand opening pictures" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuME-u95BjI/AAAAAAAAAT8/7sFKZ4hNnHc/23-outdoor-ad_main.jpg" alt="" width="343" height="258" /><p class="wp-caption-text">windows 7 Grand opening pictures</p></div>
<p style="text-align:center;">Image Gallery of Windows 7 Grand Opening Pictures</p>
<p style="text-align:center;">
<p style="text-align:center;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javedsoomro.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javedsoomro.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javedsoomro.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javedsoomro.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javedsoomro.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javedsoomro.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javedsoomro.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javedsoomro.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javedsoomro.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javedsoomro.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javedsoomro.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javedsoomro.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javedsoomro.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javedsoomro.wordpress.com/250/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=250&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javedsoomro.wordpress.com/2009/10/25/exclusive-pictures-of-windows-7-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4d4beb022b02afb1259c5b582758487?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javedsoomro</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuMERz-SMdI/AAAAAAAAASk/CFuHwboQgP8/01_windows-cafe_main.jpg" medium="image">
			<media:title type="html">windows 7 opening pictures</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuMERz_cbwI/AAAAAAAAASo/d44o6QUILm8/02_GroupNasdaq_main.jpg" medium="image">
			<media:title type="html">windows 7 opening pictures</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuMESLlT1DI/AAAAAAAAASs/6HiwfuuRsmc/03_RetailStore01_main.jpg" medium="image">
			<media:title type="html">windows 7 pictures</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_2ix3DxfiCgw/SuMESHUSI2I/AAAAAAAAASw/YX81EWtDXaU/04-RetailStore02_main.jpg" medium="image">
			<media:title type="html">windows 7 opening</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_2ix3DxfiCgw/SuMESKMGIfI/AAAAAAAAAS0/pzV-P5Dq7Hg/05-italylaunch_main.jpg" medium="image">
			<media:title type="html">windows 7 opening pictures</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuMEfO135xI/AAAAAAAAAS4/G3Pa3a8OLOw/06-win7testdrive_main.jpg" medium="image">
			<media:title type="html">windows 7 opening pictures</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_2ix3DxfiCgw/SuMEfa_NZ3I/AAAAAAAAAS8/LkfLfCpabyI/07-win7japan_main.jpg" medium="image">
			<media:title type="html">windows 7 opening pictures</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuMEfSWkc7I/AAAAAAAAATA/B2XuWiFPSU8/08-ballmerwin7_main.jpg" medium="image">
			<media:title type="html">windows 7 opening pictures</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuMEfVoQrUI/AAAAAAAAATE/E7jaSiAj0TM/09-kyliekeynote1_main.jpg" medium="image">
			<media:title type="html">windows 7 opening pictures</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_2ix3DxfiCgw/SuMEfoq6xLI/AAAAAAAAATI/8_DLj2J-wqg/10-Liddelbell_main.jpg" medium="image">
			<media:title type="html">windows 7 opening pictures</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuMExEP9h8I/AAAAAAAAATM/3j5j4UEaisw/11-nasdaq1_main.jpg" medium="image">
			<media:title type="html">windows 7 opening pictures</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuMExE3JSqI/AAAAAAAAATQ/OP_Mmwv5Aio/12-jumbotron_main.jpg" medium="image">
			<media:title type="html">windows 7 opening pictures</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuMExD5LXGI/AAAAAAAAATU/I85xnyxuJTI/13-midnightmadness_main.jpg" medium="image">
			<media:title type="html">windows 7 Grand opening pictures</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuMExL0PCeI/AAAAAAAAATY/axPEVp2kBjw/14-sinofskysake_main.jpg" medium="image">
			<media:title type="html">windows 7 Grand opening pictures</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuMExaLu_7I/AAAAAAAAATc/Z4E6hTJr0Nc/15-midnight-sign_main.jpg" medium="image">
			<media:title type="html">windows 7 Grand opening pictures</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuME5qi_WvI/AAAAAAAAATg/ju4tk-HOTTY/16-win7tshirt_main.jpg" medium="image">
			<media:title type="html">windows 7 Grand opening pictures</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuME5galXrI/AAAAAAAAATk/vAxYOj3NWCI/17-DVD_main.jpg" medium="image">
			<media:title type="html">windows 7 Grand opening pictures</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_2ix3DxfiCgw/SuME5ofOYMI/AAAAAAAAATo/2xTuDiiFVDw/18-NZ_main.jpg" medium="image">
			<media:title type="html">windows 7 Grand opening pictures</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_2ix3DxfiCgw/SuME5zgBlHI/AAAAAAAAATs/zKMJ9FWbSvE/19-umbrellas_main.jpg" medium="image">
			<media:title type="html">windows 7 Grand opening pictures</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuME538A1sI/AAAAAAAAATw/Cc5SBqiWnl0/20-Deepak_main.jpg" medium="image">
			<media:title type="html">windows 7 Grand opening pictures</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuME-n7HdEI/AAAAAAAAAT0/ChoXOWKgdlQ/21-store-walking_main.jpg" medium="image">
			<media:title type="html">windows 7 Grand opening pictures</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuME-qe_AzI/AAAAAAAAAT4/eZa62BpU4bc/22-store-opening_main.jpg" medium="image">
			<media:title type="html">windows 7 Grand opening pictures</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuME-u95BjI/AAAAAAAAAT8/7sFKZ4hNnHc/23-outdoor-ad_main.jpg" medium="image">
			<media:title type="html">windows 7 Grand opening pictures</media:title>
		</media:content>
	</item>
		<item>
		<title>Top 10 Windows 7 Booster Apps</title>
		<link>http://javedsoomro.wordpress.com/2009/10/24/top-10-windows-7-booster-apps/</link>
		<comments>http://javedsoomro.wordpress.com/2009/10/24/top-10-windows-7-booster-apps/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 18:57:53 +0000</pubDate>
		<dc:creator>javedsoomro</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://windows7.beyondthinking.net/?p=238</guid>
		<description><![CDATA[Windows 7 is a big improvement over Vista, and a pretty convenient OS in general—but it's by no means perfect. These 10 downloads improve Windows 7's looks, functions, and make it easier, safer, and more convenient to upgrade to.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=238&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Windows 7 is a big improvement over Vista, and a pretty convenient OS in general—but it&#8217;s by no means perfect. These 10 downloads improve Windows 7&#8242;s looks, functions, and make it easier, safer, and more convenient to upgrade to.</p>
<p style="text-align:justify;">
<h3><span style="font-size:large;">10. Bring back the &#8220;classic&#8221; Start menu</span></h3>
<p style="text-align:center;"><img class="aligncenter" title="start menu windows 7" src="http://lh4.ggpht.com/_2ix3DxfiCgw/SuNJnRkLXpI/AAAAAAAAAVA/Zau-JOSNN8A/10-csmenu.jpg" alt="" width="340" height="243" /></p>
<p style="text-align:justify;"><a href="http://windows7.beyondthinking.net"></a> Windows 7&#8242;s Start menu is a powerful thing, offering program and file launching as you type and allowing for smart pinning of whatever you frequently access. If you&#8217;re really attached to the Windows 2000/XP-style Start system, though, CSMenu restores a &#8220;classic&#8221; look to Windows 7 by installing a companion Start menu on your taskbar. Want to eliminate that new-fangled Start menu and use only your classic model? Grab StartKiller and wipe away all signs of progress—er, change. We meant change.</p>
<h3><span style="font-size:large;">9. Logon changer customizes password screens</span></h3>
<p style="text-align:center;"><img class="aligncenter" title="login changer windows 7" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuNJnUIKzUI/AAAAAAAAAU8/T5k69g62pdU/09-logon_changer_01.jpg" alt="" width="340" height="263" /></p>
<p style="text-align:justify;">You can customize a lot of your system&#8217;s look in Windows 7, but the login/password screen remains fairly opaque and unchangeable. Tweaks.com offers a Logon Changer for Windows 7 that simply takes a JPG file (256K or less, so be sure to re-size and compress) and applies it to your background. If you don&#8217;t mind doing a little registry hacking, there&#8217;s a manual work-around for logon changing, but the Logon Changer is worth the install/uninstall if you know what you want to keep as your logon screen.</p>
<p style="text-align:justify;">
<h3><span style="font-size:large;">8. Create recovery discs for pre-installed Windows 7</span></h3>
<p><span style="font-size:large;"><br />
</span></p>
<p style="text-align:center;"><img class="aligncenter" title="system recovery option windows 7" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuNJnB4htSI/AAAAAAAAAU4/-3H0zk2Wi_4/08-recovery_discs.jpg" alt="" width="340" height="221" /></p>
<p style="text-align:justify;">If you moved up to Windows 7 by way of a new computer purchase, you may have found that getting a full Windows 7 disc, or even a system recovery disc, was an &#8220;option&#8221; that cost a good bit of extra cash. If you&#8217;d like to ensure you can save your system from common boot-up and system errors in the future, NeoSmart offers its own Windows 7 System Recovery Discs that can repair damaged files, restore System Restore points, and even pull in full backups for restoration. If you upgraded to 7 from a student discount package that only delivered a single .exe file, Download Squad explains how to make a DVD upgrade disc from student discount files.</p>
<p style="text-align:justify;">
<h3><span style="font-size:large;">7. Pull up incoming Gmail from the taskbar</span></h3>
<p style="text-align:justify;"><img class="aligncenter" title="gmail notification windows 7" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuNJnPCbOkI/AAAAAAAAAU0/gKrB2Q-UgVU/07-gmail_notifier_thumb.png" alt="" width="158" height="158" /></p>
<p style="text-align:justify;">If Gmail is your primary inbox, Gmail Notifier Plus not only subtly informs of you of new mail by changing its taskbar icon, but provides a subject line preview of new messages when you hover over its icon. You also get shortcuts to compose a new message and pop open your inbox in your browser, and head to any of your messages individually. Neat stuff, especially if you&#8217;d rather have a more firm control over when your inbox can have your attention—just close down Gmail Notifier Plus when it&#8217;s time to get cranking.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">
<h3><span style="font-size:large;">6. WinFox makes Firefox work with Jump Lists</span></h3>
<p style="text-align:center;"><img class="aligncenter" title="winfox windows 7" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuNJnE07t2I/AAAAAAAAAUw/gC_Z_Y6JSMc/06-winfox.jpg" alt="" width="340" height="281" /></p>
<p style="text-align:justify;">Support for Windows 7&#8242;s helpful jump lists won&#8217;t show up in Firefox until version 3.7. In the meantime, those who want to access their current tabs and most frequently visited sites can do so with WinFox, a helpful little add-on that you pin to your taskbar to access Firefox from. Copy Winfox to your Firefox program directory, install it, and pin the &#8220;Winfox&#8221; application to your taskbar. Now you can pin favorite pages to your jump list by dragging their tabs down, see the favicons of the sites you&#8217;ve got open, and get a read on how many tabs you&#8217;re running in the Firefox icon.</p>
<h3><span style="font-size:large;">5. Hulu Desktop adds streaming TV to Windows Media Center</span></h3>
<p style="text-align:center;"><img class="aligncenter" title="Hulu dekstop windows 7" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuNJaHLBA6I/AAAAAAAAAUs/Z8Z2gyxV7oE/05-hulu-int_01.png" alt="" width="340" height="288" /></p>
<p style="text-align:justify;">Windows 7&#8242;s Media Center was impressive enough for Adam to bust out his Buster Poindexter headline, and the only thing you might say it&#8217;s missing is access to streaming television. Since Media Center just added CBS, the one big hold-out is Hulu—which Hulu Desktop Integration brings in with a clever little app. Launch the Hulu app from Media Center, and Media Center shuts down, opens the full-screen Hulu Desktop app, and then switches back to Media Center when you&#8217;re done in Hulu. That&#8217;s a nice thing, because since it uses the official channel to get at Hulu, the chances of it being locked out by Hulu are slim.</p>
<h3><span style="font-size:large;">4. Add stacks to your desktop</span></h3>
<p style="text-align:justify;"><img class="aligncenter" title="desktop windows 7" src="http://lh6.ggpht.com/_2ix3DxfiCgw/SuNJaF7yv1I/AAAAAAAAAUo/UJcSwRjqLJY/04-standalone_stack.jpg" alt="" width="340" height="207" /></p>
<p style="text-align:justify;">Windows 7&#8242;s taskbar is getting a lot of notice, and some say it&#8217;s more useful than Mac OS X&#8217;s Dock—except it&#8217;s missing the very neat &#8220;Stacks&#8221; feature. Missing, that is, until you grab StandaloneStack or 7stacks, which both do a great job of creating blow-up menus of folders and apps from single icons on your taskbar. Add a storage folder or custom collection of shortcuts to your taskbar, and you&#8217;ll never have to hunt down that &#8220;Computer&#8221; link in the Start menu again just to get to the right file.</p>
<h3><span style="font-size:large;">3. Tweak hard-to-find settings</span></h3>
<p style="text-align:center;"><img class="aligncenter" title="taskbar windows 7" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuNJaHjJAbI/AAAAAAAAAUk/Nd7SNwyUObA/03-ultimate_tweak.jpg" alt="" width="340" height="239" /></p>
<p style="text-align:justify;">It&#8217;s always a good idea to see what kind of settings you can change from your new OS&#8217; Control Panel, but Microsoft only lets you play with so many check boxes and sliders. Apps like Ultimate Windows Tweaker, along with XdN Tweaker, have been digging deep into the guts of Windows since Vista first arrived (and sometimes before XP showed up), and they let you seriously fine-tun your system. Want only certain Aero 3D effects on your desktop? Need to change Windows 7&#8242;s window-snapping behavior? These apps have you covered. The hardest part is knowing when to say when on a settings-changing binge.</p>
<h3><span style="font-size:large;">2. Make Alt+Tab switching more intuitive</span></h3>
<p style="text-align:justify;"><img class="aligncenter" title="windows 7" src="http://lh3.ggpht.com/_2ix3DxfiCgw/SuNJZ1gkSmI/AAAAAAAAAUg/sKa87k7GuPo/02-vistaswitcher.jpg" alt="" width="340" height="225" /></p>
<p style="text-align:justify;">The familiar Alt+Tab keyboard shortcut gained a little visual overhaul in Windows 7, but it still offers just basic window switching. VistaSwitcher, a more powerful app and window switcher, improves on it in just the right ways. Besides an intriguingly different look, the app supports keyboard shortcuts that let you minimize or tile windows from your Alt+Tab screen, close down programs or file windows in bulk, and, with a Ctrl+Alt+Tab press, switch only between the open windows of the particular program you&#8217;re using, like a browser or image editor. Despite the name, VistaSwitcher works perfectly well on Windows 7.</p>
<h3><span style="font-size:large;">1. Install all your necessary apps at once</span></h3>
<p style="text-align:justify;"><img class="aligncenter" title="windows 7" src="http://lh6.ggpht.com/_2ix3DxfiCgw/SuNJZ0UvRAI/AAAAAAAAAUc/CScJsVTXmIM/01-ninite_02.jpg" alt="" width="340" height="180" /></p>
<p style="text-align:justify;">The first few times you re-installed an operating system, it probably felt like an adventure, something fun, a test of your tech prowess. At this point, though, you might just want to skip the part where you spend an hour grabbing Firefox, Picasa, an anti-virus app, WinAmp, uTorrent, and other must-have apps from the net. Ninite is your ticket out of redundant installations. Head to the web site, click off the apps you need from a huge range of good, free software, and download the customized installer app that results. Double-click, hit start, and do something constructive while Ninite installs everything you asked for, with very few, if any, questions or prompts.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javedsoomro.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javedsoomro.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javedsoomro.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javedsoomro.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javedsoomro.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javedsoomro.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javedsoomro.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javedsoomro.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javedsoomro.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javedsoomro.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javedsoomro.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javedsoomro.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javedsoomro.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javedsoomro.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=238&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javedsoomro.wordpress.com/2009/10/24/top-10-windows-7-booster-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4d4beb022b02afb1259c5b582758487?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javedsoomro</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_2ix3DxfiCgw/SuNJnRkLXpI/AAAAAAAAAVA/Zau-JOSNN8A/10-csmenu.jpg" medium="image">
			<media:title type="html">start menu windows 7</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuNJnUIKzUI/AAAAAAAAAU8/T5k69g62pdU/09-logon_changer_01.jpg" medium="image">
			<media:title type="html">login changer windows 7</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuNJnB4htSI/AAAAAAAAAU4/-3H0zk2Wi_4/08-recovery_discs.jpg" medium="image">
			<media:title type="html">system recovery option windows 7</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuNJnPCbOkI/AAAAAAAAAU0/gKrB2Q-UgVU/07-gmail_notifier_thumb.png" medium="image">
			<media:title type="html">gmail notification windows 7</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuNJnE07t2I/AAAAAAAAAUw/gC_Z_Y6JSMc/06-winfox.jpg" medium="image">
			<media:title type="html">winfox windows 7</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuNJaHLBA6I/AAAAAAAAAUs/Z8Z2gyxV7oE/05-hulu-int_01.png" medium="image">
			<media:title type="html">Hulu dekstop windows 7</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_2ix3DxfiCgw/SuNJaF7yv1I/AAAAAAAAAUo/UJcSwRjqLJY/04-standalone_stack.jpg" medium="image">
			<media:title type="html">desktop windows 7</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuNJaHjJAbI/AAAAAAAAAUk/Nd7SNwyUObA/03-ultimate_tweak.jpg" medium="image">
			<media:title type="html">taskbar windows 7</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_2ix3DxfiCgw/SuNJZ1gkSmI/AAAAAAAAAUg/sKa87k7GuPo/02-vistaswitcher.jpg" medium="image">
			<media:title type="html">windows 7</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_2ix3DxfiCgw/SuNJZ0UvRAI/AAAAAAAAAUc/CScJsVTXmIM/01-ninite_02.jpg" medium="image">
			<media:title type="html">windows 7</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrading XP to Windows 7</title>
		<link>http://javedsoomro.wordpress.com/2009/10/24/upgrading-xp-to-windows-7/</link>
		<comments>http://javedsoomro.wordpress.com/2009/10/24/upgrading-xp-to-windows-7/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 18:21:33 +0000</pubDate>
		<dc:creator>javedsoomro</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://windows7.beyondthinking.net/?p=234</guid>
		<description><![CDATA[Now that Windows 7 is here, the three out of four users who have rejected Windows Vista and clung to the tried and true Windows XP can breathe a sigh of relief and consider moving to the new flagship operating system.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=234&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Now that Windows 7 is here, the three out of four users who have rejected Windows Vista and clung to the tried and true Windows XP can breathe a sigh of relief and consider moving to the new flagship operating system.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">Upgrading or switching operating systems often comes with some trials and tribulations and the Windows 7 upgrade is no exception. Microsoft has tried to provide the tools users need to make the transition as easy as possible, but you may hit some snags. Here are five things you should be aware of as you upgrade from Windows XP to Windows 7.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">1.       You can&#8217;t upgrade directly. Unfortunately, Microsoft has not provided Windows 7 with the capability to upgrade directly from Windows XP. The explanation is that so much has changed between Windows XP and Windows 7 within the operating system kernel itself, the Registry, the drivers, etc. that trying to get from Point A to Point B just won&#8217;t work.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">That isn&#8217;t as horrible as it sounds. Frankly, although in-place upgrades are convenient, experts always recommend doing a fresh install when moving to a new operating system in order to ensure the best performance and overall experience. Just think of it like Microsoft did you a favor by forcing you to do it the right way. You&#8217;re welcome.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">2.       Or can you?? You can&#8217;t get from Windows XP to Windows 7 directly, but there was a little known operating system that came out between the two. I know you have blocked out that part of your memory to avoid horrible Windows Vista flashbacks, but surely you could make the switch to Windows Vista if its only for an hour or two.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">Windows XP users can work around the upgrade issue if they have a copy of Windows Vista. It doesn&#8217;t even have to be licensed since you won&#8217;t be activating it and won&#8217;t have it loaded for more than a few hours&#8211; well within the 30-day trial period. Just upgrade from Windows XP to Windows Vista, then upgrade the Windows Vista system to Windows 7.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">I make no assurances that this will go off without a hitch. I will add a disclaimer: refer to the first tip where I reminded you that it is recommended that you do the clean install.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">3.       Windows 7 Upgrade Advisor. If you bought your printer when Clinton was still in office, or your graphics card when Michael Jordan was still ruling the NBA, you might have a hard time finding software updates and drivers to make them work with Windows 7.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">Thankfully, Microsoft has an app for that. Microsoft created the Windows 7 Upgrade Advisor tool which scans your hardware and software and identifies any known compatibility issues. It provides guidance on how to resolve identified issues, and makes recommendations for what you should do to ensure a satisfying Windows 7 upgrade experience</p>
<p style="text-align:justify;">
<p style="text-align:justify;">4.       Windows 7 Easy Transfer. Whether you do the clean install or some sort of crazy work-around to upgrade from Windows XP to Windows 7, arguably the most important part is making you&#8217;re your data and personal preferences stay intact. That&#8217;s where the Windows 7 Easy Transfer tool comes in.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">The actual file is migwiz.exe. You can find it on the Windows 7 DVD under Support\Migwiz. First you run it on your existing Windows XP system to migrate your user profile(s) to some external storage. Then, after Windows 7 is installed you run it again to import the user profile(s) to Windows 7.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">One small caveat. If you have 32-bit Windows XP and you are taking the opportunity while upgrading to make the switch to 64-bit Windows 7 you might run into some problems. I was unable to transfer user settings from a 32-bit to a 64-bit system using this tool during a previous upgrade.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">5.       Security software. If you&#8217;re running Windows XP I assume you have invested in some security software&#8211; antivirus, antispyware, personal firewall, etc. Because of changes that Microsoft has made to protect the operating system kernel, those Windows XP-era security programs will most likely not work in Windows 7.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">The good news is that the Windows 7 firewall is significantly better than the Windows XP firewall, and Microsoft provides adequate security protection for free with Windows Defender and the recently released Microsoft Security Essentials antivirus program. You may still want to explore alternatives and install more robust protection, but these tools should provide sufficient protection for the time being without costing you any money.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">If you don&#8217;t want to spend all that time alone, maybe you could throw one of the Windows 7 parties and you and all of your Windows XP friends can have ice cream and cake (or pizza and beer) while you make the transition.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">Of course, you might better off to simply invest the extra money and get a whole new system with Windows 7 already installed. If you have held on to your computer hardware as long as you held onto the Windows XP operating system then you are really skewing Moore&#8217;s Law and its time you upgrade.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javedsoomro.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javedsoomro.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javedsoomro.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javedsoomro.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javedsoomro.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javedsoomro.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javedsoomro.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javedsoomro.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javedsoomro.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javedsoomro.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javedsoomro.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javedsoomro.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javedsoomro.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javedsoomro.wordpress.com/234/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=234&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javedsoomro.wordpress.com/2009/10/24/upgrading-xp-to-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4d4beb022b02afb1259c5b582758487?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javedsoomro</media:title>
		</media:content>
	</item>
		<item>
		<title>The Future: Windows 7 and Beyond</title>
		<link>http://javedsoomro.wordpress.com/2009/10/24/the-future-windows-7-and-beyond/</link>
		<comments>http://javedsoomro.wordpress.com/2009/10/24/the-future-windows-7-and-beyond/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 12:49:01 +0000</pubDate>
		<dc:creator>javedsoomro</dc:creator>
				<category><![CDATA[Windows 7 News]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://windows7.beyondthinking.net/?p=221</guid>
		<description><![CDATA[Now that we are finally ready to put Vista behind us and embrace Windows 7, I can’t help but think what lies ahead in the Microsoft OS. How do you improve on Windows 7?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=221&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Happy Windows 7 Launch Day!</p>
<p style="text-align:justify;">Now that we are finally ready to put Vista behind us and embrace Windows 7, I can’t help but think what lies ahead in the Microsoft OS. How do you improve on Windows 7? When will we see the Start menu and Windows taskbar completely gone from the Microsoft OS and replaced with something else? Will 128-bit lead to anything spectacular besides more room for ram and quicker loading applications?</p>
<p style="text-align:justify;">I was reading Everton’s article, 24 Years of Windows and was looking closely at the screenshots from previous versions of Windows and I realized that besides the days of 3.x, Windows has generally kept the same look and feel. I’m curious which version and what year it will be when I look at an OS and say, “Is that really Windows?” Are the days of Minority Report PC’s almost upon us? I have to imagine that touch-based PC’s will increase and graphics will become more detailed, smoother and more 3D-like. Resolutions will probably climb to heights previously thought unreachable. I know that we are in for some amazing surprises with future OS’s, but at this point, I can’t imagine where we go from here. Right here on windows7news.com, Mike has written about some of his wish list items in his article series Looking Forward to Windows 8 and it got me thinking about what we might possibly see as a follow up to Windows 7.</p>
<p style="text-align:justify;">While Windows 7 is still an undiscovered country to millions of PC users, most of us reading this article are already reading sites like Windows8news.com and have been scouring the internet looking for legitimate screenshots of the future of Windows. I don’t know about other users, but I’ve been rejuvenated by the success of Windows 7 and look for Microsoft to raise the bar even higher.</p>
<p style="text-align:justify;">I’m more into GUI than anything, so I am most looking forward to seeing where future OS’s take their interface. What are the features you have been looking forward to? Is there anything specific that Microsoft left out of the final Windows 7 code that you were hoping to see?</p>
<p style="text-align:justify;">What does the future of Windows hold? Only time will begin to tell, but for now, let’s make the most of today and Windows 7. Still don’t have it yet, you can order it here.</p>
<p style="text-align:justify;"><em>Here is a helpful chart that i’ve seen floating around that I think may help users who aren’t sure about the upgrade process:</em></p>
<p style="text-align:justify;"><em> </em></p>
<div class="wp-caption aligncenter" style="width: 385px"><em><em><a href="http://windows7.beyondthinking.net"><img title="Windows 7 Comparision Chart" src="http://lh5.ggpht.com/_2ix3DxfiCgw/SuL3TGIOksI/AAAAAAAAAQI/mZDK-i4sNOw/s512/windows%207%20comparision%20chart.jpg" alt="Windows 7 Comparision Chart" width="375" height="512" /></a></em></em><p class="wp-caption-text">Windows 7 Comparison Chart</p></div>
<p><em> </em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javedsoomro.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javedsoomro.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javedsoomro.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javedsoomro.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javedsoomro.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javedsoomro.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javedsoomro.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javedsoomro.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javedsoomro.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javedsoomro.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javedsoomro.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javedsoomro.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javedsoomro.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javedsoomro.wordpress.com/221/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javedsoomro.wordpress.com&amp;blog=9912628&amp;post=221&amp;subd=javedsoomro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javedsoomro.wordpress.com/2009/10/24/the-future-windows-7-and-beyond/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4d4beb022b02afb1259c5b582758487?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javedsoomro</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_2ix3DxfiCgw/SuL3TGIOksI/AAAAAAAAAQI/mZDK-i4sNOw/s512/windows%207%20comparision%20chart.jpg" medium="image">
			<media:title type="html">Windows 7 Comparision Chart</media:title>
		</media:content>
	</item>
	</channel>
</rss>
