<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1220870161805475481</id><updated>2011-11-27T16:51:29.345-08:00</updated><category term='Utility'/><category term='Portable'/><category term='Windows'/><category term='Tweaks'/><title type='text'>Windows 7 -Tips  Tricks n Hacks</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-978492642673689229</id><published>2011-11-11T11:16:00.001-08:00</published><updated>2011-11-11T11:22:21.949-08:00</updated><title type='text'>How To Fix svchost.exe Constant High CPU Usage &amp; Speed up your computer</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div style="margin-left: 1em; margin-right: 1em;"&gt;&lt;/div&gt;&lt;div style="background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px; margin-bottom: 0.9em; margin-top: 0.5em; text-align: left;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Svchost" style="color: #104a91; font-weight: bold; text-decoration: none;" target="_blank"&gt;svchost&lt;/a&gt;&amp;nbsp;provides a shared service process on Windows computers allowing a number of services to run under it in-order to reduce resource consumption, while this approach is smart saving system resources this makes diagnosing and rectifying issues tough as you need to dig out the exact service running under&amp;nbsp;&lt;strong&gt;svchost.exe&lt;/strong&gt;&amp;nbsp;process causing issues.&lt;/div&gt;&lt;div style="background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px; margin-bottom: 0.9em; margin-top: 0.5em; text-align: left;"&gt;One of the most common issue with&amp;nbsp;&lt;strong&gt;svchost.exe&lt;/strong&gt;&amp;nbsp;is it consuming constant high CPU usage in background, the same issue occurred on my computer where&amp;nbsp;&lt;strong&gt;svchost.exe&lt;/strong&gt;&amp;nbsp;was constantly using 40% processor cycles in computer idle position on my 4 Core CPU. The solution to this involved identifying the culprit service running behind this process and disabling it as demonstrated after the jump.&lt;/div&gt;&lt;div align="center" style="background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px;"&gt;&lt;img alt="svchost.exe high CPU usage" src="http://www.megaleecher.net/uploads/svchost.exe-high-cpu-usage-1.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px;" /&gt;&lt;/div&gt;&lt;div style="background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px; margin-bottom: 0.9em; margin-top: 0.5em; text-align: left;"&gt;&lt;strong&gt;svchost.exe&lt;/strong&gt;&amp;nbsp;is a generic host process name for services that run from dynamic-link libraries and any one of these underlying dll's/services can be the cause of constant background CPU usage, here is how to identify the problematic service and disabling it on Microsoft Windows 7:&lt;/div&gt;&lt;ul style="background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px; text-align: left;"&gt;&lt;li&gt;Open "&lt;strong&gt;Windows Task Manager&lt;/strong&gt;" (CTRL+SHIFT+ESC) and switch to "&lt;strong&gt;Performance&lt;/strong&gt;" tab.&lt;/li&gt;&lt;li&gt;Now, click the "&lt;strong&gt;Resource Monitor&lt;/strong&gt;" button.&lt;/li&gt;&lt;div align="center"&gt;&lt;img alt="svchost.exe high CPU usage" src="http://www.megaleecher.net/uploads/svchost.exe-high-cpu-usage-1.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px;" /&gt;&lt;/div&gt;&lt;li&gt;Switch to "&lt;strong&gt;CPU&lt;/strong&gt;" tab in "&lt;strong&gt;Resource Monitor&lt;/strong&gt;" and click&amp;nbsp;&lt;strong&gt;svchost.exe&lt;/strong&gt;&amp;nbsp;row, As we can see the bottom pane now shows&amp;nbsp;&lt;strong&gt;"UPnP Device Host"&lt;/strong&gt;&amp;nbsp;eating-up CPU cycles in this case.&lt;/li&gt;&lt;div align="center"&gt;&lt;img alt="svchost.exe process" src="http://www.megaleecher.net/uploads/svchost.exe-high-cpu-usage-2.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px;" /&gt;&lt;/div&gt;&lt;li&gt;We can now right-click the service and stop it from here only or launch&amp;nbsp;&lt;strong&gt;services.msc&lt;/strong&gt;&amp;nbsp;mmc panel to disable it all together.&lt;/li&gt;&lt;div align="center"&gt;&lt;img alt="disabled service" src="http://www.megaleecher.net/uploads/svchost.exe-high-cpu-usage-3.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px;" /&gt;&lt;/div&gt;&lt;li&gt;As you can see now the CPU usage is now back to normal.&lt;/li&gt;&lt;div align="center"&gt;&lt;img alt="high cpu usage fixed" src="http://www.megaleecher.net/uploads/svchost.exe-high-cpu-usage-4.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px;" /&gt;&lt;/div&gt;&lt;/ul&gt;&lt;span style="background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px; text-align: left;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source&lt;/b&gt; :&amp;nbsp;&lt;/span&gt;&lt;a href="http://megaleecher.net/svchost.exe"&gt;http://megaleecher.net/svchost.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-978492642673689229?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/978492642673689229/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2011/11/how-to-fix-svchostexe-constant-high-cpu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/978492642673689229'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/978492642673689229'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2011/11/how-to-fix-svchostexe-constant-high-cpu.html' title='How To Fix svchost.exe Constant High CPU Usage &amp; Speed up your computer'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-617142527309782618</id><published>2011-11-11T04:58:00.001-08:00</published><updated>2011-11-11T11:03:34.602-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tweaks'/><category scheme='http://www.blogger.com/atom/ns#' term='Utility'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Portable'/><title type='text'>Toddler Trap - Locking Keyboard &amp; Mouse for Cleaning or Or Preventing Toddlers From Messing Your PC</title><content type='html'>&lt;a href="http://i28.lulzimg.com/18913f9b71.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://i28.lulzimg.com/18913f9b71.png" /&gt;&lt;/a&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span style="color: #393939;"&gt;&lt;span style="line-height: 24px;"&gt;Cleaning keyboards with the PC on will lead to funny things happening on the screen which sometime result in&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #393939;"&gt;&lt;span style="line-height: 24px;"&gt;horrifying&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 24px;"&gt;&lt;span style="color: #393939;"&gt;&amp;nbsp;disasters like getting your most important files deleted etc. &lt;/span&gt;&lt;span style="color: #393939;"&gt;Then g&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; line-height: 16px; text-align: left;"&gt;&lt;span style="color: #393939; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;etting your computer keyboard and mouse locked is a much needed functionality while cleaning it or when you have toddlers around your computer.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; line-height: 16px; text-align: left;"&gt;&lt;span style="color: #393939; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://i28.lulzimg.com/dc5bdfc5b0.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" src="http://i28.lulzimg.com/dc5bdfc5b0.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: xx-small;"&gt;ToddlerTrap&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: left;"&gt;&lt;span style="background-color: white; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: x-small; line-height: 16px;"&gt;Here comes a free portable utility called&lt;/span&gt;&lt;span style="background-color: white; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: x-small; line-height: 16px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;strong style="background-color: white; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: small; line-height: 16px;"&gt;Toddler Trap that&lt;/strong&gt;&lt;span style="background-color: white; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: x-small; line-height: 16px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: white; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: x-small; line-height: 16px;"&gt;lets you achieve this functionality with ease, just launch the small application and it will take focus negating any keystrokes and mouse movements.&lt;/span&gt;&lt;/div&gt;&lt;div align="center" style="background-color: white; line-height: 16px;"&gt;&lt;span style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: x-small;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: white; line-height: 16px; margin-bottom: 0.9em; margin-top: 0.5em; text-align: left;"&gt;&lt;span style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: x-small;"&gt;Once activated the only action you can take with your keyboard or mouse is to close the application using the X button.&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: white; line-height: 16px; margin-bottom: 0.9em; margin-top: 0.5em; text-align: left;"&gt;&lt;/div&gt;&lt;span style="background-color: white; line-height: 16px; text-align: left;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;&lt;b&gt;&lt;u&gt;&lt;i&gt;Download:&lt;/i&gt;&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;b style="background-color: white; font-family: Arial, Helvetica, sans-serif; line-height: 16px; text-align: left;"&gt;&lt;i&gt;&lt;u&gt;&lt;span style="font-size: x-small;"&gt;&lt;a href="http://www.mediafire.com/?l498kntgyhnpg05"&gt;http://www.mediafire.com/?l498kntgyhnpg05&lt;/a&gt;&lt;/span&gt;&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b style="background-color: white; font-family: Arial, Helvetica, sans-serif; line-height: 16px; text-align: left;"&gt;&lt;i&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="background-color: white; text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 16px;"&gt;If you experience any problem installing it or have any&amp;nbsp;queries&amp;nbsp;do reply back via the comments.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; line-height: 16px; text-align: left;"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;&lt;i&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; text-align: left;"&gt;&lt;span style="font-family: Arial, Verdana, sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-617142527309782618?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/617142527309782618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2011/11/toddler-trap-locking-keyboard-mouse-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/617142527309782618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/617142527309782618'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2011/11/toddler-trap-locking-keyboard-mouse-for.html' title='Toddler Trap - Locking Keyboard &amp; Mouse for Cleaning or Or Preventing Toddlers From Messing Your PC'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-533393786289450277</id><published>2011-11-11T04:22:00.001-08:00</published><updated>2011-11-11T04:57:11.219-08:00</updated><title type='text'>BlueStacks - Run Android Apps on Windows PC</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div style="margin-left: 1em; margin-right: 1em;"&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://i28.lulzimg.com/62231b9d23.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://i28.lulzimg.com/62231b9d23.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px;"&gt;The application eco-system of Google's mobile operating-system&amp;nbsp;&lt;/span&gt;&lt;strong style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px;"&gt;&lt;a href="http://www.android.com/" target="_blank"&gt;Android&lt;/a&gt;&lt;/strong&gt;&lt;span style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px;"&gt;&amp;nbsp;is increasing everyday, to take advantage of this ever-increasing application, base&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;virtualization on platforms like Windows OS is already getting attention&lt;span style="background-color: white; color: #292929; line-height: 16px;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px;"&gt; To get things moving, a new software application for Windows platform.&amp;nbsp;&lt;/span&gt;&lt;strong style="background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px;"&gt;&lt;span style="color: #073763;"&gt;BlueStacks&lt;/span&gt;&lt;/strong&gt;&lt;span style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px;"&gt;&amp;nbsp;is out now enabling users to&amp;nbsp;&lt;/span&gt;&lt;strong style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px;"&gt;run android applications on Windows computers&lt;/strong&gt;&lt;span style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px;"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://i28.lulzimg.com/0f0e2d01eb.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://i28.lulzimg.com/0f0e2d01eb.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;strong style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px; text-align: -webkit-auto;"&gt;&lt;a href="http://www.bluestacks.com/" target="_blank"&gt;BlueStacks&lt;/a&gt;&lt;/strong&gt;&lt;span style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px; text-align: -webkit-auto;"&gt;&amp;nbsp;allows users to run Android OS apps on Windows PCs with instant switching between the two. BlueStacks helps PC manufacturers to ride the Android impetus by enabling An&lt;/span&gt;&lt;span style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px; text-align: -webkit-auto;"&gt;droid apps on x86-based tablets, netbooks, notebooks &amp;amp; Windows PCs. With the new cross convertible form factors, BlueStacks completely eliminates the need to carry two devices. The end consumer benefits from getting both Android and Windows at just one PC.&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px; text-align: -webkit-auto;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;span style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px; text-align: -webkit-auto;"&gt;&lt;b&gt;&lt;u&gt;&lt;i&gt;Download:&lt;/i&gt;&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;span style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px; text-align: -webkit-auto;"&gt;&lt;b&gt;&lt;u&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: small; line-height: 16px; text-align: -webkit-auto;"&gt;&lt;i&gt;&lt;u&gt;&lt;a href="http://cdn.bluestacks.com/public/2002/BlueStacks_AppPlayer_Alpha.msi"&gt;http://cdn.bluestacks.com/public/2002/BlueStacks_AppPlayer_Alpha.msi&lt;/a&gt;&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b style="background-color: white; color: #292929; font-family: Arial, Verdana, sans-serif; font-size: small; line-height: 16px; text-align: -webkit-auto;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: -webkit-auto;"&gt;&lt;span style="color: #783f04; font-family: Arial, Verdana, sans-serif; font-size: x-small;"&gt;&lt;span style="background-color: white; line-height: 16px;"&gt;&lt;b&gt;More Power Applications Coming Soon ! Stay Tuned&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;img src="http://www.twopper.co.uk/wp-content/plugins/rss-poster/cache/75666_emoticon-wink.png" /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-533393786289450277?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/533393786289450277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2011/11/bluestacks-run-android-apps-on-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/533393786289450277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/533393786289450277'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2011/11/bluestacks-run-android-apps-on-windows.html' title='BlueStacks - Run Android Apps on Windows PC'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-7645223602228727815</id><published>2009-11-01T07:33:00.003-08:00</published><updated>2009-11-01T07:33:06.110-08:00</updated><title type='text'>Spice Up Windows 7 Taskbar with Taskbar Meters</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;b style="color: red;"&gt;Windows 7&lt;/b&gt; has one of the best features in the taskbar and we have covered how to texturize Windows 7 taskbar. Here is another simple application which can furthur spice up the taskbar with Task manager and memory meters. Taskbar Meters are incredibly simple meters that live in the Windows 7 task bar. There are two application included in the meters, one that shows CPU utilization and another that shows memory. Taskbar Meters also features jumplist, so that you can quickly open taskbar and resource monitor. &lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img alt="taskbar meters" src="http://images.nirmaltv.com/Buttons.png" style="border: 0px none; display: inline;" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;Jumplists support is available on Taskbar meters and it gives quick access to Task Manager and the Resource Monitor to determine what’s slowing down your computer.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img alt="Jumplists" src="http://images.nirmaltv.com/JumpList.png" style="border: 0px none; display: inline;" /&gt; &lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;The update frequency and percentages that determine “yellow” and “red” states are configurable.&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://images.nirmaltv.com/Settings.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://images.nirmaltv.com/Settings.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;You can pin these application to the taskbar so that you can continously monitor the memory usage and CPU usage.&lt;br /&gt;&lt;a href="http://taskbarmeters.codeplex.com/" title="Download"&gt;Download &lt;span id="ctl00_ctl00_MasterContent_ProjectTitleControl1_TitleLabel"&gt;Taskbar Meters&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-7645223602228727815?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/7645223602228727815/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2009/11/spice-up-windows-7-taskbar-with-taskbar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/7645223602228727815'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/7645223602228727815'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2009/11/spice-up-windows-7-taskbar-with-taskbar.html' title='Spice Up Windows 7 Taskbar with Taskbar Meters'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-5035388358312393466</id><published>2009-10-31T12:32:00.000-07:00</published><updated>2009-11-01T07:32:20.225-08:00</updated><title type='text'>!!!Windows 7 [x86 and x64] 32-bit and 64-bit Direct Download Links from Microsoft !!!</title><content type='html'>&lt;div class="post entry-content" id=""&gt;&lt;marquee&gt;&lt;span style="color: red;"&gt;&lt;b class="bbc"&gt;!!! Windows 7 [x86 and x64] 32-bit and 64-bit Direct Download Links from Microsoft !!!&lt;/b&gt;&lt;/span&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;br /&gt;October 22 was the date, when Windows 7 retail was finally launched by Microsoft but being a bit preservative, Microsoft never makes available official download links that allow retail customers to download setup installer. Inspite of all their efforts, the direct download links to download Windows 7 are leaked. The installation files of Windows 7 are hosted on msft-dnl.digitalrivercontent.net server owned by Digital River (the delivery partners for Vista) . The Windows 7 installation files are meant as a way of ESD (Electronic Software Distribution).&lt;img alt="Posted Image" class="bbc_img resized" handled="1" height="412" newheight="412" newwidth="612" origheight="543" origwidth="807" shrunk="1" src="http://www.itechnobuzz.com/wp-content/uploads/windows-7.jpg" style="cursor: pointer; height: 412px; width: 612px;" /&gt;&lt;br /&gt;&lt;br /&gt;The Windows 7 setup installer package comes in 3 parts, which is an executable that starts the extraction or unpacking and installation process, plus setup1.box and setup2.box. After extracting all content to a folder named ExpandedSetup, the installation files should be the same with what contains on a DVD.&lt;br /&gt;&lt;br /&gt;Windows 7 Direct Download Links&lt;br /&gt;&lt;br /&gt;32-bit Windows 7 Professional x86&lt;br /&gt;&lt;br /&gt;* &lt;br /&gt;&lt;pre class="prettyprint"&gt;http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79643/Win7-P-Retail-en-us-x86.exe&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;i class="bbc"&gt;    File Size: 69.78 MB&lt;br /&gt;MD5: 204D02EA3AB587B70621A7EC99B3F1B8&lt;br /&gt;SHA-1: 60BA243A05261AA7A3AF9A3ADF509E8069B6E89&lt;/i&gt;1&lt;br /&gt;&lt;br /&gt;* &lt;br /&gt;&lt;pre class="prettyprint"&gt;http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79643/setup1.box&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;i class="bbc"&gt;    File Size: 2.04 GB&lt;br /&gt;MD5: D5CC1E45D6EB57B8500DBCF622F39637&lt;br /&gt;SHA-1: EDAA9BA294EA7E49D4FE731E81CDD1E3C6168F51&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;* &lt;br /&gt;&lt;pre class="prettyprint"&gt;http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79643/setup2.box&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;i class="bbc"&gt;    File Size: 137.59 MB&lt;br /&gt;MD5: FAB28838A97E875D27E4E7239F42131C&lt;br /&gt;SHA-1: 78D8ED22DF4FCDA102B72D41420D9854DC0DF7B4&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Windows 7 Direct Download Links&lt;br /&gt;&lt;br /&gt;64-bit Windows 7 Professional x64&lt;br /&gt;&lt;br /&gt;* &lt;br /&gt;&lt;pre class="prettyprint"&gt;http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79946/Win7-P-Retail-en-us-x64.exe&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;i class="bbc"&gt;    File Size: 75.9 MB&lt;br /&gt;MD5: 73D13A1000069E372F7478CF1C426B7A&lt;br /&gt;SHA-1: 6B7D87BF0BE0D3BAE4A5E4550260BDF6A5600534&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;* &lt;br /&gt;&lt;pre class="prettyprint"&gt;http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79946/setup1.box&lt;/pre&gt;&lt;br /&gt;&lt;i class="bbc"&gt;&lt;br /&gt;File Size: 2.66 GB&lt;br /&gt;MD5: 7B29E21B7F6BC0850E65085205B5EAFE&lt;br /&gt;SHA-1: 47D4131ACD1DA3A96F19244FE4D840EB18C2057C&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;* &lt;br /&gt;&lt;pre class="prettyprint"&gt;http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79946/setup2.box&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;i class="bbc"&gt;    File Size: 160 MB&lt;br /&gt;MD5: 87DCC913A7BBBFCFA2C2526C2E894F97&lt;br /&gt;SHA-1: 4076CA5224D6D2E7338AB286BF31912D8404E016&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Note: If you receive corrupted/incomplete files,better use a download manager like Free Download Manager to download, as the server seems to close connection once the size reaches 2 GB.&lt;br /&gt;&lt;br /&gt;After downloading the files, simply double click on the executable, e.g. Win7-P-Retail-en-us-x86.exe to start unloading the box and to install Windows 7. Note that 3 files must be put together in the same directory. You still need a product key to activate installed Windows 7.&lt;br /&gt;&lt;br /&gt;The 3 files doesn’t provide any bootable ISO file which you could burn to make a disc.&lt;br /&gt;&lt;br /&gt;To make a bootable disc using the 3 downloaded files go through my Tutorial to Create and Make a Bootable Windows 7 ISO DVD from EXE plus Setup1.box and Setup2.box Files&lt;br /&gt;&lt;br /&gt;&lt;b class="bbc"&gt;&lt;span style="color: magenta;"&gt;Tutorial to Create and Make a Bootable Windows 7 ISO DVD from EXE plus Setup1.box and Setup2.box Files&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;i class="bbc"&gt;To create a bootable disc from the downloaded files simply follow these steps:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;* Copy all the 3 downloaded files (the .exe, setup1.box and setup2.box) in one single drive (for this tutorial, let’s assume the files are put in Drive C i.e. C:\ ).&lt;br /&gt;* Right click on each of three files, select Properties, and then click on Unblock button to prevent files from unable to be accessed. Click OK when done.&lt;br /&gt;&lt;br /&gt;&lt;img alt="Posted Image" class="bbc_img" src="http://www.itechnobuzz.com/wp-content/uploads/unblock-files-win7.JPG" /&gt;&lt;br /&gt;&lt;br /&gt;# Run the exe (if on Vista on windows 7 RC or RTM or OEM run the exe as administrator by right click and select “RUN as ADMINISTRATOR”), the exe will extract the .box files and will create a new folder with name “expandedSetup” consisting Windows 7 setup files.&lt;br /&gt;# Exit from Install Windows wizard dialog.&lt;br /&gt;# Check for the oscdimg.exe %SystemDrive%\Windows\System32 folder. If you don’t have any such file in your System32 folder, then download it from &lt;br /&gt;&lt;pre class="prettyprint"&gt;&lt;a href="http://www.4shared.com/file/143692991/ae685983/oscdimg.html"&gt;http://www.4shared.com/file/143692991/ae685983/oscdimg.html&lt;/a&gt;&lt;/pre&gt;&lt;br /&gt;and put it in %SystemDrive%\Windows\System32 folder.&lt;br /&gt;&lt;br /&gt;&lt;img alt="Posted Image" class="bbc_img" src="http://www.itechnobuzz.com/wp-content/uploads/win7-oscd.JPG" /&gt;&lt;br /&gt;&lt;br /&gt;* Now Open the command prompt (with administrative privileges in Vista /in XP command prompt opens with administrative privileges by default) . To open command prompt :&lt;br /&gt;&lt;br /&gt;1. Click on Start button.&lt;br /&gt;2. Locate the Command Prompt menu item (inside Accessories under All Programs).&lt;br /&gt;3. Click on Command Prompt (in XP) for Vista : Right click on Command Prompt.&lt;br /&gt;4. On the pop-up right click context menu, select “Run as Administrator”.&lt;br /&gt;&lt;br /&gt;* In the command prompt run the following command:&lt;br /&gt;&lt;pre class="prettyprint"&gt;&lt;b&gt;oscdimg.exe –bC:\expandedSetup\boot\etfsboot.com –u2 –h -m -lWIN_EN_DVD C:\expandedSetup\ C:\Win7.iso&lt;/b&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;If the code doesn't work use :&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;       &lt;br /&gt;&lt;pre class="prettyprint"&gt;&lt;b&gt;oscdimg -bC:\expandedSetup\boot\etfsboot.com -h -u2 -m -lWIN_EN_DVD C:\expandedSetup\ C:\win7.iso&lt;/b&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;For 64-bit version if the above two commands doesn't work! use :&lt;br /&gt;&lt;br /&gt;&lt;pre class="prettyprint"&gt;oscdimg.exe –bC:\expandedSetup\boot\bootsect.exe –u2 –h -m -lWIN_EN_DVD C:\expandedSetup\ C:\Win7.iso&lt;/pre&gt;&lt;img alt="Posted Image" class="bbc_img resized" handled="1" height="397" newheight="397" newwidth="608" origheight="432" origwidth="662" shrunk="1" src="http://www.itechnobuzz.com/wp-content/uploads/working-code.JPG" style="cursor: pointer;" /&gt;&lt;br /&gt;&lt;br /&gt;* All work is done, a bootable ISO DVD image is created in your C:/ Drive named “Win7.iso” . Now, use any CD/DVD burning software like Nero, Ultra ISO , Alcohol 120% or any other, to burn the image in a DVD disc.&lt;br /&gt;&lt;br /&gt;&lt;b class="bbc"&gt;Note:&lt;/b&gt; – The complete tutorial assumes that all the 3 files (the .exe and Setup1.box and Setup2.box files) are put in the C Drive i.e. C:\ of your system ( as the command run from the command prompt in the last step uses the path as C:\. If you wish to put files in some different directory or folder, you need to modify the path in command you going to run in command prompt. If you are not familiar with cmd commands, I would suggest you to follow the tutorial step by step and put all 3 files in your C:\ only.&lt;br /&gt;&lt;br /&gt;Enjoy, your genuine copy of DVD disc  !!!   &lt;br /&gt;&lt;br /&gt;If any problem occurs in code, then try this code:&lt;br /&gt;&lt;pre class="prettyprint"&gt;oscdimg -bC:\expandedSetup\boot\etfsboot.com -h -u2 -m -lWIN_EN_DVD C:\expandedSetup\ C:\win7.iso&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;b class="bbc"&gt;&lt;span style="color: sienna;"&gt;Tutorial to extract all editions or versions(SKU) of Windows 7 from downloaded Windows 7 ISO made from EXE plus Setup1.box and Setup2.box Files&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Unlike, Windows Vista, Windows 7 ISO consist of all versions within it, but is locked to install only the Professional version. To unlock this boundation , just follow the following steps:&lt;br /&gt;&lt;br /&gt;* Download and Install Ultra ISO&lt;br /&gt;* Open the generated ISO File from exe , Setup1.box and Setup2.box&lt;br /&gt;* Now search for the ei.cfg file and delete it ,as show in the following ScreenShots:&lt;br /&gt;&lt;br /&gt;&lt;div class="resized_img"&gt;&lt;img alt="Posted Image" class="bbc_img resized" handled="1" height="393" newheight="393" newwidth="610" origheight="505" origwidth="784" shrunk="1" src="http://www.itechnobuzz.com/wp-content/uploads/15.jpg" style="cursor: pointer;" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;img alt="Posted Image" class="bbc_img resized" handled="1" height="401" newheight="401" newwidth="615" origheight="508" origwidth="779" shrunk="1" src="http://www.itechnobuzz.com/wp-content/uploads/25.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;# Once done, click on File &amp;gt; “Save as” and save the new ISO file with some new name.&lt;br /&gt;# Burn the new and modified ISO using your favorite CD/DVD burning software like Nero, Power ISO or ULTRA ISO itself.&lt;br /&gt;# You are done now, during installation a screen will prompt asking the version to select for installation like:&lt;img alt="Posted Image" class="bbc_img resized" handled="1" height="459" newheight="459" newwidth="610" origheight="489" origwidth="650" shrunk="1" src="http://www.itechnobuzz.com/wp-content/uploads/45.jpg" style="cursor: pointer; height: 459px; width: 610px;" /&gt;&lt;br /&gt;&lt;b class="bbc"&gt;&lt;br /&gt;You are done now. You can install any version of Windows 7 from your downloaded Windows 7 professional files.&lt;/b&gt;              &lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-5035388358312393466?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/5035388358312393466/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2009/10/spice-up-windows-7-taskbar-with-taskbar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/5035388358312393466'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/5035388358312393466'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2009/10/spice-up-windows-7-taskbar-with-taskbar.html' title='!!!Windows 7 [x86 and x64] 32-bit and 64-bit Direct Download Links from Microsoft !!!'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-4374130271001003442</id><published>2009-10-31T12:29:00.000-07:00</published><updated>2009-10-31T12:29:51.220-07:00</updated><title type='text'>New Themes for Windows 7 from Microsoft</title><content type='html'>The most awaited release of the year, &lt;a href="http://www.nirmaltv.com/category/windows-7/"&gt;Windows 7&lt;/a&gt;, is available from today (October 22nd 2009). You can do lots of customizations on Windows 7 like themes, wallpapers etc and Microsoft has released set of new themes for Windows 7. These themes are mainly of product brands and can also be said as sponsored themes. These brands include Coca-Cola, Ducati, Porsche, Gears of wars, Ferrari etc. These themes includes wallpapers of the respective brands packed in them.&lt;br /&gt;&lt;img alt="New Themes_1" border="0" height="122" src="http://images.nirmaltv.com/images/NewThemes_1.png" style="border: 0px none; display: inline;" title="New Themes_1" width="575" /&gt;&lt;br /&gt;&lt;img alt="New Themes_2" border="0" height="121" src="http://images.nirmaltv.com/images/NewThemes_2.png" style="border: 0px none; display: inline;" title="New Themes_2" width="575" /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="New Themes_3" border="0" height="126" src="http://images.nirmaltv.com/images/NewThemes_3.png" style="border: 0px none; display: inline;" title="New Themes_3" width="574" /&gt;&lt;br /&gt;You can download these themes from &lt;a href="http://windows.microsoft.com/en-US/windows/downloads/personalize?T1=themes"&gt;Microsoft Website&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://windows.microsoft.com/en-US/windows/downloads/personalize?T1=themes"&gt;Download Windows 7 Themes&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;Source:-&lt;/span&gt;&lt;a href="http://www.nirmaltv.com/2009/10/22/new-themes-for-windows-7-from-microsoft/"&gt;Click Me&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-4374130271001003442?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/4374130271001003442/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2009/10/new-themes-for-windows-7-from-microsoft.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/4374130271001003442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/4374130271001003442'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2009/10/new-themes-for-windows-7-from-microsoft.html' title='New Themes for Windows 7 from Microsoft'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-6455455906612311509</id><published>2009-10-31T07:59:00.000-07:00</published><updated>2009-10-31T08:07:25.505-07:00</updated><title type='text'>Windows 7 Tutorial Speed Up System Super Fast</title><content type='html'>1.How to Windows 7 Speed Up SYstem&amp;nbsp; To get started, download and install SpeedUpMyPC 2009. The installation is very straight forward – you’ll mostly click “Next” a bunch of times. SpeedUpMyPC 2009 does require the Microsoft .NET Framework 3.5 to be installed on your PC, but&amp;nbsp; install it for you if not already there.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_G7gG0sZftWY/SuxPlNYGyBI/AAAAAAAAAAg/UBZLtNNyZRY/s1600-h/speeduppc00a.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_G7gG0sZftWY/SuxPlNYGyBI/AAAAAAAAAAg/UBZLtNNyZRY/s640/speeduppc00a.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;2.If you did need to install the Microsoft .NET Framework 3.5, you’ll need to reboot before the installation can complete. &lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://1.bp.blogspot.com/_G7gG0sZftWY/SuxQLJiaiGI/AAAAAAAAAAo/qWZqbpDFZXA/s1600-h/speeduppc01a.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_G7gG0sZftWY/SuxQLJiaiGI/AAAAAAAAAAo/qWZqbpDFZXA/s320/speeduppc01a.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;3.Once your PC restarts, depending on your PC/security settings, you may get a prompt asking if you want to run SpeedUpMyPC 2009 (the screenshot below is from XP, it will look slightly different if you’re using Vista). Click &lt;b&gt;Run&lt;/b&gt;.&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://www.simplehelp.net/images/speeduppc/speeduppc02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="244" src="http://www.simplehelp.net/images/speeduppc/speeduppc02.png" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt; &lt;span id="more-117"&gt;&lt;/span&gt;The installation will now complete. Make sure the &lt;b&gt;Run Uniblue SpeedUpMyPC 2009&lt;/b&gt; box is checked, and click the &lt;b&gt;Finish&lt;/b&gt; button.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc03a.png" /&gt; click to enlarge&lt;li&gt; If there’s an update available, you’ll be prompted to download it. Click &lt;b&gt;Yes&lt;/b&gt;.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc04.png" /&gt;&lt;li&gt; In the bottom right corner of the main SpeedUpMyPC 2009 window, click the &lt;b&gt;Install updates&lt;/b&gt; button. You’ll go through a similar installation as outlined in the previous few steps, but it will be faster.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc05a.png" /&gt; click to enlarge&lt;li&gt; Once the “second” installation has completed (assuming there was an update to install) – SpeedUpMyPC 2009 will begin to scan your system for possible optimizations.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc06a.png" /&gt; click to enlarge&lt;li&gt; It’s at this point where you can decide if you wish to purchase SpeedUpMyPC 2009 based on the results of the scan. As you can see in the screenshot below, SpeedUpMyPC 2009 found over 1500 files and optimization changes to make. Click the &lt;b&gt;Register now&lt;/b&gt; button in the bottom left corner of the main window.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc07a.png" /&gt; click to enlarge&lt;li&gt; If you already have an activation key, enter it in the space provided and click the &lt;b&gt;Activate now&lt;/b&gt; button. Otherwise, click the &lt;b&gt;Purchase Online&lt;/b&gt; button.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc08a.png" /&gt;&lt;li&gt; With SpeedUpMyPC 2009 now activated, click the &lt;b&gt;Optimize all&lt;/b&gt; button in the bottom right corner.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc09a.png" /&gt;&lt;li&gt; Depending on the programs you have open, you may be prompted to close some of them. Save anything you may be working on, and then click the &lt;b&gt;Close all and continue&lt;/b&gt; button.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc10a.png" /&gt;&lt;li&gt; And SpeedUpMyPC 2009 will now optimize your system.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc11a.png" /&gt;&lt;li&gt; Select the &lt;b&gt;Overview&lt;/b&gt; tab at the top of the window, and in the left pane you’ll notice that your system performance is now optimized.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc12a.png" /&gt;&lt;li&gt; Now we’ll take a look at some of the settings. Click the &lt;b&gt;System Scan&lt;/b&gt; tab. In the &lt;b&gt;AUTOMATIC OPTIMIZATION AND CLEANUP&lt;/b&gt; section, you may want to place a check in the &lt;b&gt;Perform automatic optimization and cleanup after scan&lt;/b&gt; so that everything happens as soon as you open SpeedUpMyPC 2009.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc13a.png" /&gt;&lt;li&gt; Now select the &lt;b&gt;Cleanup&lt;/b&gt; tab. From here you can select which drives you want SpeedUpMyPC 2009 to scan.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc14a.png" /&gt;&lt;li&gt; Click the &lt;b&gt;Files to find&lt;/b&gt; tab. This is a list of the files that SpeedUpMyPC 2009 will look for and clean up when it finds them.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc15a.png" /&gt;&lt;li&gt; Select the &lt;b&gt;Optimization&lt;/b&gt; tab from the top list, and then select the &lt;b&gt;Applications&lt;/b&gt; tab from the left list. By default, the &lt;b&gt;Startup manager&lt;/b&gt; section will be displayed. If you’re curious about any of the programs that are set to launch at Windows startup, click the “i” button next to that program name.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc17a.png" /&gt;&lt;li&gt; Your web browser will open and take you to a page explaining what that process or program is.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc18a.png" /&gt;&lt;li&gt; Now select the &lt;b&gt;Recovery center&lt;/b&gt; tab from the left pane of the &lt;b&gt;Optimization&lt;/b&gt; screen. From here you can undo or ‘recover’ any of the changes taht SpeedUpMyPC 2009 makes, should you choose to do so. This is another feature that makes me recommend this software – though generally unnecessary, the ability to revert back to previous settings is a fantastic safety feature.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc19a.png" /&gt;&lt;li&gt; Finally, select the &lt;b&gt;Settings&lt;/b&gt; tab from the top. From here you can customize exactly how you want SpeedUpMyPC 2009 to behave. The options are very straight forward, and one that I would suggest &lt;i&gt;disabling&lt;/i&gt; is &lt;b&gt;Launch SpeedUpMyPC 2009 when Windows starts&lt;/b&gt;. Though SpeedUpMyPC 2009 is a great tool, it doesn’t need to be run every day. Once a week or so will suffice.&lt;/li&gt;&lt;img alt="" src="http://www.simplehelp.net/images/speeduppc/speeduppc20a.png" /&gt;&lt;li&gt; windows 7 tutorial finish speed up your PC That’s it! Feel free to explore the other SpeedUpMyPC 2009 options, and enjoy having a faster PC&lt;/li&gt;&lt;/ol&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&amp;nbsp;Credits to Original Tut writer.&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;TO SUPPORT SITE CLICK ADS &lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-6455455906612311509?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/6455455906612311509/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2009/10/windows-7-tutorial-speed-up-system.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/6455455906612311509'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/6455455906612311509'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2009/10/windows-7-tutorial-speed-up-system.html' title='Windows 7 Tutorial Speed Up System Super Fast'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_G7gG0sZftWY/SuxPlNYGyBI/AAAAAAAAAAg/UBZLtNNyZRY/s72-c/speeduppc00a.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-8371407931580853826</id><published>2009-10-31T07:49:00.000-07:00</published><updated>2009-10-31T08:08:04.460-07:00</updated><title type='text'>Windows 7 Tutorial Install From USB Drive</title><content type='html'>&lt;div class="PostContent"&gt;&lt;div dir="ltr" id="result_box" style="text-align: left;"&gt;This guide works 100% for Vista and Windows 7, in contrast to most of the leaders there. I have many sites / blogs that you install Vista on a USB controller, but with incomplete or not Started Guide. I also have some guides that are not “the proper use of commands in this manual. After many hours I have with this guide to 100%.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;img alt="Bootable USB drive" border="0" height="101" src="http://www.intowindows.com/wp-content/uploads/2009/01/disk.jpg" style="border: 0px none; display: inline;" title="Bootable USB drive" width="260" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;I just did this method on one of my friends machine and installed the new Windows 7 BETA. The main advantage is that by using USB drive you will be able to install Windows 7/Vista in just 15 minutes. You can also use this bootable USB drive on friend’s computer who doesn’t have a DVD optical drive.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;The method is very simple and you can use without any hassles. Needless to say that your motherboard should support USB Boot feature to make use of the bootable USB drive.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;*USB Flash Drive (Minimum 4GB)&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;*Windows 7 or Vista installation files.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;Follow the below steps to create bootable Windows 7/Vista USB drive using which you can install Windows 7/Vista easily.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;1&lt;/b&gt;. Plug-in your USB flash drive to USB port and move all the contents from USB drive to a safe location on your system.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;2&lt;/b&gt;. Open Command Prompt with admin rights. Use any of the below methods to open Command Prompt with admin rights.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;*Type&lt;b&gt; cmd&lt;/b&gt; in Start menu search box and hit&lt;b&gt; Ctrl&lt;/b&gt;+ &lt;b&gt;Shift&lt;/b&gt;+ &lt;b&gt;Enter&lt;/b&gt;.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;Or&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;*Go to Start menu &amp;gt; All programs &amp;gt; Accessories, right click on Command Prompt and select Run as administrator.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;3&lt;/b&gt;. You need to know about the USB drive a little bit. Type in the following commands in the command prompt:&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;First type &lt;b&gt;DISKPART&lt;/b&gt; and hit enter to see the below message.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;img alt="Bootable USB Drive" border="0" height="142" src="http://www.intowindows.com/wp-content/uploads/2009/01/12.jpg" style="border: 0px none; display: inline;" title="Bootable USB Drive" width="523" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;Next type &lt;b&gt;LIST DISK&lt;/b&gt; command and note down the Disk number (ex: Disk 1) of your USB flash drive. In the below screenshot my Flash Drive Disk no is &lt;b&gt;Disk 1&lt;/b&gt;.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;4&lt;/b&gt;. Next type all the below commands one by one. Here I assume that your disk drive no is “&lt;b&gt;Disk 1&lt;/b&gt;”.If you have Disk 2 as your USB flash drive then use Disk 2.Refer the above step to confirm it.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;So below are the commands you need to type and execute one by one:&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;SELECT DISK 1 &lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;CLEAN&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;CREATE PARTITION PRIMARY&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;SELECT PARTITION 1&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;ACTIVE&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;FORMAT FS=NTFS&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;(Format process may take few seconds)&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;ASSIGN&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;EXIT&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;Don’t close the command prompt as we need to execute one more command at the next step. Just minimize it.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;img alt="Bootable USB Drive" border="0" height="452" src="http://www.intowindows.com/wp-content/uploads/2009/01/115.jpg" style="border: 0px none; display: inline;" title="Bootable USB Drive" width="437" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;5&lt;/b&gt;. Next insert your Windows7/Vista DVD into the optical drive and check the drive letter of the DVD drive. In this guide I will assume that your DVD drive letter is “D” and USB drive letter is “H” (open my computer to know about it).&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;6&lt;/b&gt;. Maximize the minimized Command Prompt in the 4th step.Type&amp;nbsp; the following command now:&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;D:CD BOOT&lt;/b&gt; and hit enter.Where “D” is your DVD drive letter.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;CD BOOT&lt;/b&gt; and hit enter to see the below message.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;7&lt;/b&gt;. Type another command given below to update the USB drive with BOOTMGR compatible code.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;BOOTSECT.EXE/NT60 H&lt;/b&gt;:&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;img alt="14" border="0" height="220" src="http://www.intowindows.com/wp-content/uploads/2009/01/14.jpg" style="border: 0px none; display: inline;" title="14" width="533" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;Where “H” is your USB drive letter. Once you enter the above command you will see the below message.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;8&lt;/b&gt;. Copy your Windows 7/Vista DVD contents to the USB flash drive.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;b&gt;9&lt;/b&gt;. Your USB drive is ready to boot and install Windows 7/Vista. Only thing you need to change the boot priority at the BIOS to USB from the HDD or CD ROM drive. I won’t explain it as it’s just the matter the changing the boot priority or enabling the USB boot option in the BIOS.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;Note: If you are not able to boot after following this guide means you haven’t set the BIOS priority to USB. If you got any problem in following this guide feel free to ask questions by leaving comment.&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;Original Tutorial By intowindows.com&lt;br /&gt;&lt;br /&gt;TO SUPPORT SITE CLICK ADS&amp;nbsp; &lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-8371407931580853826?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/8371407931580853826/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2009/10/windows-7-tutorial-install-from-usb.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/8371407931580853826'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/8371407931580853826'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2009/10/windows-7-tutorial-install-from-usb.html' title='Windows 7 Tutorial Install From USB Drive'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-7560317931026934607</id><published>2009-10-31T06:52:00.000-07:00</published><updated>2009-10-31T07:20:20.846-07:00</updated><title type='text'>Top 12 Windows 7 Hacks You Must Know</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_G7gG0sZftWY/SuxHjs3xKkI/AAAAAAAAAAQ/TX8me-pd9j0/s1600-h/windows-7-hack.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_G7gG0sZftWY/SuxHjs3xKkI/AAAAAAAAAAQ/TX8me-pd9j0/s640/windows-7-hack.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;If you are looking for Windows 7 hacks, I am sure you can finds loads of them on web. What matters is, how many of them are really important. Do you think unlocking the Taskbar in Windows 7 is something very exciting? Obviously, not for the majority of users its nothing cool. Instead if you are interested in Windows 7 Hack that can help you to get rid of expiry date, remove watermark, or disable send feedback link then my article can surely help you out. I organized a set Top 12 Windows 7 Hack You Must Know. This list includes some of the handy posts on Windows 7 hacks in our blog. I have also provided the sources where you can find the hacks.&lt;br /&gt;&lt;/div&gt;&lt;span id="more-6389"&gt;&lt;/span&gt; &lt;br /&gt;&lt;h2&gt;1.&amp;nbsp; How to Get&amp;nbsp; Windows Vista-Style Taskbar in Windows 7&lt;/h2&gt;It's hard to deny that Windows Vista scores high on appearance. Here's your chance to give the Windows 7 a Vista look. Just follow the steps mentioned below&lt;br /&gt;Step 1: Right-click on the taskbar and choose the properties dialog. Select the small icons checkbox&lt;br /&gt;Step 2: Under the taskbar buttons setting, choose combine when taskbar is full. Although it’s not pixel-perfect in accuracy, but, it’s close from a functionality point.&lt;br /&gt;&lt;a href="http://blog.taragana.com/index.php/archive/how-to-achieve-windows-vista-style-taskbar-in-windows-7-in-two-simple-steps/" target="_blank"&gt;Source &lt;/a&gt;&lt;br /&gt;&lt;h2&gt;2. How to Change Windows 7 Log On Screen&lt;/h2&gt;If you don't want the same old blue log on screen for your Windows Vista, here's what you gotta do. Go ahead with the steps below.&lt;br /&gt;Step 1: Download&amp;nbsp; the file - http://www.mediafire.com/?e9y3j3vme0w&lt;br /&gt;Step 2: Click on Save and save the .zip file to the desktop&lt;br /&gt;Step 3: Open the .zip file and extract the .reg file to the desktop&lt;br /&gt;Step 4: Right click the .reg file (On Desktop) and click on Merge.&lt;br /&gt;Step 5: Click on Run, and press Yes, Yes, and OK when prompted&lt;br /&gt;Step 6: Save the custom .jpg image you want to use to the desktop with the name backgroundDefault.jpg&lt;br /&gt;Step 7: Check to see what your primary display screen resolution is. (You can do it by right clicking on any empty space on your desktop and choose screen resolution and then actuate it with your monitor's specification.)&lt;br /&gt;&lt;i&gt;[NOTE: For example, mine is 1920 x 1280.]&lt;/i&gt;&lt;br /&gt;Step 8: Open Paint, and click on the File icon (top left corner), Open, and navigate to and select the .jpg image from step 6.&lt;br /&gt;&lt;i&gt;[NOTE: You can open Paint by typing mspaint.exe in the Start menu search line]&lt;/i&gt;&lt;br /&gt;Step 9: In Paint, click on Resize, dot Pixels, uncheck Maintain aspect ratio, then resize the .jpg image to the screen resolution size in step 7 (whatever be yours)&lt;br /&gt;Step 10:Save the .jpg file to the desktop with the exact file name below with the screen resolution size of the image. When completed, close Paint&lt;br /&gt;Step 11: In Windows Explorer, navigate to&lt;br /&gt;C:\Windows\system32\oobe\info\backgrounds&lt;br /&gt;Step 12: Copy and Paste the .jpg files from step 10, and from step 6 into the C:\Windows\system32\oobe\info\backgrounds folder, then close the window&lt;br /&gt;Step 13: You're logon screen is now changed. You can press Ctrl+Alt+Del to test it. Click on Cancel to return to the desktop.&lt;br /&gt;[NOTE: You can now delete the .reg and .zip files on the desktop if you like.]&lt;br /&gt;&lt;a href="http://blog.taragana.com/index.php/archive/hack-to-change-windows-7-log-on-screen/" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;&lt;h2&gt;3. How to Unlock the Windows 7 Hidden Themes&lt;/h2&gt;The Windows 7 beta has a pack of hidden and locked themes. Let's see how you can unlock the hidden themes.&lt;br /&gt;Step 1: Open the Explorer (Windows + E) and go to C:\Windows\winsxs&lt;br /&gt;Step 2: Enter *.theme into the search field. Alternately you can use the * sign on the number block.&lt;br /&gt;Step 3: You'll get the Click me prompt&lt;br /&gt;Step 4: Double-click the themes ZA, US, GB, CA, AU to install them.&lt;br /&gt;&lt;a href="http://blog.taragana.com/index.php/archive/windows-7-hidden-themes-in-4-simple-steps/" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;&lt;h2&gt;4. How to Enable the Windows Aero in Windows 7&lt;/h2&gt;If you were looking for the best designed and most transparent Microsoft user interface then you can't escape Windpws Aero. Here's a hack to enable Windows Aero in Windows 7. But before you proceed with the steps keep a backup of your registry.&lt;br /&gt;Step 1. Click on the Start Menu and type “regedit” into the search box. When the program appears click to open the regedit.exe icon.&lt;br /&gt;Step 2. Locate the Key below&lt;br /&gt;HKEY_CURRENT_USERSoftwareMicrosoftWindowsDWM&lt;br /&gt;Step 3. Look to the pane on the right of the key hierarchy. Right click on the white area and select New &amp;gt; DWORD (32 bit) Value.&lt;br /&gt;Step 4. As the value appears name it UseMachineCheck.&lt;br /&gt;Step 5. Repeat and create 2 more DWORD Values, Blur and Animations&lt;br /&gt;Step 6. First double-click the value just created with the UseMachineCheck and enter 0 in the Value Data box. Do the same for Values Blur and Animations. Then click OK.&lt;br /&gt;Step 7. Now close the Registry Editor.&lt;br /&gt;Step 8. Open the Start Menu and type “cmd” into the search box, right-click on cmd.exe when the program appears in the search results. Now, select Run as Administrator from the drop-down.&lt;br /&gt;Step 9. As the Command Prompt opens type the commands below&lt;br /&gt;i) Net Stop uxsms – this command will stop the Desktop Windows Manager Session Manager&lt;br /&gt;ii) Net Start uxsms– this command will restart it&lt;br /&gt;Step 10. Once you close the Command Prompt. Right click on the desktop and click on Personalize from the menu.&lt;br /&gt;Step 11. Click on the Window Color and Appearance in the Personalization Windows Aero the Color Scheme menu.&lt;br /&gt;&lt;a href="http://laptoplogic.com/resources/9-amazing-yet-simple-windows7-hacks" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;&lt;h2&gt;5. How to Enable the Quick Launch Bar in Windows 7&lt;/h2&gt;It is a surprising to see that the Quick Launch Bar has not been enlisted in the easy to enable list. Here's what you gotta to do to enable the Quick Launch Bar.&lt;br /&gt;Step 1:Right-click on the Taskbar and select Toolbars &amp;gt; New Toolbar from the menu.&lt;br /&gt;Step 2: Copy and paste the address provided below into the Address bar&lt;br /&gt;%SystemDrive%Users%username%AppDataRoamingMicrosoftInternet Explorer&lt;br /&gt;then click the arrow to the right of the Address bar to navigate to the folder.&lt;br /&gt;Step 3: Select the Quick Launch folder listed and click the Select Folder button&lt;br /&gt;&lt;a href="http://laptoplogic.com/resources/9-amazing-yet-simple-windows7-hacks" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;&lt;h2&gt;6. How to Remove Send Feedback link in Windows 7&lt;/h2&gt;The bug that troubles the window in Windows 7 is the send feedback link. This is a simple fix to get rid of this pique. Make sure you have a backup of the registry before you proceed.&lt;br /&gt;Step 1: Click on the Start Menu and type “regedit” into the search box, click to open the regedit.exe icon when the program appears.&lt;br /&gt;Step 2: Look for the following Key HKEY_CURRENT_USERControl PanelDesktop&lt;br /&gt;Step 3: Right-click on the white space in the In the pane to the right of the key hierarchy and select New &amp;gt; DWORD (32 bit) Value.&lt;br /&gt;Step 4: Now as the value appears name it FeedbackToolEnabled&lt;br /&gt;Step 5: Double-click the value that was created with FeedbackToolEnabled and enter 0 in the Value Data box, and then click OK.&lt;br /&gt;Step 6: To effect the changes Log off the computer and log on to the system.&lt;br /&gt;&lt;a href="http://laptoplogic.com/resources/9-amazing-yet-simple-windows7-hacks" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;&lt;h2&gt;7. How to Start Windows Explorer from ‘My Computer’&lt;/h2&gt;For those who are in the habit of customizing the Windows for convenience and fun can try this out on Windows 7. With this hack you can set the indows Explorer to start from My Computer instead. This will help you to access the different hard disk drives or removable disks easily. Let's go through the steps&lt;br /&gt;Step 1:&amp;nbsp; navigate to Windows Explorer in the Start Menu (it’s in the Accessories folder). Then edit the properties and change the target to read:&lt;br /&gt;%SystemRoot%\explorer.exe /root,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}&lt;br /&gt;This will make the explorer open folders/drives in new Windows. To fix this see the next step&lt;br /&gt;Step 2: Set the target to&lt;br /&gt;%SystemRoot%\explorer.exe /e,::{20d04fe0-3aea-1069-a2d8-08002b30309d}&lt;br /&gt;&lt;a href="http://blog.taragana.com/index.php/archive/windows-7-hack-remove-1st-july-expiry-date-disable-send-feedback-button-and-remove-watermark-3-in-1-patch/" target="_blank"&gt;Source &lt;/a&gt;&lt;br /&gt;&lt;h2&gt;8. Remove Watermark from Windows 7 beta 1 Desktop&lt;/h2&gt;WIndows 7 is in its beta version and you can realize it well with the lapses in the operating system. One such annoying feature with the OS is the water mark embedded in the desktop. To remove the watermark you can follow the steps below. Before beginning with the steps you need to ensure that the User Account Control is disabled.&lt;br /&gt;Step 1: Click on the Start Menu&amp;gt; Control Panel&lt;br /&gt;Step 2: Click on User Accounts. Change User Account Control Settings and adjust the slider so that it is at the bottom of the screen (Never Notify).&lt;br /&gt;Step 3: Next restart the computer&lt;br /&gt;Step 4: After the rebooting browse to the following directory&lt;br /&gt;C:WindowsSystem32en-US&lt;br /&gt;Step 5: Once you’re in the directory locate and right-click the following file&lt;br /&gt;user32.dll.mui&lt;br /&gt;Step 6: From the drop down menu select the properties. Click on the Security tab and click on the Advanced button at the buttom.&lt;br /&gt;Step 7:&amp;nbsp; In the Advanced Security Settings window click on the Owner tab&amp;nbsp; and click Edit.&lt;br /&gt;Step 8: Click OK to effect the changes and return to the original file Properties window.&lt;br /&gt;Step 9: Under the security tab, Click Edit.&lt;br /&gt;Step 10:Select Users and a checkmark to the all the checkboxes giving you full control of the file&lt;br /&gt;Step 11: Rename user32.dll.mui to user32-backup.dll.mui&lt;br /&gt;Step 12: Download the patched version of the files - 32 bit Download or 64 bit Download&lt;br /&gt;Step 13: After the files have been downloaded extract it from the original directory&lt;br /&gt;C:WindowsSystem32en-US&lt;br /&gt;Step 14: Restart the computer&lt;br /&gt;&lt;a href="http://laptoplogic.com/resources/9-amazing-yet-simple-windows7-hacks" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;&lt;h2&gt;9. How to Unibstall Internet Explorer for Good&lt;/h2&gt;This is for those users who never need to use the Internet Explorer. Just follow the steps below to uninstall IE&lt;br /&gt;Step 1: Click on the Start Menu and move to the Control Panel&lt;br /&gt;Step 2: Select the Programs and Features&lt;br /&gt;Step 3: Click on Turn Windows features on or off link located on the left pane&lt;br /&gt;Step 4: The Turn Windows features on or off window appears. Uncheck the Internet Explorer 8 and click OK&lt;br /&gt;Step 5: After a couple of restarts Internet Explorer should be gone for good&lt;br /&gt;&lt;a href="http://laptoplogic.com/resources/9-amazing-yet-simple-windows7-hacks" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;&lt;h2&gt;10. How to Enable Recording in Windows 7&lt;/h2&gt;In windows 7 the WaveMix and SterioMix are disabled by default. I'll let you the hack to activate the recording device. Here are the steps&lt;br /&gt;Step 1: Right click on the speaker icon. Now look for the Recording Devices and select it.&lt;br /&gt;Step 2: Now right click and select the option Show Disabled Devices&lt;br /&gt;Step 3:Select the Wave Out Mix device and Enable it. Click on Set as Default Device and open up the Audacity.&lt;br /&gt;&lt;a href="http://blog.taragana.com/index.php/archive/how-to-enable-recording-in-windows-vista-and-windows-7/" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;&lt;h2&gt;11. How to Get Rid of Windows 7 Expiry Date&lt;/h2&gt;Install the TimerNuke patch to remove the files associated with activation. It will disable the related services. So you can continue with the Windows 7 even after the activation timeline is over. Just download the patch and install.&lt;br /&gt;&lt;a href="http://www.google.com/url?sa=U&amp;amp;start=1&amp;amp;q=http://www.mydigitallife.info/2008/12/30/timernuke-crack-free-download-to-disable-activation-of-windows-7-and-server-2008/&amp;amp;ei=kbnASbmmHMPQkAWhsZ0x&amp;amp;usg=AFQjCNFmHNSfFsruE5UfLXqi5RHXFMkIxw" target="_blank"&gt;Download&lt;/a&gt;&lt;br /&gt;Source&lt;br /&gt;&lt;h2&gt;12. Windows 7 Installed on a Macbook Pro&lt;/h2&gt;This is for the MacBook Pro users who are yet to install the Windows 7. From the sites below you can get the instructions to install the latest windows OS on MacBook Pro.&lt;br /&gt;&lt;a href="http://www.engadget.com/2009/01/11/windows-7-gets-installed-on-macbook-pro-explained/" target="_blank"&gt;Windows 7 installation on Macbook Pro &lt;/a&gt;&lt;br /&gt;&lt;a href="http://laptoplogic.com/resources/9-amazing-yet-simple-windows7-hacks" rel="nofollow" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;Enjoy the hacks. Let me know if you have some more tips to share.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-7560317931026934607?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/7560317931026934607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2009/10/top-12-windows-7-hacks-you-must-know.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/7560317931026934607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/7560317931026934607'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2009/10/top-12-windows-7-hacks-you-must-know.html' title='Top 12 Windows 7 Hacks You Must Know'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_G7gG0sZftWY/SuxHjs3xKkI/AAAAAAAAAAQ/TX8me-pd9j0/s72-c/windows-7-hack.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-2576359421739234043</id><published>2009-10-31T06:50:00.000-07:00</published><updated>2009-10-31T06:50:19.795-07:00</updated><title type='text'>GMail Drive - Use 8GB as Local Storage</title><content type='html'>&lt;div style="text-align: left;"&gt;&lt;a href="http://www.sevenforums.com/geek/gars/images/4/1/2/8/types/thumb_Gmail.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://www.sevenforums.com/geek/gars/images/4/1/2/8/types/thumb_Gmail.png" /&gt;&lt;b&gt;&lt;span style="color: orange;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size: large;"&gt;&lt;strong style="color: orange;"&gt;GMail Drive - Use 8GB as Local Storage&lt;/strong&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="color: orange;"&gt;&lt;span style="font-size: x-large;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: orange;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: orange;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="-moz-background-clip: border; -moz-background-inline-policy: continuous; -moz-background-origin: padding; background: rgb(187, 255, 209) none repeat scroll 0% 0%; border-color: rgb(204, 204, 204); border-style: dotted; border-width: 1px 1px 1px 3px; padding: 0pt 5px; text-align: left;"&gt; &lt;span style="color: black;"&gt;&lt;b&gt;&lt;em&gt;Information&lt;/em&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;   &lt;/div&gt;&lt;table border="0" style="margin-left: 0px; margin-right: auto; text-align: left;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width="5%"&gt;&amp;nbsp; &lt;/td&gt; &lt;td width="90%"&gt;This will show you how to utilize the GMail Drive 8GB of storage as local storage in Windows Explorer.&lt;/td&gt; &lt;td width="5%"&gt;&lt;img alt="" src="http://www.sevenforums.com/images/info.png" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin: 20px 10px; text-align: left;"&gt; &lt;div style="padding-left: 25px; padding-right: 25px;"&gt; &lt;div style="-moz-background-clip: border; -moz-background-inline-policy: continuous; -moz-background-origin: padding; background: rgb(232, 243, 255) none repeat scroll 0% 0%; border-color: rgb(204, 204, 204); border-style: dotted; border-width: 1px 1px 1px 3px;"&gt; &lt;div style="-moz-background-clip: border; -moz-background-inline-policy: continuous; -moz-background-origin: padding; background: rgb(189, 214, 230) none repeat scroll 0% 0%; border-color: rgb(204, 204, 204); border-style: dotted; border-width: 1px 1px 1px 3px; padding: 0pt 5px;"&gt; &lt;span style="color: black;"&gt;&lt;b&gt;&lt;em&gt;NOTE&lt;/em&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;table border="0" style="margin-left: 0px; margin-right: auto; text-align: left;"&gt;&lt;tbody&gt;&lt;tr&gt; &lt;td width="5%"&gt;&amp;nbsp; &lt;/td&gt; &lt;td width="90%"&gt;Be aware that support for this tool may suspend at any time if Google decides to block its use. Also prepare to reboot your system.&lt;/td&gt; &lt;td width="5%"&gt;&lt;img alt="" src="http://www.sevenforums.com/images/note.png" /&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: green;"&gt;Here's How:&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;span&gt;&lt;b&gt;1.&lt;/b&gt;&lt;/span&gt; To get started, download the latest version of GMail Drive from &lt;a href="http://www.viksoe.dk/gmail/" rel="nofollow" target="_blank"&gt;viksoe.dk&lt;/a&gt; and install it. You’ll notice that it’s dropped an addition to your ‘Computer’ in Explorer.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://1bhgug.blu.livefilestore.com/y1plvORsKOdfHvfTzF5rGYH2yQroZBMl2v4Xh1vOem5nyZW5qGYUoDRjHA10alOMrULtGlVRNeqqMDuYB0YH0c1bQ/Gmail4.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://1bhgug.blu.livefilestore.com/y1plvORsKOdfHvfTzF5rGYH2yQroZBMl2v4Xh1vOem5nyZW5qGYUoDRjHA10alOMrULtGlVRNeqqMDuYB0YH0c1bQ/Gmail4.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; color: red; text-align: left;"&gt;&lt;b&gt;&lt;a href="http://1bhgug.blu.livefilestore.com/y1plvORsKOdfHvfTzF5rGYH2yQroZBMl2v4Xh1vOem5nyZW5qGYUoDRjHA10alOMrULtGlVRNeqqMDuYB0YH0c1bQ/Gmail4.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span&gt;2.&lt;/span&gt; Right click the GMail Drive in Computer an select Login As…&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; color: red; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; color: red; text-align: left;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://1bhgug.blu.livefilestore.com/y1p0DGpKZeM5K6ONTAWW0vSNJpkpcBFgnWK6wjAQrsYdrZM_J12og-8VLp1uOVKCBsWFrQq3OwPuJ9Sp1bwosZs9A/Gmail3.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1bhgug.blu.livefilestore.com/y1p0DGpKZeM5K6ONTAWW0vSNJpkpcBFgnWK6wjAQrsYdrZM_J12og-8VLp1uOVKCBsWFrQq3OwPuJ9Sp1bwosZs9A/Gmail3.jpg" /&gt;&lt;/a&gt;&lt;span&gt;&lt;b&gt;3.&lt;/b&gt;&lt;/span&gt;Enter your vital statistics and hit OK&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://i38.tinypic.com/2rny81v.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://i38.tinypic.com/2rny81v.jpg" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&amp;nbsp;&lt;a href="http://1bhgug.blu.livefilestore.com/y1pkzb93Pmud49umW3wkleyoMpOVnNEgu3FqRt5cbderdxIhlXm6YJiyJmUVjCmCvvgOZlWb0Lc83u7_pD2DDQPzg/GMail2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="379" src="http://1bhgug.blu.livefilestore.com/y1pkzb93Pmud49umW3wkleyoMpOVnNEgu3FqRt5cbderdxIhlXm6YJiyJmUVjCmCvvgOZlWb0Lc83u7_pD2DDQPzg/GMail2.png" width="640" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; color: red; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; color: red; text-align: left;"&gt;&lt;b&gt;&amp;nbsp;Enjoy!!!&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-2576359421739234043?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/2576359421739234043/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2009/10/gmail-drive-use-8gb-as-local-storage.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/2576359421739234043'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/2576359421739234043'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2009/10/gmail-drive-use-8gb-as-local-storage.html' title='GMail Drive - Use 8GB as Local Storage'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i38.tinypic.com/2rny81v_th.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-2381034924628648970</id><published>2009-10-31T06:34:00.000-07:00</published><updated>2009-10-31T06:34:32.033-07:00</updated><title type='text'>Desktop and Shutdown Tweaks Combined</title><content type='html'>&lt;div style="float: left; padding-left: 10px; padding-right: 10px; padding-top: 12px;"&gt; &lt;img alt="" border="0" src="http://www.sevenforums.com/geek/gars/images/1/7/4/7/types/thumb_Windows7.png" /&gt; &lt;/div&gt;&lt;br /&gt;&lt;h2&gt;&lt;!-- google_ad_section_start --&gt;Desktop and Shutdown Tweaks Combined&lt;/h2&gt;&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;div align="center"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: navy;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: navy;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: navy;"&gt;How to Speed Up Windows 7 Desktop and Shutdown&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div align="center"&gt; &lt;span style="font-size: large;"&gt;&lt;b style="color: red;"&gt;Please use at your own risk!!!&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: navy;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: navy;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: navy;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: navy;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: navy;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;METHOD ONE: &lt;/b&gt;&lt;b&gt;&lt;span style="color: navy;"&gt;Through a Download&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://www.blogger.com/goog_1256995768462"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;span style="color: navy;"&gt;&lt;a href="http://www.host10mb.com/y4H5dy"&gt;Click me to Download&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;span style="color: navy;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;1.&lt;/span&gt;&lt;/b&gt; Click on &lt;b&gt;Save&lt;/b&gt;, and save the &lt;b&gt;.zip&lt;/b&gt; file to the &lt;b&gt;desktop&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;2.&lt;/b&gt;&lt;/span&gt; Open the &lt;b&gt;.zip&lt;/b&gt; file and &lt;b&gt;extract&lt;/b&gt; the &lt;b&gt;.reg&lt;/b&gt; file to the &lt;b&gt;desktop&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;3.&lt;/b&gt;&lt;/span&gt; Right click the &lt;b&gt;.reg&lt;/b&gt; file (On Desktop) and click on &lt;b&gt;Merge&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;4.&lt;/b&gt;&lt;/span&gt; Click on &lt;b&gt;Run&lt;/b&gt;, &lt;b&gt;Yes&lt;/b&gt;, &lt;b&gt;Yes&lt;/b&gt;, and &lt;b&gt;OK&lt;/b&gt; when prompted.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;5.&lt;/span&gt;&lt;/b&gt; Log off and log on, or restart the computer to apply the changes.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;6. &lt;/b&gt;&lt;/span&gt;When done, you can delete the downloaded &lt;b&gt;.reg &lt;/b&gt;and &lt;b&gt;.zip&lt;/b&gt; files on the desktop if you like.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;METHOD TWO: &lt;/b&gt;&lt;b&gt;&lt;span style="color: navy;"&gt;Through a registry script&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;Here is a registry script that you can paste into notepad and save as a .REG file. Then follow step three above.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: black;"&gt;(details are given at the end of the code to explain what each registry command does)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: darkred;"&gt;&lt;b&gt;Please save your registry before you make these changes. To do so, type in start menu ''regedit''. Select file and export. (Name the file Full registry &lt;/b&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: black;"&gt;around 35 megs&lt;/span&gt;&lt;/span&gt;&lt;b&gt;). You may also write down original settings and reset.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;br /&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;span style="color: navy;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 498px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;Windows Registry Editor Version 5.00&lt;br /&gt; &lt;br /&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]&lt;br /&gt;"NoLowDiskSpaceChecks"=dword:00000001&lt;br /&gt;"LinkResolveIgnoreLinkInfo"=dword:00000001&lt;br /&gt;"NoResolveSearch"=dword:00000001&lt;br /&gt;"NoResolveTrack"=dword:00000001&lt;br /&gt;"NoInternetOpenWith"=dword:00000001&lt;br /&gt; &lt;br /&gt;[HKEY_CURRENT_USER\Control Panel\Desktop]&lt;br /&gt;"AutoEndTasks"="1"&lt;br /&gt;"HungAppTimeout"="1000"&lt;br /&gt;"MenuShowDelay"="0"&lt;br /&gt;"WaitToKillAppTimeout"="2000"&lt;br /&gt;"LowLevelHooksTimeout"="1000"&lt;br /&gt; &lt;br /&gt;[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control]&lt;br /&gt;"WaitToKillServiceTimeout"="1000"&lt;br /&gt; &lt;br /&gt;[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control]&lt;br /&gt;"WaitToKillServiceTimeout"="1000"&lt;br /&gt; &lt;br /&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]&lt;br /&gt;"WaitToKillServiceTimeout"="1000"&lt;br /&gt; &lt;br /&gt;[HKEY_USERS\S-1-5-19\Control Panel\Desktop]&lt;br /&gt;"AutoEndTasks"="1"&lt;br /&gt;"HungAppTimeout"="1000"&lt;br /&gt;"MenuShowDelay"="0"&lt;br /&gt;"WaitToKillAppTimeout"="2000"&lt;br /&gt; &lt;br /&gt;[HKEY_USERS\S-1-5-20\Control Panel\Desktop]&lt;br /&gt;"AutoEndTasks"="1"&lt;br /&gt;"HungAppTimeout"="1000"&lt;br /&gt;"MenuShowDelay"="0"&lt;br /&gt;"WaitToKillAppTimeout"="2000"&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;NoLowDiskSpaceChecks = Low Disk Notification &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;deactivated&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;LinkResolveIgnoreLinkInfo = Determines whether &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;Windows traces shortcuts back &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;to &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;their sources &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;when it cannot find the target on the user's system.&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;NoResolveSearch = Prevents the system from &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;conducting a comprehensive search &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;of the target &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;drive to resolve a shortcut.&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;NoResolveTrack = Prevents the system from using &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;NTFS tracking features to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;resolve a shortcut.&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;NoInternetOpenWith = Specifies whether to use &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;the Microsoft Web service&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;for finding an &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;application to open a file with an unhandled &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;file association. &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;AutoEndTasks = Specifies whether user processes &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;end automatically when &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;the user either logs off &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;or shuts down Windows .&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;HungAppTimeout = Specifies how long the system &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;waits for user &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;processes to end after the user &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;clicks the End Task command button in &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;Task Manager. &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;MenuShowDelay = Specifies the interval from the &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;time the cursor is &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;pointed at a menu until the &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;menu items are displayed.&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;WaitToKillAppTimeout = Specifies how long the &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;system waits for user &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;processes to end after &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;the user attempts to log off or to shut down &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;Windows. When the time specified in this entry &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;expires, the End &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;Task dialog box appears, &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;stating that the process did not respond. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;If the value of AutoEndTasks is 1, the system &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;ends the process&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;automatically.&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;LowLevelHooksTimeout = This tweak changes the &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;time to wait to kill &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;a service, which is not &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;responding&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;WaitToKillServiceTimeout = Determines how long &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;the system waits &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;for services to stop after &lt;/span&gt;&lt;span style="font-family: Times New Roman;"&gt;notifying the service that the system is &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Times New Roman;"&gt;shutting down.&lt;/span&gt; &lt;/pre&gt;&lt;/blockquote&gt;&lt;h2&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp;Source:-&lt;a href="http://www.sevenforums.com/"&gt;CLick me&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-2381034924628648970?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/2381034924628648970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2009/10/desktop-and-shutdown-tweaks-combined.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/2381034924628648970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/2381034924628648970'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2009/10/desktop-and-shutdown-tweaks-combined.html' title='Desktop and Shutdown Tweaks Combined'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-5310947677126188116</id><published>2009-10-31T05:23:00.000-07:00</published><updated>2009-10-31T05:23:45.166-07:00</updated><title type='text'>How to Easily Change the Windows Desktop Icons Size</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: navy;"&gt;How to Easily Change the Windows Desktop Icons Size&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;table border="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width="5%"&gt;&lt;br /&gt;&lt;/td&gt; &lt;td width="90%"&gt;For those who have always wondered if you can get custom size icons on your desktop just like in your folders, there &lt;b&gt;is&lt;/b&gt; a way! This will show you a quick and simple way to make the desktop icons smaller or larger than usual in Windows.&lt;/td&gt; &lt;td width="5%"&gt;&lt;img alt="" src="http://www.sevenforums.com/images/info.png" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: navy;"&gt;&lt;span style="color: red;"&gt;Option:1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #e69138; text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Change to Custom Size&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #e69138; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;1.&lt;/span&gt;&lt;/b&gt; Get to your desktop and make sure you haven't selected any application(s) as active.&lt;br /&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;2.&lt;/span&gt;&lt;/b&gt; Hold &lt;b&gt;Control&lt;/b&gt; &lt;span style="font-size: x-small;"&gt;(&lt;img alt="Name:  controlkey.pngViews: 1665Size:  7.2 KB" border="0" src="http://www.sevenforums.com/attachments/tutorials/26696d1252222356-desktop-icons-custom-size-controlkey.png?filter[2]=General%20Tips" style="margin: 2px;" title="Name:  controlkey.pngViews: 1665Size:  7.2 KB" /&gt;)&lt;/span&gt; and move your mouse scroller &lt;span style="font-size: x-small;"&gt;(&lt;img alt="Name:  Scroller.pngViews: 1660Size:  13.9 KB" border="0" src="http://www.sevenforums.com/attachments/tutorials/26701d1252223089-desktop-icons-custom-size-scroller.png?filter[2]=General%20Tips" style="margin: 2px;" title="Name:  Scroller.pngViews: 1660Size:  13.9 KB" /&gt;)&lt;/span&gt; forward and backward to change the size. Moving the scroll button forward will make icons bigger, and moving it back will make icons smaller. Adjust the icons to your preference.&lt;br /&gt;&lt;/blockquote&gt;&lt;div style="color: #e69138; text-align: center;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;Option 2&lt;/span&gt;&lt;/b&gt; &lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="color: red;"&gt;&lt;b&gt;Change to Original Size&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;blockquote&gt;If at any time you wish to restore the icons to one of the three preset defaults just go to the desktop and right click it selecting "View" and choosing one of the three options:&lt;blockquote&gt;&lt;img alt="Name:  Presets.pngViews: 1658Size:  2.4 KB" border="0" src="http://www.sevenforums.com/attachments/tutorials/26697d1252222633-desktop-icons-custom-size-presets.png?filter[2]=General%20Tips" style="margin: 2px;" title="Name:  Presets.pngViews: 1658Size:  2.4 KB" /&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;span style="font-size: large;"&gt;&lt;span style="color: red;"&gt;&lt;b&gt;That's it!&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;Hope I've helped, not everyone likes preset stuff, most people customize everything!&lt;span style="font-size: large;"&gt;&lt;span style="color: red;"&gt;&lt;b&gt; &lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-5310947677126188116?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/5310947677126188116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2009/10/how-to-easily-change-windows-desktop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/5310947677126188116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/5310947677126188116'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2009/10/how-to-easily-change-windows-desktop.html' title='How to Easily Change the Windows Desktop Icons Size'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-4172690191006393761</id><published>2009-10-31T03:48:00.000-07:00</published><updated>2009-10-31T08:44:50.641-07:00</updated><title type='text'>Windows 7 Activation Tools Pack</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img alt="Posted Image" class="bbc_img" src="http://i33.tinypic.com/200dz4p.jpg" /&gt;&lt;b class="bbc"&gt;&amp;nbsp;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b class="bbc"&gt;Windows 7 Activation Tools Pack | 28.1 Mb&lt;/b&gt;&lt;br /&gt;Pack of Windows 7 / Vista activators an loaders.&lt;br /&gt;&lt;br /&gt;&lt;b class="bbc"&gt;This pack includes:&lt;/b&gt;&lt;br /&gt;1. Windows 7 Loader v1.7.2 (x86 &amp;amp; x64) by Daz&lt;br /&gt;2. Vista7 Slic Loader v1.5.4 by omdhar&lt;br /&gt;3. Open 7 activator by nononsence&lt;br /&gt;4. Windows 7 Loader eXtreme Edition v3.117&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;div class="blockquote"&gt;&lt;div class="quote"&gt;&lt;pre class="prettyprint"&gt;&lt;a href="http://hotfile.com/dl/16170176/d4c1c58/Win7-Vista_Loaders_Pack_2009.rar.html"&gt;h&lt;b&gt;ttp&lt;/b&gt;&lt;b&gt;://hotfile.com/dl/16170176/d4c1c58/Win7-Vista_Loaders_Pack_2009.rar.html&lt;/b&gt;&lt;/a&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-4172690191006393761?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/4172690191006393761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2009/10/windows-7-activation-tools-pack.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/4172690191006393761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/4172690191006393761'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2009/10/windows-7-activation-tools-pack.html' title='Windows 7 Activation Tools Pack'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i33.tinypic.com/200dz4p_th.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-4715334977273353779</id><published>2009-10-31T03:34:00.000-07:00</published><updated>2009-10-31T07:27:57.127-07:00</updated><title type='text'>Top 10 Windows 7 Tricks, Tips and Secrets</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_G7gG0sZftWY/SuxJWz12K2I/AAAAAAAAAAY/lGXEp3NFe-A/s1600-h/windows7.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_G7gG0sZftWY/SuxJWz12K2I/AAAAAAAAAAY/lGXEp3NFe-A/s320/windows7.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;Microsoft's seventh version of operating system - &lt;b&gt;&lt;span style="color: red;"&gt;Windows 7&lt;/span&gt;&lt;/b&gt; is waiting to hit the store shelves.&amp;nbsp; Well, the&lt;br /&gt;PDC attendees are already using Windows 7, rest of the Windows buffs might be working on the leaks through torrents. With so much hype, expectations from Windows 7 must be sky high, especially, after the visaster. Already the sites and blogs are flodded with tips, and tricks on Windows 7. We did our part with the coolest hacks for Windows 7. Now that there are heaps of &lt;i&gt;fundas&lt;/i&gt; on Windows 7 on the web it's a wild-goose chase filtering the most useful tips. We worked extensively to bring you the top 10 Windows 7 tricks, tips and secret. &lt;br /&gt;&lt;span id="more-14648"&gt;&lt;/span&gt;&lt;br /&gt;&lt;h2&gt;1. System Requirements&lt;/h2&gt;Well, we include this on the top of our list as most people know about the Winddows 7 system requirements, but there's a lot of fuss surrounding it. We got the genuine details of the minimum requirements for Windows 7 if you are still in a fix.&lt;br /&gt;&lt;b&gt;CPU: &lt;/b&gt;1 GHz+ 32 or 64-Bit processor&lt;br /&gt;&lt;b&gt;RAM:&lt;/b&gt; 1 GB for 32-Bit, 2 GB for 64-Bit&lt;br /&gt;&lt;b&gt;GPU: &lt;/b&gt;128 MB DirectX 9, WDDM 1.0 Compatible Video Card&lt;br /&gt;&lt;b&gt;HDD: &lt;/b&gt;15 GB for 32-Bit, 20 GB for 64-Bit&lt;br /&gt;&lt;b&gt;Others:&lt;/b&gt;&lt;br /&gt;DX9 Capable sound card&lt;br /&gt;1024×768 or better capable screen&lt;br /&gt;Keyboard + Mouse&lt;br /&gt;DVD Drive&lt;br /&gt;An internet connection for updates and activation.&lt;br /&gt;Above all, Windows 7 is far less of a resource hungry than its predecessor Windows Vista.&lt;br /&gt;&lt;h2&gt;2. A Welcome Gesture&lt;/h2&gt;&lt;img alt="windows7_touch" class="aligncenter size-full wp-image-14650" height="226" src="http://blog.taragana.com/wp-content/uploads/2009/09/windows7_touch.jpg" width="312" /&gt;&lt;br /&gt;Most innovative part of the latest Microsoft OS is that it supports touchscreen devices. Windows 7 incorporates a gesture-based system that allows you to navigate the desktop with a stylus or even your finger. Voila! A gesture also works with a mouse. Let me tell you in the new system a new program-specific menu that replaces the right-click context menu. Instead of using right-clicking the Taskbar icon to access the Jump List you can hold the left-click and drag upwards to smoothly get it. For more you can also click and drag down in the Internet Explorer address bar to view the browsing history and related favorite bookmarks. Is it real touchy, well can wait and watch. By the time you can also refer to our article on &lt;a href="http://blog.taragana.com/index.php/archive/microsoft-windows-7-touchpack-application-guide/" target="_blank"&gt;WIndows 7 Touch Pack&lt;/a&gt;.&lt;br /&gt;&lt;h2&gt;3. Dreamscenes for Windows 7&lt;/h2&gt;&lt;img alt="windows-7-dreamscene" class="aligncenter size-full wp-image-14651" height="220" src="http://blog.taragana.com/wp-content/uploads/2009/09/windows-7-dreamscene.jpg" width="314" /&gt;&lt;br /&gt;In order to use DreamScenes you need to use this hack. The DreamScene installation hack is an executable file, which copies the needed DreamScene files and fuses&amp;nbsp; them with the right registry keys and posts. Here are are the steps you need to follow&lt;br /&gt;&lt;b&gt;Step1:&lt;/b&gt; Download and unpack &lt;a href="http://www.windows7guide.dk/downloads/Windows7-DreamScene.zip" target="_blank"&gt;Windows7-DreamScene&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Step2:&lt;/b&gt; Run Windows7-DreamScene.exe as administrator. Install and activate Windows DreamScene for Windows 7. The program willl automaticly restart explorer.&lt;br /&gt;&lt;b&gt;Step3:&lt;/b&gt; This will create a new Windows DreamScene folder in : &lt;b&gt;% Windir% \ Web \ folder&lt;/b&gt;. Place the video file that you would like as a DreamScene background&lt;br /&gt;Now for using the videoclips (in. WMV or. MPG) as DreamScenes animated background, you need to right click on the video media file that you wanna select and pick "Use as desktop background"&lt;br /&gt;&lt;h2&gt;4. Understanding System Restore&lt;/h2&gt;&lt;img alt="windows7-system-restore" class="aligncenter size-full wp-image-14652" height="228" src="http://blog.taragana.com/wp-content/uploads/2009/09/windows7-system-restore.png" width="325" /&gt;&lt;br /&gt;Well, playing with System Restore was a like a trial and error test in the earlier versions of Windows. Now way can you tell which application or driver it might affect.&lt;br /&gt;With Windows 7 its not the same, as it informs you about all the programs and drivers will be deleted or recovered by selecting this restore point. To do that you need to follow this&lt;br /&gt;&lt;b&gt;Step 1: &lt;/b&gt;Right-click Computer, select &lt;b&gt;Properties &lt;/b&gt;&amp;gt; &lt;b&gt;System Protection&lt;/b&gt; &amp;gt; &lt;b&gt;System Restore&lt;/b&gt; &amp;gt; &lt;b&gt;Next&lt;/b&gt;. Finally select the restore point you'd wanna use.&lt;br /&gt;&lt;b&gt;Step 2: &lt;/b&gt;Click the new button to Scan for affected programs and Windows will tell you about the programs and drivers that would be deleted or recovered by selecting this restore point.&lt;br /&gt;&lt;h2&gt;5. Get a power efficiency report&lt;/h2&gt;This one's especially for the laptop users gasping for their battery life. Well, WIndows 7 is equipped to provide you comprehensive information about the power consumption. You can use this feature to increase your laptop's battery life as well as performance. Here's how to get to it&lt;br /&gt;&lt;b&gt;Step 1:&lt;/b&gt; Type &lt;b&gt;cmd&lt;/b&gt; in the Start search to open the command prompt&lt;br /&gt;&lt;b&gt;Step 2:&lt;/b&gt; When it opens right-click it and choose Run as administrator&lt;br /&gt;&lt;b&gt;Step 3:&lt;/b&gt; Type in &lt;b&gt;powercfg -energy&lt;/b&gt; in the command line and hit Enter&lt;br /&gt;Windows 7 will scan your system suggesting ways to improve power efficiency. To find the results you must follow the path. Typically its in the System32 folder.&lt;br /&gt;&lt;h2&gt;6. Track Your Actions with Problem Steps Recorder&lt;/h2&gt;A major part of upgrades in Windows 7 has been implemented based on user feedback. For more the developers have built in a diagnostic tool called Problem Steps Recorder. The recorder has been designed to combine screen capture with mouse tracking to record the users actions.&lt;br /&gt;To launch this program- in the Start Menu, type &lt;b&gt;psr.exe&lt;/b&gt; in the search field&lt;br /&gt;Once launched, hit the Record Button and the application will start tracking your mouse and keyboard activities taking corresponding screenshots for each new action. The session gets saved as a HTML slide show that can be played to recreate the steps. The exciting part of it is that you can add comments and annotations.&lt;br /&gt;This could be a great piece of tool to create tutorials, especially for novice users.&lt;br /&gt;&lt;h2&gt;7.&amp;nbsp; Using Virtual Hard disk files&lt;/h2&gt;&lt;img alt="windows_7_on_virtual_hd" class="aligncenter size-full wp-image-14655" height="309" src="http://blog.taragana.com/wp-content/uploads/2009/09/windows_7_on_virtual_hd.jpg" width="396" /&gt;&lt;br /&gt;Windows 7&amp;nbsp; allows you to create and manage virtual hard disks files as as if they were real. Using this feature you'll be able to use a live Windows installation on the virtual disk without the need to boot the virtual Computer.&lt;br /&gt;In order to create a virtual disk follow these steps&lt;br /&gt;&lt;b&gt;Step 1:&lt;/b&gt; Press the Windows Key, right-click on Computer. Go to &lt;b&gt;Manage&lt;/b&gt; &amp;gt; &lt;b&gt;Disk Management&lt;/b&gt; &amp;gt; &lt;b&gt;Action&lt;/b&gt; &amp;gt; &lt;b&gt;Create VHD&lt;/b&gt;. Specify the location and size of your virtual hard disk file.&lt;br /&gt;&lt;b&gt;Step 2: &lt;/b&gt;Now to attach the virtual disk files. Press the Windows Key, right-click on Computer. Go to &lt;b&gt;Manage&lt;/b&gt; &amp;gt; &lt;b&gt;Disk Management&lt;/b&gt; &amp;gt; &lt;b&gt;Action&lt;/b&gt; &amp;gt; &lt;b&gt;Attach VHD&lt;/b&gt;. Specify the location and whether it's read only or not.&lt;br /&gt;&lt;b&gt;Step 3: &lt;/b&gt;Again to initialize a virtual hard disk, follow the step 2 and specify the location, then click &lt;b&gt;Ok&lt;/b&gt;. Next right click on the virtual disk and click on Initialize Disk.&lt;br /&gt;&lt;b&gt;Step 4: &lt;/b&gt;Choose the partition style that you wanna use and then right-click on the unallocated space. Next click the&amp;nbsp; &lt;b&gt;New Simple Volume&lt;/b&gt; and follow the rest of instructions in the wizard.&lt;br /&gt;You would see a new drive appear in the Windows Explorer that you can use as a real partition.&lt;br /&gt;&lt;h2&gt;8. Disable smart window arrangement&lt;/h2&gt;Windows 7 uses its own intelligence to arrange your windows. For an example, when you drag a window to the top of the screen it automatically maximizes. But if your wanna master&amp;nbsp; Windows 7 at your behest, you need to disable this arrangement. Let's see how to go about it&lt;br /&gt;&lt;b&gt;Step 1:&lt;/b&gt; In the Start Search type &lt;b&gt;regedit&lt;/b&gt; to edit the registry&lt;br /&gt;&lt;b&gt;Step 2:&lt;/b&gt; Go to &lt;b&gt;HKEY_CURRENT_USER\Control Panel\Desktop&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Step 3:&lt;/b&gt; Set &lt;b&gt;WindowArrangementActive&lt;/b&gt; value to 0, and reboot&lt;br /&gt;Now your windows will behave as in the earlier versions.&lt;br /&gt;&lt;h2&gt;9 . Burning Disk in a jiffy&lt;/h2&gt;&lt;img alt="windows_7_burn_iso" class="aligncenter size-full wp-image-14653" height="280" src="http://blog.taragana.com/wp-content/uploads/2009/09/windows_7_burn_iso.jpg" width="300" /&gt;&lt;br /&gt;This is probably the most hyped feature that adds to your ease of using Windows 7. Windows 7 now features a DVD and CD ISO burning software. Just with a double click on an image file you will see Windows burn the image to a blank DVD or CD. Although a barebone application but it's quite handy.&lt;br /&gt;&lt;h2&gt;10. Create a System Repair Disc&lt;/h2&gt;At times it gets worse when your really on the bad spot - no way you can boot. When everything fails you might ask for something that gets you to the command prompt so that you can troubleshoot. Windows 7 features a tool that lets you create a bootable System Repair Disc. This is essentially a CD-bootable version of Windows that just includes the command prompt and a suite of system tools. To access the utility type system repair disc in the Start Menu search box.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-4715334977273353779?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/4715334977273353779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2009/10/top-10-windows-7-tricks-tips-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/4715334977273353779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/4715334977273353779'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2009/10/top-10-windows-7-tricks-tips-and.html' title='Top 10 Windows 7 Tricks, Tips and Secrets'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_G7gG0sZftWY/SuxJWz12K2I/AAAAAAAAAAY/lGXEp3NFe-A/s72-c/windows7.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1220870161805475481.post-451349363964558821</id><published>2009-10-31T02:30:00.000-07:00</published><updated>2009-11-01T07:29:29.824-08:00</updated><title type='text'>! Windows 7 [x86 and x64] 32-bit and 64-bit Direct Download Links from Microsoft !</title><content type='html'>&lt;div class="post entry-content" id=""&gt;&lt;marquee&gt;&lt;span style="color: red;"&gt;&lt;b class="bbc"&gt;!!! Windows 7 [x86 and x64] 32-bit and 64-bit Direct Download Links from Microsoft !!!&lt;/b&gt;&lt;/span&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;br /&gt;October 22 was the date, when Windows 7 retail was finally launched by Microsoft but being a bit preservative, Microsoft never makes available official download links that allow retail customers to download setup installer. Inspite of all their efforts, the direct download links to download Windows 7 are leaked. The installation files of Windows 7 are hosted on msft-dnl.digitalrivercontent.net server owned by Digital River (the delivery partners for Vista) . The Windows 7 installation files are meant as a way of ESD (Electronic Software Distribution).&lt;img alt="Posted Image" class="bbc_img resized" handled="1" height="412" newheight="412" newwidth="612" origheight="543" origwidth="807" shrunk="1" src="http://www.itechnobuzz.com/wp-content/uploads/windows-7.jpg" style="cursor: pointer; height: 412px; width: 612px;" /&gt;&lt;br /&gt;&lt;br /&gt;The Windows 7 setup installer package comes in 3 parts, which is an executable that starts the extraction or unpacking and installation process, plus setup1.box and setup2.box. After extracting all content to a folder named ExpandedSetup, the installation files should be the same with what contains on a DVD.&lt;br /&gt;&lt;br /&gt;Windows 7 Direct Download Links&lt;br /&gt;&lt;br /&gt;32-bit Windows 7 Professional x86&lt;br /&gt;&lt;br /&gt;* &lt;br /&gt;&lt;pre class="prettyprint"&gt;http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79643/Win7-P-Retail-en-us-x86.exe&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;i class="bbc"&gt;    File Size: 69.78 MB&lt;br /&gt;MD5: 204D02EA3AB587B70621A7EC99B3F1B8&lt;br /&gt;SHA-1: 60BA243A05261AA7A3AF9A3ADF509E8069B6E89&lt;/i&gt;1&lt;br /&gt;&lt;br /&gt;* &lt;br /&gt;&lt;pre class="prettyprint"&gt;http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79643/setup1.box&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;i class="bbc"&gt;    File Size: 2.04 GB&lt;br /&gt;MD5: D5CC1E45D6EB57B8500DBCF622F39637&lt;br /&gt;SHA-1: EDAA9BA294EA7E49D4FE731E81CDD1E3C6168F51&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;* &lt;br /&gt;&lt;pre class="prettyprint"&gt;http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79643/setup2.box&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;i class="bbc"&gt;    File Size: 137.59 MB&lt;br /&gt;MD5: FAB28838A97E875D27E4E7239F42131C&lt;br /&gt;SHA-1: 78D8ED22DF4FCDA102B72D41420D9854DC0DF7B4&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Windows 7 Direct Download Links&lt;br /&gt;&lt;br /&gt;64-bit Windows 7 Professional x64&lt;br /&gt;&lt;br /&gt;* &lt;br /&gt;&lt;pre class="prettyprint"&gt;http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79946/Win7-P-Retail-en-us-x64.exe&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;i class="bbc"&gt;    File Size: 75.9 MB&lt;br /&gt;MD5: 73D13A1000069E372F7478CF1C426B7A&lt;br /&gt;SHA-1: 6B7D87BF0BE0D3BAE4A5E4550260BDF6A5600534&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;* &lt;br /&gt;&lt;pre class="prettyprint"&gt;http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79946/setup1.box&lt;/pre&gt;&lt;br /&gt;&lt;i class="bbc"&gt;&lt;br /&gt;File Size: 2.66 GB&lt;br /&gt;MD5: 7B29E21B7F6BC0850E65085205B5EAFE&lt;br /&gt;SHA-1: 47D4131ACD1DA3A96F19244FE4D840EB18C2057C&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;* &lt;br /&gt;&lt;pre class="prettyprint"&gt;http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-79946/setup2.box&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;i class="bbc"&gt;    File Size: 160 MB&lt;br /&gt;MD5: 87DCC913A7BBBFCFA2C2526C2E894F97&lt;br /&gt;SHA-1: 4076CA5224D6D2E7338AB286BF31912D8404E016&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Note: If you receive corrupted/incomplete files,better use a download manager like Free Download Manager to download, as the server seems to close connection once the size reaches 2 GB.&lt;br /&gt;&lt;br /&gt;After downloading the files, simply double click on the executable, e.g. Win7-P-Retail-en-us-x86.exe to start unloading the box and to install Windows 7. Note that 3 files must be put together in the same directory. You still need a product key to activate installed Windows 7.&lt;br /&gt;&lt;br /&gt;The 3 files doesn’t provide any bootable ISO file which you could burn to make a disc.&lt;br /&gt;&lt;br /&gt;To make a bootable disc using the 3 downloaded files go through my Tutorial to Create and Make a Bootable Windows 7 ISO DVD from EXE plus Setup1.box and Setup2.box Files&lt;br /&gt;&lt;br /&gt;&lt;b class="bbc"&gt;&lt;span style="color: magenta;"&gt;Tutorial to Create and Make a Bootable Windows 7 ISO DVD from EXE plus Setup1.box and Setup2.box Files&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;i class="bbc"&gt;To create a bootable disc from the downloaded files simply follow these steps:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;* Copy all the 3 downloaded files (the .exe, setup1.box and setup2.box) in one single drive (for this tutorial, let’s assume the files are put in Drive C i.e. C:\ ).&lt;br /&gt;* Right click on each of three files, select Properties, and then click on Unblock button to prevent files from unable to be accessed. Click OK when done.&lt;br /&gt;&lt;br /&gt;&lt;img alt="Posted Image" class="bbc_img" src="http://www.itechnobuzz.com/wp-content/uploads/unblock-files-win7.JPG" /&gt;&lt;br /&gt;&lt;br /&gt;# Run the exe (if on Vista on windows 7 RC or RTM or OEM run the exe as administrator by right click and select “RUN as ADMINISTRATOR”), the exe will extract the .box files and will create a new folder with name “expandedSetup” consisting Windows 7 setup files.&lt;br /&gt;# Exit from Install Windows wizard dialog.&lt;br /&gt;# Check for the oscdimg.exe %SystemDrive%\Windows\System32 folder. If you don’t have any such file in your System32 folder, then download it from &lt;br /&gt;&lt;pre class="prettyprint"&gt;&lt;a href="http://www.4shared.com/file/143692991/ae685983/oscdimg.html"&gt;http://www.4shared.com/file/143692991/ae685983/oscdimg.html&lt;/a&gt;&lt;/pre&gt;&lt;br /&gt;and put it in %SystemDrive%\Windows\System32 folder.&lt;br /&gt;&lt;br /&gt;&lt;img alt="Posted Image" class="bbc_img" src="http://www.itechnobuzz.com/wp-content/uploads/win7-oscd.JPG" /&gt;&lt;br /&gt;&lt;br /&gt;* Now Open the command prompt (with administrative privileges in Vista /in XP command prompt opens with administrative privileges by default) . To open command prompt :&lt;br /&gt;&lt;br /&gt;1. Click on Start button.&lt;br /&gt;2. Locate the Command Prompt menu item (inside Accessories under All Programs).&lt;br /&gt;3. Click on Command Prompt (in XP) for Vista : Right click on Command Prompt.&lt;br /&gt;4. On the pop-up right click context menu, select “Run as Administrator”.&lt;br /&gt;&lt;br /&gt;* In the command prompt run the following command:&lt;br /&gt;&lt;pre class="prettyprint"&gt;&lt;b&gt;oscdimg.exe –bC:\expandedSetup\boot\etfsboot.com –u2 –h -m -lWIN_EN_DVD C:\expandedSetup\ C:\Win7.iso&lt;/b&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;If the code doesn't work use :&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;       &lt;br /&gt;&lt;pre class="prettyprint"&gt;&lt;b&gt;oscdimg -bC:\expandedSetup\boot\etfsboot.com -h -u2 -m -lWIN_EN_DVD C:\expandedSetup\ C:\win7.iso&lt;/b&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;For 64-bit version if the above two commands doesn't work! use :&lt;br /&gt;&lt;br /&gt;&lt;pre class="prettyprint"&gt;oscdimg.exe –bC:\expandedSetup\boot\bootsect.exe –u2 –h -m -lWIN_EN_DVD C:\expandedSetup\ C:\Win7.iso&lt;/pre&gt;&lt;img alt="Posted Image" class="bbc_img resized" handled="1" height="397" newheight="397" newwidth="608" origheight="432" origwidth="662" shrunk="1" src="http://www.itechnobuzz.com/wp-content/uploads/working-code.JPG" style="cursor: pointer;" /&gt;&lt;br /&gt;&lt;br /&gt;* All work is done, a bootable ISO DVD image is created in your C:/ Drive named “Win7.iso” . Now, use any CD/DVD burning software like Nero, Ultra ISO , Alcohol 120% or any other, to burn the image in a DVD disc.&lt;br /&gt;&lt;br /&gt;&lt;b class="bbc"&gt;Note:&lt;/b&gt; – The complete tutorial assumes that all the 3 files (the .exe and Setup1.box and Setup2.box files) are put in the C Drive i.e. C:\ of your system ( as the command run from the command prompt in the last step uses the path as C:\. If you wish to put files in some different directory or folder, you need to modify the path in command you going to run in command prompt. If you are not familiar with cmd commands, I would suggest you to follow the tutorial step by step and put all 3 files in your C:\ only.&lt;br /&gt;&lt;br /&gt;Enjoy, your genuine copy of DVD disc  !!!   &lt;br /&gt;&lt;br /&gt;If any problem occurs in code, then try this code:&lt;br /&gt;&lt;pre class="prettyprint"&gt;oscdimg -bC:\expandedSetup\boot\etfsboot.com -h -u2 -m -lWIN_EN_DVD C:\expandedSetup\ C:\win7.iso&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;b class="bbc"&gt;&lt;span style="color: sienna;"&gt;Tutorial to extract all editions or versions(SKU) of Windows 7 from downloaded Windows 7 ISO made from EXE plus Setup1.box and Setup2.box Files&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Unlike, Windows Vista, Windows 7 ISO consist of all versions within it, but is locked to install only the Professional version. To unlock this boundation , just follow the following steps:&lt;br /&gt;&lt;br /&gt;* Download and Install Ultra ISO&lt;br /&gt;* Open the generated ISO File from exe , Setup1.box and Setup2.box&lt;br /&gt;* Now search for the ei.cfg file and delete it ,as show in the following ScreenShots:&lt;br /&gt;&lt;br /&gt;&lt;div class="resized_img"&gt;&lt;/div&gt;&lt;div class="resized_img"&gt;&lt;/div&gt;&lt;div class="resized_img"&gt;&lt;/div&gt;&lt;div class="resized_img"&gt;&lt;img alt="Posted Image" class="bbc_img resized" handled="1" height="393" newheight="393" newwidth="610" origheight="505" origwidth="784" shrunk="1" src="http://www.itechnobuzz.com/wp-content/uploads/15.jpg" style="cursor: pointer;" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;img alt="Posted Image" class="bbc_img resized" handled="1" height="401" newheight="401" newwidth="615" origheight="508" origwidth="779" shrunk="1" src="http://www.itechnobuzz.com/wp-content/uploads/25.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;# Once done, click on File &amp;gt; “Save as” and save the new ISO file with some new name.&lt;br /&gt;# Burn the new and modified ISO using your favorite CD/DVD burning software like Nero, Power ISO or ULTRA ISO itself.&lt;br /&gt;# You are done now, during installation a screen will prompt asking the version to select for installation like:&lt;img alt="Posted Image" class="bbc_img resized" handled="1" height="459" newheight="459" newwidth="610" origheight="489" origwidth="650" shrunk="1" src="http://www.itechnobuzz.com/wp-content/uploads/45.jpg" style="cursor: pointer; height: 459px; width: 610px;" /&gt;&lt;br /&gt;&lt;b class="bbc"&gt;&lt;br /&gt;You are done now. You can install any version of Windows 7 from your downloaded Windows 7 professional files.&lt;/b&gt;              &lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1220870161805475481-451349363964558821?l=win7tuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://win7tuts.blogspot.com/feeds/451349363964558821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://win7tuts.blogspot.com/2009/10/windows-7-x86-and-x64-32-bit-and-64-bit.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/451349363964558821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1220870161805475481/posts/default/451349363964558821'/><link rel='alternate' type='text/html' href='http://win7tuts.blogspot.com/2009/10/windows-7-x86-and-x64-32-bit-and-64-bit.html' title='! Windows 7 [x86 and x64] 32-bit and 64-bit Direct Download Links from Microsoft !'/><author><name>Magic Net</name><uri>http://www.blogger.com/profile/14849682622995720701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
