<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Aerr0w&#039;s Blog</title>
	<atom:link href="http://aerr0w.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aerr0w.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 25 Dec 2009 08:51:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aerr0w.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Aerr0w&#039;s Blog</title>
		<link>http://aerr0w.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aerr0w.wordpress.com/osd.xml" title="Aerr0w&#039;s Blog" />
	<atom:link rel='hub' href='http://aerr0w.wordpress.com/?pushpress=hub'/>
		<item>
		<title>command III&#8230;&#8230;REGISTRY</title>
		<link>http://aerr0w.wordpress.com/2009/12/25/command-iiiregistry/</link>
		<comments>http://aerr0w.wordpress.com/2009/12/25/command-iiiregistry/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 08:51:36 +0000</pubDate>
		<dc:creator>aerr0w</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aerr0w.wordpress.com/2009/12/25/command-iiiregistry/</guid>
		<description><![CDATA[Registry is the most powerful tool in windows operating system, any errors occurs in our machine we try to solve it through the regedit first….even now a days we try to fix the viruses through registry.we may not able to access our GUI mode of Registry when our machine get infected by virus so through [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aerr0w.wordpress.com&amp;blog=9939058&amp;post=17&amp;subd=aerr0w&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Registry is the most powerful tool in windows operating system, any errors occurs in our machine we try to solve it through the regedit first….even now a days we try to fix the viruses through registry.we may not able to access our GUI mode of Registry when our machine get infected by virus so through this blog I am trying to share my knowledge of CUI mode edit and operation of Regedit.Hope you will enjoy this.</p>
<p>Here the command line goes….</p>
<p>REG Operation [Parameter List]</p>
<p>Operation [ QUERY | ADD | DELETE | COPY | SAVE | LOAD | UNLOAD | RESTORE | COMPARE | EXPORT | IMPORT ]</p>
<p>Return Code: (Except of REG COMPARE)</p>
<p>0 &#8211; Succussful    <br />1 &#8211; Failed</p>
<p><b>REG QUERY</b></p>
<p>REG QUERY KeyName [/v ValueName | /ve] [/s]</p>
<p>KeyName    <br />[\Machine\]FullKey</p>
<p>Machine    <br />Name of remote machine, omitting defaults to the current machine     <br />Only HKLM and HKU are available on remote machines</p>
<p>FullKey    <br />in the form of ROOTKEY\SubKey name     <br />ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]     <br />SubKey &#8211; The full name of a registry key under the selected ROOTKEY</p>
<p>/v    <br />query for a specific registry key </p>
<p>ValueName    <br />The name, under the selected Key, to query if omitted, all values under the Key are queried</p>
<p>/ve    <br />query for the default value or empty value name &lt;no name&gt;</p>
<p>/s    <br />queries all subkeys and values</p>
<p><b>REG ADD</b></p>
<p>REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f]</p>
<p>KeyName    <br />[\\Machine\]FullKey</p>
<p>Machine    <br />Name of remote machine &#8211; omitting defaults to the current     <br />machine Only HKLM and HKU are available on remote machines</p>
<p>FullKey    <br />ROOTKEY\SubKey     <br />ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]     <br />SubKey The full name of a registry key under the selected ROOTKEY</p>
<p>/v    <br />The value name, under the selected Key, to add</p>
<p>/ve    <br />adds an empty value name &lt;no name&gt; for the key</p>
<p>/t RegKey    <br />data types     <br />[ REG_SZ | REG_MULTI_SZ | REG_DWORD_BIG_ENDIAN | REG_DWORD | REG_BINARY | REG_DWORD_LITTLE_ENDIAN | REG_NONE | REG_EXPAND_SZ ]     <br />If omitted, REG_SZ is assumed</p>
<p>/s    <br />Specify one charactor that you use as the separator in your data     <br />string for REG_MULTI_SZ. If omitted, use &quot;&quot; as the separator</p>
<p>/d    <br />The data to assign to the registry ValueName being added</p>
<p>/f    <br />Force overwriting the existing registry entry without prompt</p>
<p><b>REG DELETE</b></p>
<p>REG DELETE KeyName [/v ValueName | /ve | /va] [/f]</p>
<p>KeyName    <br />[\\Machine\]FullKey</p>
<p>Machine    <br />Name of remote machine &#8211; omitting defaults to the current machine     <br />Only HKLM and HKU are available on remote machines</p>
<p>FullKey    <br />ROOTKEY\SubKey     <br />ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]     <br />SubKey The full name of a registry key under the selected ROOTKEY</p>
<p>ValueName    <br />The value name, under the selected Key, to delete     <br />When omitted, all subkeys and values under the Key are deleted</p>
<p>/ve    <br />delete the value of empty value name &lt;no name&gt;</p>
<p>/va    <br />delete all values under this key</p>
<p>/f    <br />Forces the deletion without prompt</p>
<p><b>REG COPY</b></p>
<p>REG COPY KeyName1 KeyName2 [/s] [/f]</p>
<p>KeyName    <br />[\\Machine\]FullKey</p>
<p>Machine    <br />Name of remote machine &#8211; omitting defaults to the current machine     <br />Only HKLM and HKU are available on remote machines</p>
<p>FullKey    <br />ROOTKEY\SubKey     <br />ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]     <br />SubKey The full name of a registry key under the selected ROOTKEY</p>
<p>/s    <br />Copies all subkeys and values</p>
<p>/f    <br />Forces the copy without prompt</p>
<p><b>REG SAVE</b></p>
<p>REG SAVE KeyName FileName</p>
<p>KeyName    <br />ROOTKEY\SubKey     <br />ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]     <br />SubKey The full name of a registry key under the selected ROOTKEY</p>
<p>FileName    <br />The name of the disk file to save. If no path is specified, the file is created in the current folder of the calling process</p>
<p><b>REG RESTORE</b></p>
<p>REG RESTORE KeyName FileName</p>
<p>KeyName    <br />ROOTKEY\SubKey (local machine only)     <br />ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]     <br />SubKey The full name of a registry key to restore the hive file into.     <br />Overwriting the existing key&#8217;s values and subkeys</p>
<p>FileName    <br />The name of the hive file to restore     <br />You must use REG SAVE to create this file</p>
<p><b>REG LOAD</b></p>
<p>REG LOAD KeyName FileName</p>
<p>KeyName    <br />ROOTKEY\SubKey (local machine only)     <br />ROOTKEY [ HKLM | HKU ]     <br />SubKey The key name to load the hive file into. Creating a new key</p>
<p>FileName    <br />The name of the hive file to load     <br />You must use REG SAVE to create this file</p>
<p><b>REG UNLOAD</b></p>
<p>REG UNLOAD KeyName</p>
<p>KeyName    <br />ROOTKEY\SubKey (local machine only)     <br />ROOTKEY [ HKLM | HKU ]     <br />SubKey The key name of the hive to unload</p>
<p><b>REG COMPARE</b></p>
<p>REG COMPARE KeyName1 KeyName2 [/v ValueName | /ve] [Output] [/s]</p>
<p>KeyName    <br />[\\Machine\]FullKey     <br />Machine Name of remote machine &#8211; omitting defaults to the current machine     <br />Only HKLM and HKU are available on remote machines     <br />FullKey ROOTKEY\SubKey     <br />If FullKey2 is not specified, FullKey2 is the same as FullKey1     <br />ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]     <br />SubKey The full name of a registry key under the selected ROOTKEY</p>
<p>ValueName    <br />The value name, under the selected Key, to compare     <br />When omitted, all values under the Key are compared</p>
<p>/ve    <br />compare the value of empty value name &lt;no name&gt;</p>
<p>/s    <br />Compare all subkeys and values</p>
<p>Output    <br />[/oa | /od | /os | /on]     <br />When omitted, output only differences </p>
<p>/oa Output all of differences and matches    <br />/od Output only differences     <br />/os Output only matches     <br />/on No output</p>
<p>Return Code:</p>
<p>0 &#8211; Succussful, the result compared is identical    <br />1 &#8211; Failed     <br />2 &#8211; Successful, the result compared is different</p>
<p><b>REG EXPORT</b></p>
<p>REG EXPORT KeyName FileName</p>
<p>Keyname    <br />ROOTKEY\SubKey (local machine only)     <br />ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]     <br />SubKey The full name of a registry key under the selected ROOTKEY</p>
<p>FileName    <br />The name of the disk file to export</p>
<p><b>REG IMPORT</b></p>
<p>REG IMPORT FileName</p>
<p>FileName    <br />The name of the disk file to import (local machine only)</p>
<p><a name="04"></a>Examples</p>
<p>Each of the below examples are the examples Microsoft has listed in each of the command help menus available through the /? switch on this command.</p>
<p><b>Reg query examples:</b></p>
<p>REG QUERY HKLM\Software\Microsoft\ResKit /v Version</p>
<p>Displays the value of the registry value Version</p>
<p>REG QUERY HKLM\Software\Microsoft\ResKit\Nt\Setup /s</p>
<p>Displays all subkeys and values under the registry key Setup</p>
<p><b>Reg add Examples:</b></p>
<p>REG ADD <a href="//abc/HKLM/Software/MyCo">file://abc/HKLM/Software/MyCo</a></p>
<p>Adds a key HKLM\Software\MyCo on remote machine ABC</p>
<p>REG ADD HKLM\Software\MyCo /v Data /t REG_BINARY /d fe340ead</p>
<p>Adds a value (name: Data, type: REG_BINARY, data: fe340ead)</p>
<p>REG ADD HKLM\Software\MyCo /v MRU /t REG_MULTI_SZ /d faxmail</p>
<p>Adds a value (name: MRU, type: REG_MUTLI_SZ, data: faxmail)</p>
<p>REG ADD HKLM\Software\MyCo /v Path /t REG_EXPAND_SZ /d %%systemroot%%</p>
<p>Adds a value (name: Path, type: REG_EXPAND_SZ, data: %systemroot%)    <br />Notice: Use the double percentage ( %% ) inside the expand string</p>
<p><b>Reg delete examples:</b></p>
<p>REG DELETE HKLM\Software\MyCo\MyApp\Timeout</p>
<p>Deletes the registry key Timeout and its all subkeys and values</p>
<p>REG DELETE \\ZODIAC\HKLM\Software\MyCo /v MTU</p>
<p>Deletes the registry value MTU under MyCo on ZODIAC</p>
<p><b>Reg copy examples:</b></p>
<p>REG COPY HKLM\Software\MyCo\MyApp HKLM\Software\MyCo\SaveMyApp /s</p>
<p>Copies all subkeys and values under the key MyApp to the key SaveMyApp</p>
<p>REG COPY \\ZODIAC\HKLM\Software\MyCo HKLM\Software\MyCo1</p>
<p>Copies all values under the key MyCo on ZODIAC to the key MyCo1    <br />on the current machine</p>
<p><b>Reg save examples:</b></p>
<p>REG SAVE HKLM\Software\MyCo\MyApp AppBkUp.hiv</p>
<p>Saves the hive MyApp to the file AppBkUp.hiv in the current folder</p>
<p><b>Reg restore examples:</b></p>
<p>REG RESTORE HKLM\Software\Microsoft\ResKit NTRKBkUp.hiv</p>
<p>Restores the file NTRKBkUp.hiv overwriting the key ResKit</p>
<p><b>Reg load examples:</b></p>
<p>REG LOAD HKLM\TempHive TempHive.hiv</p>
<p>Loads the file TempHive.hiv to the Key HKLM\TempHive</p>
<p><b>Reg unload examples:</b></p>
<p>REG UNLOAD HKLM\TempHive</p>
<p>Unloads the hive TempHive in HKLM</p>
<p><b>Reg compare examples:</b></p>
<p>REG COMPARE HKLM\Software\MyCo\MyApp HKLM\Software\MyCo\SaveMyApp</p>
<p>Compares all values under the key MyApp with SaveMyApp</p>
<p>REG COMPARE HKLM\Software\MyCo HKLM\Software\MyCo1 /v Version</p>
<p>Compares the value Version under the key MyCo and MyCo1</p>
<p>REG COMPARE \\ZODIAC\HKLM\Software\MyCo \\. /s</p>
<p>Compares all subkeys and values under HKLM\Software\MyCo on ZODIAC    <br />with the same key on the current machine</p>
<p><b>Reg export examples:</b></p>
<p>REG EXPORT HKLM\Software\MyCo\MyApp AppBkUp.reg</p>
<p>Exports all subkeys and values of the key MyApp to the file AppBkUp.reg</p>
<p><b>Reg import examples:</b></p>
<p>REG IMPORT AppBkUp.reg</p>
<p>Imports registry entrys from the file AppBkUp.reg</p>
<p>&#160;</p>
<p>Enjoy testing…..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aerr0w.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aerr0w.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aerr0w.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aerr0w.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aerr0w.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aerr0w.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aerr0w.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aerr0w.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aerr0w.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aerr0w.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aerr0w.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aerr0w.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aerr0w.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aerr0w.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aerr0w.wordpress.com&amp;blog=9939058&amp;post=17&amp;subd=aerr0w&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aerr0w.wordpress.com/2009/12/25/command-iiiregistry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1e5093864197099b3d4c85e9a9811508?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aerr0w</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 Product Guide.</title>
		<link>http://aerr0w.wordpress.com/2009/11/02/windows-7-product-guide/</link>
		<comments>http://aerr0w.wordpress.com/2009/11/02/windows-7-product-guide/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 05:07:21 +0000</pubDate>
		<dc:creator>aerr0w</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aerr0w.wordpress.com/2009/11/02/windows-7-product-guide/</guid>
		<description><![CDATA[As I am interested in the New Product of Microsoft Windows 7 I started to get a material to learn more about it, when i completely get released. and now while searching i got that Microsoft has released an official Windows 7 product guide which is available in PDF and XPS formats for download. Windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aerr0w.wordpress.com&amp;blog=9939058&amp;post=14&amp;subd=aerr0w&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As I am interested in the New Product of Microsoft Windows 7 I started to get a material to learn more about it, when i completely get released. and now while searching i got that Microsoft has released an official <strong>Windows 7 product guide</strong> which is available in PDF and XPS formats for download.</p>
<p>Windows 7 Product Guide has three major sections:</p>
<ul>
<li><strong>Introduction </strong>- Describes how Microsoft designed Windows 7, what editions of Windows 7 are available and what is new. </li>
<li><strong>Windows 7 for You -</strong> Goes over features in Windows 7 that, simplify everyday tasks, works the way you want, and makes new things possible. </li>
<li><strong>Windows 7 for IT Professionals -</strong> Explains how Windows 7 can make people productive anywhere, manage risk though enhanced security and control, and reduce costs by streamlining PC management.&#160; This section also has an overview of the Microsoft Desktop Optimization Pack to help you learn about how this set of applications can help you get to a more managed and optimized desktop. </li>
</ul>
<p>To Download Click <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=b3c68ec2-e726-4830-ac89-31c71d6be5f3">HERE</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aerr0w.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aerr0w.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aerr0w.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aerr0w.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aerr0w.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aerr0w.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aerr0w.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aerr0w.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aerr0w.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aerr0w.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aerr0w.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aerr0w.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aerr0w.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aerr0w.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aerr0w.wordpress.com&amp;blog=9939058&amp;post=14&amp;subd=aerr0w&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aerr0w.wordpress.com/2009/11/02/windows-7-product-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1e5093864197099b3d4c85e9a9811508?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aerr0w</media:title>
		</media:content>
	</item>
		<item>
		<title>Adjust time on Aero peek on windows 7</title>
		<link>http://aerr0w.wordpress.com/2009/10/21/adjust-time-on-aero-peek-on-windows-7/</link>
		<comments>http://aerr0w.wordpress.com/2009/10/21/adjust-time-on-aero-peek-on-windows-7/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 19:55:35 +0000</pubDate>
		<dc:creator>aerr0w</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aerr0w.wordpress.com/2009/10/21/adjust-time-on-aero-peek-on-windows-7/</guid>
		<description><![CDATA[&#34;Aero Peek&#34; is a new feature in Windows 7 which has replaced the old &#34;Show Desktop&#34; shortcut. It can be found as a small rectangle present at the end of Taskbar. When you hover the mouse cursor over it, it allows you to peek behind all open windows by hiding all windows and showing only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aerr0w.wordpress.com&amp;blog=9939058&amp;post=11&amp;subd=aerr0w&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&quot;<strong>Aero Peek</strong>&quot; is a new feature in Windows 7 which has replaced the old &quot;Show Desktop&quot; shortcut. It can be found as a small rectangle present at the end of Taskbar. When you hover the mouse cursor over it, it allows you to peek behind all open windows by hiding all windows and showing only outlines of all windows.</p>
<p><strong>The default delay time to preview Desktop is set to 1 second</strong> by default but sometimes it gets annoying when you accidentally hover your mouse over it.</p>
<p>Today we are sharing a small registry trick which can be used to adjust this delay time. You can set the delay time to 2,3 or more seconds according to your requirements.</p>
<p><a href="http://aerr0w.files.wordpress.com/2009/10/aero_peak1.jpg"><img style="display:inline;border-width:0;" title="aero_peak1" border="0" alt="aero_peak1" src="http://aerr0w.files.wordpress.com/2009/10/aero_peak1_thumb.jpg?w=244&#038;h=154" width="244" height="154" /></a></p>
<p>So here I do have a procedure.<a href="http://aerr0w.files.wordpress.com/2009/10/aero_peak1.jpg"></a></p>
<p><strong>1.</strong> Type <strong>regedit</strong> in RUN or Startmenu Searchbox and press Enter. It&#8217;ll open Registry Editor.</p>
<p><strong>2.</strong> Now go to following key:</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced</p>
<p><strong>3.</strong> In right-side pane, create a new DWORD value <strong>DesktopLivePreviewHoverTime</strong></p>
<p><a href="http://aerr0w.files.wordpress.com/2009/10/desktoplivepreviewhovertime.png"><img style="display:inline;border-width:0;" title="DesktopLivePreviewHoverTime" border="0" alt="DesktopLivePreviewHoverTime" src="http://aerr0w.files.wordpress.com/2009/10/desktoplivepreviewhovertime_thumb.png?w=244&#038;h=161" width="244" height="161" /></a></p>
<p><strong>4.</strong> Now you&#8217;ll need to set its value to your desired delay time. Double-click on it and select &quot;<strong>Base</strong>&quot; as <strong>Decimal</strong> and enter the desired value. Remember the value should be given in <strong>milliseconds</strong>, so if you want to set the delay time to 4 seconds, set the value to <strong>4000</strong></p>
<p><a href="http://aerr0w.files.wordpress.com/2009/10/adjust_desktoplivepreviewhovertime.png"><img style="display:inline;border-width:0;" title="Adjust_DesktopLivePreviewHoverTime" border="0" alt="Adjust_DesktopLivePreviewHoverTime" src="http://aerr0w.files.wordpress.com/2009/10/adjust_desktoplivepreviewhovertime_thumb.png?w=244&#038;h=147" width="244" height="147" /></a></p>
<p><strong>5.</strong> That&#8217;s it. Log off or restart your system to take effect.</p>
<p><strong>Tips:-</strong> If you want to restore default settings, simply delete &quot;<strong>DesktopLivePreviewHoverTime</strong>&quot; DWORD value created in Step 3.</p>
<p>Download Regedit <a href="http://cid-7fe70a6efe3980c6.skydrive.live.com/self.aspx/.Public/Time%20Delay.zip">here.</a></p>
<p>For <a href="http://aerr0w.wordpress.com/">Detail:-</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aerr0w.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aerr0w.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aerr0w.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aerr0w.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aerr0w.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aerr0w.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aerr0w.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aerr0w.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aerr0w.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aerr0w.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aerr0w.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aerr0w.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aerr0w.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aerr0w.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aerr0w.wordpress.com&amp;blog=9939058&amp;post=11&amp;subd=aerr0w&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aerr0w.wordpress.com/2009/10/21/adjust-time-on-aero-peek-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1e5093864197099b3d4c85e9a9811508?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aerr0w</media:title>
		</media:content>

		<media:content url="http://aerr0w.files.wordpress.com/2009/10/aero_peak1_thumb.jpg" medium="image">
			<media:title type="html">aero_peak1</media:title>
		</media:content>

		<media:content url="http://aerr0w.files.wordpress.com/2009/10/desktoplivepreviewhovertime_thumb.png" medium="image">
			<media:title type="html">DesktopLivePreviewHoverTime</media:title>
		</media:content>

		<media:content url="http://aerr0w.files.wordpress.com/2009/10/adjust_desktoplivepreviewhovertime_thumb.png" medium="image">
			<media:title type="html">Adjust_DesktopLivePreviewHoverTime</media:title>
		</media:content>
	</item>
		<item>
		<title>Bing Wallpaper&#8230;.Download</title>
		<link>http://aerr0w.wordpress.com/2009/10/19/bing-wallpaper-download/</link>
		<comments>http://aerr0w.wordpress.com/2009/10/19/bing-wallpaper-download/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 18:33:21 +0000</pubDate>
		<dc:creator>aerr0w</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aerr0w.wordpress.com/2009/10/19/bing-wallpaper-download/</guid>
		<description><![CDATA[Bing a decision search engine……View rate of Bing and use of it is been increasing rapidly….. It is a awesome search engine….not only search engine as i have mentioned before a awesome decision engine also……and I am one of the fan of it…..When ever I visit to www.bing.com ,I first see the wallpaper of it…..Awesome [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aerr0w.wordpress.com&amp;blog=9939058&amp;post=4&amp;subd=aerr0w&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="justify">Bing a decision search engine……View rate of Bing and use of it is been increasing rapidly….. It is a awesome search engine….not only search engine as i have mentioned before a awesome decision engine also……and I am one of the fan of it…..When ever I visit to <a href="http://www.bing.com">www.bing.com</a> ,I first see the wallpaper of it…..Awesome wallpaper with ultimate&#160; view…..not only this much also the description of the picture attracts me. And i believe not only me but most of the people too like the wallpaper of it and make a download, beside making a search on Bing. As i am interested on collecting the wallpaper everyday I visit at least once on Bing to see the new wallpaper as I say beside binging to download that wallpaper…..but what happen if i miss a day i will miss that wallpaper. so i start to search a solution and i got an application that can download the wallpaper of Bing, and I succeed….. and sharing with you guys….with the help of this application you guys can download a several day before of wallpaper, also and the great thing is it is automatic. I think you guys will enjoy it.</p>
<p align="justify">Here you can download the <a href="http://cid-ab5bc715afd4c0cc.skydrive.live.com/self.aspx/.Public/SetupWallpaperDownloader.zip">application</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aerr0w.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aerr0w.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aerr0w.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aerr0w.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aerr0w.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aerr0w.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aerr0w.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aerr0w.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aerr0w.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aerr0w.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aerr0w.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aerr0w.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aerr0w.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aerr0w.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aerr0w.wordpress.com&amp;blog=9939058&amp;post=4&amp;subd=aerr0w&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aerr0w.wordpress.com/2009/10/19/bing-wallpaper-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1e5093864197099b3d4c85e9a9811508?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aerr0w</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://aerr0w.wordpress.com/2009/10/14/hello-world/</link>
		<comments>http://aerr0w.wordpress.com/2009/10/14/hello-world/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 18:03:30 +0000</pubDate>
		<dc:creator>aerr0w</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aerr0w.wordpress.com&amp;blog=9939058&amp;post=1&amp;subd=aerr0w&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aerr0w.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aerr0w.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aerr0w.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aerr0w.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aerr0w.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aerr0w.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aerr0w.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aerr0w.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aerr0w.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aerr0w.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aerr0w.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aerr0w.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aerr0w.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aerr0w.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aerr0w.wordpress.com&amp;blog=9939058&amp;post=1&amp;subd=aerr0w&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aerr0w.wordpress.com/2009/10/14/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1e5093864197099b3d4c85e9a9811508?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aerr0w</media:title>
		</media:content>
	</item>
	</channel>
</rss>
