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

<channel>
	<title>AmchiVasai</title>
	<atom:link href="http://amchivasai.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://amchivasai.wordpress.com</link>
	<description>Everithing about Vasai city</description>
	<lastBuildDate>Tue, 12 Aug 2008 03:58:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='amchivasai.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>AmchiVasai</title>
		<link>http://amchivasai.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://amchivasai.wordpress.com/osd.xml" title="AmchiVasai" />
	<atom:link rel='hub' href='http://amchivasai.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Windows boot.ini</title>
		<link>http://amchivasai.wordpress.com/2008/08/12/windows-bootini/</link>
		<comments>http://amchivasai.wordpress.com/2008/08/12/windows-bootini/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 03:58:43 +0000</pubDate>
		<dc:creator>amchivasai</dc:creator>
				<category><![CDATA[Ebook]]></category>

		<guid isPermaLink="false">http://amchivasai.wordpress.com/?p=58</guid>
		<description><![CDATA[Windows boot.ini Boot.ini is one of the very first files that come into play when a Windows XP system is started up. It is a plain text file that is kept in the system root, so it is usually C:\boot.ini. Because it is an essential system file, the attributes are set to hidden, system, read-only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amchivasai.wordpress.com&amp;blog=4458584&amp;post=58&amp;subd=amchivasai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<div><strong><span style="font-size:x-large;color:#0000ff;"><span style="text-decoration:underline;">Windows  boot.ini</span></span></strong></div>
<div><em></em></div>
<div><em>Boot.ini</em> is one of the very first files that come into play when a  <span style="border-bottom:1px dashed #0066cc;height:1em;">Windows  XP</span> system is started up. It is a plain text file that is kept in the  system root, so it is usually <em>C:\boot.ini. </em>Because it is an essential  system file, the attributes are set to<em> hidden, system, read-only</em> to  protect it. That means that it will not appear in the file lists in My Computer  or Windows Explorer unless the default Windows settings are changed to show  hidden files.</div>
<div><em>Boot.ini</em> contains the location of the <span style="border-bottom:1px dashed #0066cc;height:1em;">Windows  XP</span> operating system on the computer. If there is a multi-boot system, the  locations of of any other operating systems are also contained. During the  startup process, functions from the <span style="border-bottom:1px dashed #0066cc;height:1em;">Windows  XP</span> file named &#8220;Ntldr&#8221; are in charge of getting the proper operating  system loaded and <strong>Ntldr</strong> looks at boot.ini to find out where the  operating systems are located and whether a menu should be displayed.  <em>Boot.ini</em> can also include entries giving boot options such as  <strong>Safe Mode</strong> or the <strong>Recovery Console</strong>.</div>
<div>
<table border="1" cellspacing="2" cellpadding="2" width="100%">
<caption> </caption>
<tbody>
<tr>
<td><strong>Some examples of boot.ini files</strong></td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row">A typical simple example</th>
<td>[boot loader]<br />
timeout=30<br />
default=multi( 0)disk(0) rdisk(0)partitio  n(1)\WINDOWS<br />
[operating systems]<br />
multi(0)disk( 0)rdisk(0) partition(  1)\WINDOWS= &#8220;Microsoft Windows XP Professional&#8221; /fastdetect</td>
</tr>
<tr>
<th scope="row">Example with Recovery Console as an option</th>
<td>[boot loader]<br />
timeout=30<br />
default=multi( 0)disk(0) rdisk(0)partitio  n(1)\WINDOWS<br />
[operating systems]<br />
multi(0)disk( 0)rdisk(0) partition(  1)\WINDOWS= &#8220;Microsoft Windows XP Professional&#8221; /fastdetect<br />
C:\CMDCONS\BOOTSECT .DAT=&#8221;Microsoft Windows Recovery Console&#8221;  /cmdcons</td>
</tr>
<tr>
<th scope="row">Example of a dual-boot system with XP on partition 2. Note that  the location of Windows Me is given as C:\</th>
<td>[boot loader]<br />
timeout=30<br />
default=multi( 0)disk(0) rdisk(0)partitio  n(2)\WINDOWS<br />
[operating systems]<br />
multi(0)disk( 0)rdisk(0) partition(  2)\WINDOWS= &#8220;Microsoft Windows XP Professional&#8221; /fastdetect<br />
C:\ = &#8220;<span style="border-bottom:1px dashed #0066cc;height:1em;">Microsoft</span> Windows Me &#8220;</td>
</tr>
<tr>
<th scope="row">Example with Safe Mode as an option and &#8220;timeout&#8221; =10 seconds</th>
<td>[boot loader]<br />
timeout=10<br />
default=multi( 0)disk(0) rdisk(0)partitio  n(1)\WINDOWS<br />
[operating systems]<br />
multi(0)disk( 0)rdisk(0) partition(  1)\WINDOWS= &#8220;Microsoft Windows XP Professional&#8221; /fastdetect<br />
multi(0)disk(  0)rdisk(0) partition( 1)\WINDOWS= &#8220;Safe Mode&#8221; /safeboot:minimal /sos  /bootlog</td>
</tr>
</tbody>
</table>
</div>
<div>Open Start-Run and enter &#8220;msconfig&#8221;. The box shown below will open.</div>
<div>Click the tab &#8220;BOOT.INI&#8221; and the figure shown next will open. The contents  of the boot.ini file are shown and a number of configuration settings are  available. In the middle right is a box where the settings for Timeout can be  changed.</div>
<div><span style="font-size:medium;"><strong>The command line tool  <em>bootcfg.exe</em></strong></span></div>
<div>Windows XP Professional also has a command line utility for manipulating  <em>boot.ini</em> called <em>bootcfg.exe</em>. (It may or may not be in a Home  Edition installation. ) It is described in this <span style="border-bottom:1px dashed #0066cc;height:1em;">Microsoft</span> reference. It can be used in the Recovery Console to repair a damaged  <em>boot.ini</em> file or in a command window to edit entries to the file. There  are a number of different switches and these are illustrated in the output to a  command window shown below</div>
<div><span style="font-size:large;font-family:Arial;"><strong>Your Choices for Changing the Boot  Menu</strong></span></div>
<div>Boot up the <span style="border-bottom:1px dashed #0066cc;height:1em;">Windows™  2000</span>, XP or 2003 <strong>OS</strong> and open &#8220;Control Panel&#8221; then click on  &#8220;<strong>System </strong>&#8221; (<em>or</em> select &#8220;Properties&#8221; after right-clicking on <em>My  Computer</em>). Under the &#8220;System Properties&#8221; window&#8217;s &#8220;<strong>Advanced</strong>&#8221;  <strong>tab</strong>, <strong><em>if</em></strong> you click on &#8221; <strong>Startup and Recovery</strong>&#8221; you&#8217;ll  see <em>at least</em> two basic items in the <strong class="fn"><span style="font-size:large;font-family:Courier New;">BOOT.INI</span></strong> file that you&#8217;re allowed to change <em>from this  dialog box:</em> <strong> 1)</strong> You can select the <strong>default</strong> OS to boot up, and  <strong>2)</strong> How many seconds to display the boot menu. <strong><em>And</em></strong> under  <strong><span style="border-bottom:1px dashed #0066cc;height:1em;">Windows™  XP</span></strong> or <strong>2003</strong>, you&#8217;ll find another button that gives you direct  access to editing the whole <strong class="fn"><span style="font-size:large;font-family:Courier New;">BOOT.INI</span></strong> file! Under <span style="border-bottom:1px dashed #0066cc;height:1em;">Windows™  2000</span>, you&#8217;ll need to find the <strong class="fn"><span style="font-size:large;font-family:Courier New;">BOOT.INI</span></strong> file on your own for further editing; such as  arranging the order in which the OS selections appear in the menu. So, if you  decide to delete the new OS, simply set your old OS as the default boot OS and  uncheck the item for displaying the menu list (or manually set it to zero; same  result). You could then safely delete the new OS partition, but not the files it  added to your old partition.</div>
<div>
<p><strong><span style="font-size:large;font-family:Courier New,Courier,mono;">Explanations for each part  of BOOT.INI</span></strong></p>
<p><strong><span style="font-size:small;font-family:Courier New,Courier,mono;">[boot loader]<br />
<span style="color:#cc0000;">timeout=10</span><br />
<span style="color:#990000;">default=multi( 0)disk(0)  rdisk(0)partitio n(2)\WINDOWS</span><br />
[operating systems] </span><br />
<span style="font-family:Arial,Helvetica,sans-serif;"><span style="color:#990000;">multi(0)disk( 0)rdisk(0)  partition( 2)\WINDOWS</span>=&#8221;<span style="color:#006600;">Microsoft <span style="border-bottom:1px dashed #0066cc;height:1em;">Windows  XP</span></span>&#8221; /fastdetect<br />
C:\ = &#8220;<span style="color:#006600;"><span style="border-bottom:1px dashed #0066cc;height:1em;">Microsoft</span> Windows</span>&#8220;</span></strong></p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="22%" align="left" valign="top" bgcolor="#005cb9"><span style="color:#ffffff;"><strong>Option</strong></span></td>
<td width="78%" align="left" valign="top" bgcolor="#005cb9"><span style="color:#ffffff;"><strong>Description</strong></span></td>
</tr>
<tr>
<td width="22%" align="left" valign="top"><strong>multi(x)</strong></td>
<td width="78%" align="left" valign="top">This option is used with <a title="http://www.computerhope.com/jargon/i/ide.htm" rel="nofollow" href="http://www.computerhope.com/jargon/i/ide.htm" target="_blank"><span style="color:#000000;"><span title="http://www.computerhope.com/jargon/i/ide.htm">IDE</span></span> </a>and <a title="http://www.computerhope.com/jargon/e/esdi.htm" rel="nofollow" href="http://www.computerhope.com/jargon/e/esdi.htm" target="_blank"><span style="color:#000000;"><span title="http://www.computerhope.com/jargon/e/esdi.htm">ESDI</span></span></a> drives and is also used with SCSI drives for computers using Windows NT. The  number used in the above example is &#8220;0&#8243;, this number is the adapter&#8217;s number and  should always be &#8220;0&#8243; for computers that rely on the <a title="http://www.computerhope.com/jargon/b/bios.htm" rel="nofollow" href="http://www.computerhope.com/jargon/b/bios.htm" target="_blank"><span style="color:#000000;"><span title="http://www.computerhope.com/jargon/b/bios.htm">BIOS</span></span></a> to  load system files.</p>
<ul>
<li>In a computer using only IDE this option will work with up to four hard disk  drives.</li>
<li>In a computer using only SCSI this option will work with the first two  drives on the primary SCSI controller.</li>
<li>Finally, if a computer is using IDE and SCSI this option will work with the  IDE drives on the first controller.</li>
</ul>
</td>
</tr>
<tr>
<td width="22%" align="left" valign="top"><strong>scsi(x)</strong></td>
<td width="78%" align="left" valign="top">If the computer has a <a title="http://www.computerhope.com/jargon/s/scsi.htm" rel="nofollow" href="http://www.computerhope.com/jargon/s/scsi.htm" target="_blank"><span style="color:#000000;"><span title="http://www.computerhope.com/jargon/s/scsi.htm">SCSI</span></span></a> controller and is not using BIOS to load the system files, the boot.ini may have  &#8220;scsi(x)&#8221; instead of &#8220;multi(x).</td>
</tr>
<tr>
<td width="22%" align="left" valign="top"><strong>disk(x)</strong></td>
<td width="78%" align="left" valign="top">The disk on the controller. If &#8220;multi(x)&#8221;  is used used, this value will always be &#8220;0&#8243;. However, if &#8220;scsi(x)&#8221; is defined,  this value will be SCSI address.</td>
</tr>
<tr>
<td width="22%" align="left" valign="top"><strong>rdisk(x)</strong></td>
<td width="78%" align="left" valign="top">Which disk on the controller is being  used. In the above example we are using an rdisk of &#8220;1&#8243;, which indicates the  second disk on the primary controller is being used. This value may be between  &#8220;0&#8243; and &#8220;3&#8243; and is always set to &#8220;0&#8243; when &#8220;scsi(x)&#8221; is being used.</td>
</tr>
<tr>
<td width="22%" align="left" valign="top"><strong>paritions(x)</strong></td>
<td width="78%" align="left" valign="top">Which partition the operating system is  on. In the above example, the operating system is on the first partition of the  drive.</td>
</tr>
<tr>
<td width="22%" align="left" valign="top"><strong>\WINDOWS=&#8221;.. .&#8221;</strong></td>
<td width="78%" align="left" valign="top">Finally, the last portion of this line  defines the directory of where windows is located and what the boot menu should  display as the operating system. In the above example, the boot menu would  display &#8220;Microsoft Windows XP Home Edition&#8221; as a selection.</td>
</tr>
</tbody>
</table>
<p><span style="font-family:Verdana;">In</span> the &#8220;<strong>[boot loader]</strong>&#8221; section above, the  &#8220;<strong><span style="color:#cc0000;">timeout</span></strong>&#8221; entry is how many seconds (<strong>30</strong> in this case) that the menu will remain onscreen before trying to boot up the &#8221;  <strong><span style="color:#990000;">default</span></strong>&#8221; OS.</p>
<p><span style="font-family:Courier New;color:#990000;"><strong>default=multi( 0)disk(0)  rdisk(0)partitio n(2)\WINDOWS: -</strong></span></p>
<p><span style="color:#000000;"><strong>Most of these lines use what are known as ARC  (Advanced RISC Computing) paths to specify the location of various boot  partitions. Almost every machine using ATA (E<span style="font-family:Verdana,Arial,Helvetica,sans-serif;"> I</span>DE / <span style="font-family:Verdana,Arial,Helvetica,sans-serif;">I</span>DE) hard drives will have:  <span style="color:#800000;">&#8220;multi(0)disk( 0)&#8221;.</span> The multi(x) parameter is used to  set the disk controller number, where x=0,1,2,&#8230; . The multi(x) parameter is  <em>always</em> followed by disk(0); <em>unless</em> you&#8217;re using a SCSI controller  without the BIOS enabled.</strong></span></p>
<p><strong><span style="color:#000000;">The second line under the <span style="color:#800000;">&#8220;[operating systems]&#8220;</span> section is what you could call an  <em>alternate</em>, <em>backup</em> or <em>rescue</em> copy of my main Win2000 OS  which is located in the same volume as the main OS. A line like this will only  be found <em>if</em> you install the <em>Recovery Console</em> files from your  install CD onto your hard disk! Though its entry <em>appears</em> to differ  radically from the usual<br />
&#8220;multi(0)disk( 0)&#8221; + &#8220;rdisk(n)&#8221; + &#8220;partition(p) &#8221; +  &#8220;\ <em>systemroot</em>&#8221;  format.</span></strong></p>
<p><span style="color:#000000;"><strong>Modifying the Boot.ini</strong></span></p>
<p><strong>At the MS-DOS prompt, type:</strong></p>
<p><strong>c: &lt;press enter&gt;<br />
cd\  &lt;press enter&gt;<br />
attrib -r -a -s -h boot.ini &lt;press enter&gt;<br />
edit  boot.ini &lt;press enter&gt;</strong></p>
<p><span style="color:#000000;">While you can modify the Boot.ini file using the Startup  and Recovery dialog, where you can select the default operating system, change  the timeout value, or manually edit the file, the following method uses the  command line utility, Bootcfg.exe.</span></p>
<p><strong>Note</strong> The Bootcfg.exe utility  is only available in Windows XP Professional. This utility is not available in  Microsoft Windows XP Home Edition. Therefore, this section does not apply to  Windows XP Home Edition.</p>
<table class="list ol" border="0">
<tbody>
<tr>
<td class="number">1.</td>
<td class="text">Click <strong>Start</strong>, and then click <strong>Run</strong>.</td>
</tr>
<tr>
<td class="number">2.</td>
<td class="text">In the <strong>Open</strong> text box, type <span class="userInput">cmd</span>.</td>
</tr>
<tr>
<td class="number">3.</td>
<td class="text">At the command prompt, type <span class="userInput">bootcfg  /?</span>.</td>
</tr>
<tr>
<td class="number">4.</td>
<td class="text">The help and parameters for BOOTCFG.exe will  display.</td>
</tr>
</tbody>
</table>
<h4><span style="color:#000000;">Adding an Operating System</span></h4>
<p><span style="color:#000000;">At the command prompt, type: </span></p>
<div class="indent"><span class="userInput"><span style="color:#000000;">bootcfg /copy /d  <var>Operating System Description</var> /ID<var>#</var></span></span></div>
<p><span style="color:#000000;">Where <var>Operating System Description</var> is a text  description (e.g. Windows XP Home Edition), and where <var>#</var> specifies the  boot entry ID in the operating systems section of the BOOT.INI file from which  the copy has to be made.<br />
</span></p>
<h4><span style="color:#000000;">Removing an Operating System</span></h4>
<p><span style="color:#000000;">At the command prompt, type: </span></p>
<div class="indent"><span class="userInput"><span style="color:#000000;">bootcfg /delete  /ID<var>#</var></span></span></div>
<p><span style="color:#000000;">Where <var>#</var> specifies the boot entry ID that you  want to be deleted from the operating systems section of the BOOT.INI file (e.g.  2 for the second Operating system that is listed.</span></p>
<p><span style="color:#000000;"><strong>Setting the Default Operating System</strong></span></p>
<p><span style="color:#000000;">At the command prompt, type: </span></p>
<div class="indent"><span class="userInput"><span style="color:#000000;">bootcfg /default  /ID<var>#</var></span></span></div>
<p><span style="color:#000000;">Where <var>#</var> specifies the boot entry id in the  operating systems section of the BOOT.INI file to be made the default operating  system.<br />
</span><span style="color:#000000;"><strong>Setting the Time Out </strong></span></p>
<p><span style="color:#000000;">At the command prompt, type: <span class="userInput">bootcfg /timeout<var>#</var></span> Where <var>#</var> specifies  the time in seconds after which default operating system will be  loaded.<br />
</span></p>
<div class="topOfPage"><strong><span style="color:#000000;">Open the Boot.ini File to  Verify Changes</span></strong></div>
<table class="list ol" border="0">
<tbody>
<tr>
<td class="number">1.</td>
<td class="text">Right-click <strong>My Computer</strong>, and then click <strong>Properties</strong>.</p>
<div class="indent">-or-</div>
<p>Click <strong class="uiterm">Start</strong>, click  <strong class="uiterm">Run</strong>, type <span class="userInput">sysdm.cpl</span>,  and then click <strong class="uiterm">OK</strong>.</td>
</tr>
<tr>
<td class="number">2.</td>
<td class="text">On the <strong>Advanced</strong> tab, click <strong>Settings</strong> under <strong class="uiterm">Startup and Recovery</strong>.</td>
</tr>
<tr>
<td class="number">3.</td>
<td class="text">Under <strong>System Startup</strong>, click  <strong>Edit</strong>.</td>
</tr>
</tbody>
</table>
</div>
<div><strong><span style="font-size:large;">How to rebuild the Windows  boot.ini</span></strong></div>
<p><span style="font-size:large;"> </span></p>
<ol><span style="font-size:large;"></p>
<li><span style="font-size:small;">Insert the Microsoft Windows XP CD into the computer. Note: If  you have a system recovery CD or restore CD these steps will likely not work for  your computer. </span></li>
<li><span style="font-size:small;">Reboot the computer with the CD and press <span style="color:#000000;">any key</span> when prompted to press any key to boot from the CD.  If you do not receive this prompt and/or are not able to boot from the CD. </span></li>
<li><span style="font-size:small;">Once in the Microsoft Setup menu press R to open the <span style="color:#000000;">recovery console</span>. </span></li>
<li><span style="font-size:small;">Select the operating system you wish to use; if you only have  <span style="border-bottom:1px dashed #0066cc;height:1em;">Windows  XP</span> on the computer you will only have one prompt. </span></li>
<li><span style="font-size:small;">Once prompted for the password enter the Admin password and  press enter. </span></li>
<li><span style="font-size:small;">Once at the command prompt type <span style="color:#000000;">bootcfg</span> /rebuild to start the rebuild process. </span></li>
<li><span style="font-size:small;">The rebuild process will step you through a number of steps  depending upon how many operating systems you have on the computer and how the  computer is setup. Below is a listing of the common steps you are likely going  to encounter.<br />
* Prompt for the identified versions of Windows installed.  When you receive this prompt press Y if the bootcfg command properly identified  each of the Windows operating systems installed on the computer. It is important  to realize this command will only detect <span style="border-bottom:1px dashed #0066cc;height:1em;">Windows  XP</span>, <span style="border-bottom:1px dashed #0066cc;height:1em;">Windows  2000 </span>, and Windows NT installations.<br />
* Prompt to enter the load  identifier. This is the name of the operating system for the boot.ini. For  example, Microsoft Windows XP Home users would enter &#8220;Microsoft Windows XP Home  edition&#8221;.<br />
* Prompt to Enter OS load options. When this prompt is received  type /fastdetect to automatically detect the available options.</span></li>
<li><span style="font-size:small;">Once you have completed all the available options in the  rebuild and are back at the prompt type exit to reboot the  computer.</span></li>
<p></span></ol>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amchivasai.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amchivasai.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amchivasai.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amchivasai.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amchivasai.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amchivasai.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amchivasai.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amchivasai.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amchivasai.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amchivasai.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amchivasai.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amchivasai.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amchivasai.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amchivasai.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amchivasai.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amchivasai.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amchivasai.wordpress.com&amp;blog=4458584&amp;post=58&amp;subd=amchivasai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amchivasai.wordpress.com/2008/08/12/windows-bootini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8664c3a6c9595576075d8e56c8a2ad18?s=96&#38;d=identicon" medium="image">
			<media:title type="html">amchivasai</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I fix this high CPU usage svchost virus or whatever it is?</title>
		<link>http://amchivasai.wordpress.com/2008/08/12/84/</link>
		<comments>http://amchivasai.wordpress.com/2008/08/12/84/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 03:49:18 +0000</pubDate>
		<dc:creator>amchivasai</dc:creator>
				<category><![CDATA[Ebook]]></category>

		<guid isPermaLink="false">http://amchivasai.wordpress.com/?p=84</guid>
		<description><![CDATA[How do I fix this high CPU usage svchost virus or whatever it is? Svchost, or more correctly &#8220;Service Host&#8221; is a program that is designed to run other programs and &#8220;hosts&#8221; many of the system services in Windows XP. Several copies of Svchost run more than one service, which is why when you kill [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amchivasai.wordpress.com&amp;blog=4458584&amp;post=84&amp;subd=amchivasai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><span style="font-size:15pt;color:blue;">How do I fix this high CPU usage svchost  virus or whatever it is?</span></strong></p>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">Svchost, or more  correctly &#8220;Service Host&#8221; is a program that is designed to run other programs and  &#8220;hosts&#8221; many of the system services in <span style="border-bottom:1px dashed #0066cc;height:1em;">Windows  XP</span>. Several copies of Svchost run more than one service, which is why  when you kill an instance of svchost several things on your machine might stop  working. </span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">So why is one of  the Svchosts taking all your CPU?</span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">And what can you do  about it?</span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">The bug appears to  be related to the Windows Update service &#8211; the service that you&#8217;re supposed to  keep running at all times so that updates will be automatically downloaded to  your machine. </span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">A quick way to tell  if this is happening to you is to download <a title="http://www.microsoft.com/technet/sysinternals/Security/ProcessExplorer.mspx" rel="nofollow" href="http://www.microsoft.com/technet/sysinternals/Security/ProcessExplorer.mspx" target="_blank"><span title="http://www.microsoft.com/technet/sysinternals/Security/ProcessExplorer.mspx"><span style="color:#003399;">Process Explorer</span></span></a> and right click on the svchost  instance that&#8217;s taking 100% of your CPU and then click on the  <strong><span>Services</span></strong> tab:</span></div>
<div style="background:white none repeat scroll 0;text-align:center;"><span style="font-size:10pt;"> </span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">You can see that  this copy of svchost on my machine is running not only The Windows Update  service, but is actually running <strong><span>29</span></strong> services all  totalled. So if you were to kill this instance of svchost you&#8217;d be killing all  of those services and many features and functionality of your system would fail. </span></div>
<div style="background:white none repeat scroll 0;"><strong><span style="font-size:10pt;">One  Temporary Solution</span></strong></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">One approach to  this problem is to stop and then disable the Windows Automatic Update service.  If you have it open in Process Explorer, as shown above, with  <strong><span>Automatic Updates</span></strong> selected in the list then just  click the <strong><span>Stop</span></strong> button. If your CPU usage then  drops to more normal levels, you&#8217;ve identified the problem.</span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">To prevent the  Automatic Update service from starting again, right click on <strong><span>My  Computer</span></strong> and click on <strong><span>Manage</span></strong> .  Expand <strong><span>Services and Applications</span></strong>, and then  underneath that click on <strong><span>Services</span></strong>. In the  resulting list on the right, locate <strong><span>Automatic Updates</span> </strong>:</span></div>
<div style="background:white none repeat scroll 0;text-align:center;"><span style="font-size:10pt;"> </span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">Right click on  <strong><span>Automatic Updates</span></strong> and click on  <strong><span>Properties</span></strong>. Change the <strong><span>Startup  type</span> </strong>to <strong><span>Disabled</span></strong>:</span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;"> (You can also  click <strong><span>Stop</span></strong> here if you didn&#8217;t stop the service  earlier.)</span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">Click OK and  Automatic Update service should be disabled.</span></div>
<div style="background:white none repeat scroll 0;"><strong><span style="font-size:10pt;">IMPORTANT:</span></strong><span style="font-size:10pt;"> since you won&#8217;t be getting updates automatically, you should now plan on  visiting the <a title="http://windowsupdate.microsoft.com/" rel="nofollow" href="http://windowsupdate.microsoft.com/" target="_blank"><span title="http://windowsupdate.microsoft.com/"><span style="color:#003399;">Windows Update web  site</span></span></a> periodically to make sure you keep your Windows up to  date. As we&#8217;ll see shortly, this will also become important to resolve this  problem &#8220;for real</span></div>
<div style="background:white none repeat scroll 0;"><strong><span style="font-size:10pt;">A Permanent  Solution?</span></strong></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">There isn&#8217;t a  permanent solution. Not yet anyway.</span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">There are rumors  that <span style="border-bottom:1px dashed #0066cc;height:1em;">Microsoft</span> actually has a fix, but that you need to call up and ask for it rather than  getting it through normal channels. It is not convinced that this fix is  actually for this specific problem that so many people are experiencing. </span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">There are also  rumors that <span style="border-bottom:1px dashed #0066cc;height:1em;">Microsoft</span> will be making the actual fix available in a future automatic update. Ironic,  since it&#8217;s automatic update that you may have turned off in order to work around  the problem. That&#8217;s why  recommend making certain you regularly visit <a title="http://ask-leo.com/d-winupdate" rel="nofollow" href="http://ask-leo.com/d-winupdate" target="_blank"><span title="http://ask-leo.com/d-winupdate"><span style="color:#003399;">Windows Update</span></span></a> and take the latest fixes to keep  your system up to date, not only for this issue but for any other issues that  may crop up over time. </span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">Also, remember,  once the problem <em><span>is</span></em> fixed be sure to re-enable the  Automatic Updates feature. It remains an important part of keeping your system  safe and up to date. </span></div>
<div style="background:white none repeat scroll 0;"><a rel="nofollow" name="112c0c3c90b8a252_update"></a><strong><span style="font-size:10pt;">Update!</span></strong></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">23-May-2007</span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">This automatic  update waiting to be installed on my machine this morning:</span></div>
<div style="background:white none repeat scroll 0;"><span style="font-size:10pt;">This is the update  that&#8217;s been frequently referenced as a resolution for this problem.</span></div>
<div><span style="font-size:10pt;color:black;">The interim fix involves  applying two patches, in order:</p>
<p>First download and install the fix from  <a title="http://www.microsoft.com/downloads/details.aspx?familyid=7A81B0CD-A0B9-497E-8A89-404327772E5A&amp;displaylang=en" rel="nofollow" href="http://www.microsoft.com/downloads/details.aspx?familyid=7A81B0CD-A0B9-497E-8A89-404327772E5A&amp;displaylang=en" target="_blank"><span title="http://www.microsoft.com/downloads/details.aspx?familyid=7A81B0CD-A0B9-497E-8A89-404327772E5A&amp;displaylang=en"><span style="color:#003399;">KB 927891</span></span></a>.</p>
<p>Second download and install  this update to the <a title="http://download.windowsupdate.com/v6/windowsupdate/redist/standalone/WindowsUpdateAgent20-x86.exe" rel="nofollow" href="http://download.windowsupdate.com/v6/windowsupdate/redist/standalone/WindowsUpdateAgent20-x86.exe" target="_blank"><span title="http://download.windowsupdate.com/v6/windowsupdate/redist/standalone/WindowsUpdateAgent20-x86.exe"><span style="color:#003399;">Windows Update Client</span></span></a>.</p>
<p></span></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amchivasai.wordpress.com/84/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amchivasai.wordpress.com/84/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amchivasai.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amchivasai.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amchivasai.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amchivasai.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amchivasai.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amchivasai.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amchivasai.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amchivasai.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amchivasai.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amchivasai.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amchivasai.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amchivasai.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amchivasai.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amchivasai.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amchivasai.wordpress.com&amp;blog=4458584&amp;post=84&amp;subd=amchivasai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amchivasai.wordpress.com/2008/08/12/84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8664c3a6c9595576075d8e56c8a2ad18?s=96&#38;d=identicon" medium="image">
			<media:title type="html">amchivasai</media:title>
		</media:content>
	</item>
		<item>
		<title>Understanding Web Addresses</title>
		<link>http://amchivasai.wordpress.com/2008/08/11/understanding-web-addresses/</link>
		<comments>http://amchivasai.wordpress.com/2008/08/11/understanding-web-addresses/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 10:49:58 +0000</pubDate>
		<dc:creator>amchivasai</dc:creator>
				<category><![CDATA[Ebook]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://amchivasai.wordpress.com/?p=82</guid>
		<description><![CDATA[Understanding Web Addresses Think of the World Wide Web as a network of electronic files stored on millions of computers all around the world. Hypertext links these resources together. Uniform Resource Locators or URLs are the addresses used to locate the files. The information contained in a URL gives you the ability to jump from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amchivasai.wordpress.com&amp;blog=4458584&amp;post=82&amp;subd=amchivasai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div><span style="font-family:Verdana;color:#000080;font-size:large;">Understanding Web  Addresses</span></div>
<div></div>
<div></div>
<div><span style="font-family:Verdana;color:#000080;"><span style="font-family:Arial;color:#000000;">Think of  the World Wide Web as a network of electronic files stored on millions of  computers all around the world. <strong>Hypertext</strong> links these resources together.  <strong>Uniform Resource Locators</strong> or <strong>URLs</strong> are the addresses used to locate  the files. The information contained in a URL gives you the ability to jump from  one web page to another with just a click of your mouse. When you type a URL  into your browser or click on a hypertext link, your browser sends a request to  a remote computer, called a <strong>web server</strong>, to download one or more files.  Every URL is unique and identifies one specific file. </span></span></div>
<div>What does a typical URL look like? Here are a few examples:</p>
<div>
<dl>
<dt><strong><a title="http://www.learnthe/" rel="nofollow" href="http://www.learnthe/" target="_blank"><span title="http://www.learnthe/"><span style="color:#003399;">http://www.learnthe</span></span></a><a title="http://net.com/" rel="nofollow" href="http://net.com/" target="_blank"><span style="color:#003399;">net.com</span></a></strong> </dt>
<dd>The home page for Learn the Net. </dd>
<dt><strong><span style="color:#003399;"><a title="ftp://rtfm.mit.edu/pub ftp://rtfm.mit/" href="ftp://rtfm.mit.edu/pub">ftp://rtfm.mit</a></span>.edu/pub</strong> </dt>
<dd>A directory of files at MIT available for downloading. </dd>
<dt><strong>news:rec.gardens. roses</strong> </dt>
<dd>A newsgroup on rose gardening. </dd>
<dd><img src="http://attach.re2.mail.yahoo.com/us.f519.mail.yahoo.com/ym/us/ShowLetter?box=games&amp;MsgId=4962_53263197_33775_4035_151893_0_276215_224855_1137891068&amp;bodyPart=4&amp;YY=20435&amp;y5beta=yes&amp;y5beta=yes&amp;order=down&amp;sort=date&amp;pos=0&amp;view=a&amp;head=b&amp;Idx=0" border="0" alt="" hspace="0" align="bottom" /> </dd>
<dd><span style="font-family:Arial;color:#000000;font-size:x-small;"><span style="font-size:small;">The first part of a URL  (before the two slashes) tells you the type of resource or method of access at  that address. For example:<br />
</span> </span></p>
<div>
<ul><span style="font-family:Arial;color:#000000;font-size:x-small;"></p>
<li><span style="font-size:medium;">http</span><span style="font-size:small;"> &#8211; a hypertext document or directory </span></li>
<li><span style="font-size:medium;">gopher</span><span style="font-size:small;"> &#8211; a gopher document or menu</span></li>
<li><span style="font-size:medium;">ftp</span><span style="font-size:small;"> &#8211; a file available for downloading or a  directory of these files</span></li>
<li><span style="font-size:medium;">news</span><span style="font-size:small;"> &#8211; a newsgroup</span></li>
<li><span style="font-size:medium;">telnet</span><span style="font-size:small;"> &#8211; a computer system that you can log  into over the Internet</span></li>
<li><span style="font-size:medium;">WAIS</span><span style="font-size:small;"> &#8211; a database or document in a Wide  Area Information Search database</span></li>
<li><span style="font-size:medium;">file</span><span style="font-size:small;"> &#8211; a file located on a local drive, for  instance, the hard drive of your computer </span></li>
<p></span></ul>
<p><span style="font-family:Arial;color:#000000;font-size:x-small;"><span style="font-size:small;">The  second part is typically the address of the computer where the data or service  is located. Additional parts may specify the name of a file, the port to connect  to, or the text to search for in a database </span> </span></div>
</dd>
<dd><img src="http://attach.re2.mail.yahoo.com/us.f519.mail.yahoo.com/ym/us/ShowLetter?box=games&amp;MsgId=4962_53263197_33775_4035_151893_0_276215_224855_1137891068&amp;bodyPart=3&amp;YY=20435&amp;y5beta=yes&amp;y5beta=yes&amp;order=down&amp;sort=date&amp;pos=0&amp;view=a&amp;head=b&amp;Idx=0" border="0" alt="" hspace="0" align="bottom" /> </dd>
<dd><span style="font-family:Arial;color:#000000;">You enter the URL of a site by typing it into  the <strong>Address</strong> bar of your web browser, located just under the toolbar. </span> </dd>
<dd>
<div><span style="color:#000000;">Browsers can store the URLs that you want to revisit  again by adding them to a special list. Netscape Navigator terms it  <strong>Bookmarks</strong>; Microsoft Explorer terms it <strong>Favorites</strong>. Once you add a  URL to your list, you return to that web page simply by clicking on the name in  your list, instead of retyping the entire URL. </span></p>
<div><span style="color:#000000;">Most of the URLs you will use start with <strong>http</strong>,  which stands for <strong>Hypertext Transfer Protocol</strong>, the method by which </span><span style="color:#000000;">HTML</span><span style="color:#000000;"> files are transferred  over the Web. Here are some other things to know about URLs:<br />
</span></p>
<ul>
<li><span style="color:#000000;">A URL usually has no spaces. </span></li>
<li><span style="color:#000000;">A URL always uses forward slashes (//). </span></li>
<li><span style="color:#000000;">If you type a URL incorrectly, your browser will not be  able to locate the site or resource you want. Should you get an </span><span style="color:#000000;">error message</span><span style="color:#000000;"> or access the wrong site,  make sure you spelled the address correctly. </span></li>
<li><span style="color:#000000;">You can find the URL behind any link by placing your  cursor over the link. The pointer turns into a hand and the URL appears in your  browser&#8217;s <strong>status bar</strong>, usually located at the bottom of your browser  window. </span></li>
</ul>
</div>
</div>
</dd>
</dl>
<div></div>
<div><span style="font-size:large;">How the Web Works</span></div>
<div><img src="http://attach.re2.mail.yahoo.com/us.f519.mail.yahoo.com/ym/us/ShowLetter?box=games&amp;MsgId=4962_53263197_33775_4035_151893_0_276215_224855_1137891068&amp;bodyPart=2&amp;YY=20435&amp;y5beta=yes&amp;y5beta=yes&amp;order=down&amp;sort=date&amp;pos=0&amp;view=a&amp;head=b&amp;Idx=0" border="0" alt="" hspace="0" align="bottom" /></div>
<div></div>
<div><span style="font-family:Arial;"><span style="color:#000000;">The World Wide Web is the most popular  part of the Internet by far. Once you spend time on the Web you will begin to  feel like there is no limit to what you can discover. The Web allows rich and  diverse communication by enabling you to access and interact with text,  graphics, animation, photos, audio and video. </span></span></div>
<div>
<div><span style="color:#000000;">So just what is this miraculous creation? On the  simplest level, the Web physically consists of your personal computer, <strong>web  browser</strong> software, a connection to an <strong>Internet service provider </strong>,  computers called <strong>servers</strong> that host digital data, and <strong>routers</strong> and  <strong>switches</strong> to direct the flow of information</span>.</div>
<div><img src="http://attach.re2.mail.yahoo.com/us.f519.mail.yahoo.com/ym/us/ShowLetter?box=games&amp;MsgId=4962_53263197_33775_4035_151893_0_276215_224855_1137891068&amp;bodyPart=6&amp;YY=20435&amp;y5beta=yes&amp;y5beta=yes&amp;order=down&amp;sort=date&amp;pos=0&amp;view=a&amp;head=b&amp;Idx=0" border="0" alt="" hspace="0" align="bottom" /></div>
<div></div>
<div><span style="color:#000000;">The Web is known as a <strong>client-server</strong> system. Your  computer is the client; the remote computers that store electronic files are the  servers. Here&#8217;s how it works: </span></div>
<div><span style="color:#000000;">Let&#8217;s say you want to visit the the Louvre museum  website. First you enter the address or <strong>URL</strong> of the website in your web  browser (more about this shortly). Then your browser requests the web page from  the web server that hosts the Louvre&#8217;s site. The server sends the data over the  Internet to your computer. Your web browser interprets the data, displaying it  on your computer screen. </span></p>
<div><span style="color:#000000;">The Louvre&#8217;s website also has links to the sites of  other museums, such as the Vatican Museum. When you click on that link, you  access the web server for the Vatican Museum. In this way, information scattered  across the globe can be linked together. </span></div>
<div><img src="http://attach.re2.mail.yahoo.com/us.f519.mail.yahoo.com/ym/us/ShowLetter?box=games&amp;MsgId=4962_53263197_33775_4035_151893_0_276215_224855_1137891068&amp;bodyPart=7&amp;YY=20435&amp;y5beta=yes&amp;y5beta=yes&amp;order=down&amp;sort=date&amp;pos=0&amp;view=a&amp;head=b&amp;Idx=0" border="0" alt="" hspace="0" align="bottom" /></div>
<div><span style="color:#000000;">The &#8220;glue&#8221; that holds the Web together is called  <strong>hypertext</strong> and <strong>hyperlinks</strong>. This feature allows electronic files on  the Web to be linked so you can jump easily between them. On the Web, you  navigate through pages of information- -commonly known as <strong>browsing</strong> or  <strong>surfing</strong>&#8211;based on what interests you at that particular moment. </span></div>
<div><span style="color:#000000;">To access the Web you need a <strong>web browser</strong>, such  as Netscape Navigator or <span style="border-bottom:1px dashed #0066cc;height:1em;">Microsoft</span> Internet Explorer. How does your web browser distinguish between web pages and  other types of data on the Internet? Web pages are written in a computer  language called <strong>Hypertext Markup Language</strong> or <strong>HTML</strong>.</span></div>
</div>
</div>
</div>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amchivasai.wordpress.com/82/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amchivasai.wordpress.com/82/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amchivasai.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amchivasai.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amchivasai.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amchivasai.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amchivasai.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amchivasai.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amchivasai.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amchivasai.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amchivasai.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amchivasai.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amchivasai.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amchivasai.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amchivasai.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amchivasai.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amchivasai.wordpress.com&amp;blog=4458584&amp;post=82&amp;subd=amchivasai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amchivasai.wordpress.com/2008/08/11/understanding-web-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8664c3a6c9595576075d8e56c8a2ad18?s=96&#38;d=identicon" medium="image">
			<media:title type="html">amchivasai</media:title>
		</media:content>

		<media:content url="http://attach.re2.mail.yahoo.com/us.f519.mail.yahoo.com/ym/us/ShowLetter?box=games&#038;MsgId=4962_53263197_33775_4035_151893_0_276215_224855_1137891068&#038;bodyPart=4&#038;YY=20435&#038;y5beta=yes&#038;y5beta=yes&#038;order=down&#038;sort=date&#038;pos=0&#038;view=a&#038;head=b&#038;Idx=0" medium="image" />

		<media:content url="http://attach.re2.mail.yahoo.com/us.f519.mail.yahoo.com/ym/us/ShowLetter?box=games&#038;MsgId=4962_53263197_33775_4035_151893_0_276215_224855_1137891068&#038;bodyPart=3&#038;YY=20435&#038;y5beta=yes&#038;y5beta=yes&#038;order=down&#038;sort=date&#038;pos=0&#038;view=a&#038;head=b&#038;Idx=0" medium="image" />

		<media:content url="http://attach.re2.mail.yahoo.com/us.f519.mail.yahoo.com/ym/us/ShowLetter?box=games&#038;MsgId=4962_53263197_33775_4035_151893_0_276215_224855_1137891068&#038;bodyPart=2&#038;YY=20435&#038;y5beta=yes&#038;y5beta=yes&#038;order=down&#038;sort=date&#038;pos=0&#038;view=a&#038;head=b&#038;Idx=0" medium="image" />

		<media:content url="http://attach.re2.mail.yahoo.com/us.f519.mail.yahoo.com/ym/us/ShowLetter?box=games&#038;MsgId=4962_53263197_33775_4035_151893_0_276215_224855_1137891068&#038;bodyPart=6&#038;YY=20435&#038;y5beta=yes&#038;y5beta=yes&#038;order=down&#038;sort=date&#038;pos=0&#038;view=a&#038;head=b&#038;Idx=0" medium="image" />

		<media:content url="http://attach.re2.mail.yahoo.com/us.f519.mail.yahoo.com/ym/us/ShowLetter?box=games&#038;MsgId=4962_53263197_33775_4035_151893_0_276215_224855_1137891068&#038;bodyPart=7&#038;YY=20435&#038;y5beta=yes&#038;y5beta=yes&#038;order=down&#038;sort=date&#038;pos=0&#038;view=a&#038;head=b&#038;Idx=0" medium="image" />
	</item>
		<item>
		<title>Crimsonland &#8211;:Games ::&#8211;</title>
		<link>http://amchivasai.wordpress.com/2008/08/11/crimsonland-games/</link>
		<comments>http://amchivasai.wordpress.com/2008/08/11/crimsonland-games/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 10:47:00 +0000</pubDate>
		<dc:creator>amchivasai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://amchivasai.wordpress.com/?p=80</guid>
		<description><![CDATA[Crimsonland Crimsonland is a no holds barred action game with no nonsense. You pick up weapons, you hose enemies. It is easy as that but oh is it fun and addictive! The Hard rock soundtrack, challenging gameplay, and incredibly fun weapons leave you wanting more, more, more! Just remember to stop and eat now and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amchivasai.wordpress.com&amp;blog=4458584&amp;post=80&amp;subd=amchivasai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:x-large;"><span class="ntitle">Crimsonland</span></p>
<p></span><span class="news"></p>
<div><span style="font-size:x-large;"><img src="http://www.avagames.net/crimsonland/crimsonland-logo.jpg" alt="Crimsonland" /></span></div>
<p>Crimsonland  is a no holds barred action game with no nonsense. You pick up weapons, you hose  enemies. It is easy as that but oh is it fun and addictive! The Hard rock <a id="KonaLink0" class="kLink" title="http://flmsdown.net/2007/05/16/crimsonland.html#" rel="nofollow" href="http://flmsdown.net/2007/05/16/crimsonland.html#" target="_blank"><span style="font-weight:400;font-size:13px;color:#2277dd;"></span></a>soundtrack,  challenging gameplay, and incredibly fun weapons leave you wanting more, more,  more! Just remember to stop and eat now and then&#8230;</span></p>
<div style="text-align:center;">
Click Here To  Download:</p>
<p><a title="http://www.savefile.com/download/625002?PHPSESSID=848c836133e51bf0f09ffae649765fa1" rel="nofollow" href="http://www.savefile.com/download/625002?PHPSESSID=848c836133e51bf0f09ffae649765fa1" target="_blank"><span title="http://www.savefile.com/download/625002?PHPSESSID=848c836133e51bf0f09ffae649765fa1"><span style="color:#003399;">http://www.savefile .com/download/ 625002?PHPSESSID  =848c836133e51bf 0f09ffae649765fa 1</span></span></a></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amchivasai.wordpress.com/80/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amchivasai.wordpress.com/80/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amchivasai.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amchivasai.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amchivasai.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amchivasai.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amchivasai.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amchivasai.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amchivasai.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amchivasai.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amchivasai.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amchivasai.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amchivasai.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amchivasai.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amchivasai.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amchivasai.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amchivasai.wordpress.com&amp;blog=4458584&amp;post=80&amp;subd=amchivasai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amchivasai.wordpress.com/2008/08/11/crimsonland-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8664c3a6c9595576075d8e56c8a2ad18?s=96&#38;d=identicon" medium="image">
			<media:title type="html">amchivasai</media:title>
		</media:content>

		<media:content url="http://www.avagames.net/crimsonland/crimsonland-logo.jpg" medium="image">
			<media:title type="html">Crimsonland</media:title>
		</media:content>
	</item>
		<item>
		<title>How to speed up the time it takes Windows to load or boot</title>
		<link>http://amchivasai.wordpress.com/2008/08/11/how-to-speed-up-the-time-it-takes-windows-to-load-or-boot/</link>
		<comments>http://amchivasai.wordpress.com/2008/08/11/how-to-speed-up-the-time-it-takes-windows-to-load-or-boot/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 10:44:32 +0000</pubDate>
		<dc:creator>amchivasai</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Ebook]]></category>

		<guid isPermaLink="false">http://amchivasai.wordpress.com/?p=78</guid>
		<description><![CDATA[How to speed up the time it takes Windows to load or boot There are a variety of factors (both hardware and software) involved in lowering the amount of time it takes for Windows to load. You will go over most of these ways in this page starting with changes in the system BIOS and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amchivasai.wordpress.com&amp;blog=4458584&amp;post=78&amp;subd=amchivasai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Times New Roman;font-size:x-large;">How to speed up the time it takes Windows to  load or boot</span><span style="font-family:Arial;"><span style="font-size:x-large;"> </span><br />
There are a  variety of factors (both hardware and software) involved in lowering the amount  of time it takes for Windows to load. You will go over most of these ways in  this page starting with changes in the system BIOS and moving onward from  there.</p>
<p>All of these changes are optional, and do not need to be carried  out. Instead, they are offered as suggestions to try to lower the time it takes  for Windows to boot. Some of these changes are very advanced and should only be  attempted if you are comfortable with making the changes and have your data  backed up.</p>
<p></span><span style="font-weight:bold;color:#800040;font-family:Helvetica,Arial,sans-serif;">System  BIOS Changes<br />
</span><span style="font-family:Helvetica,Arial,sans-serif;"><br />
</span><span style="font-family:Helvetica,Arial,sans-serif;">One of the first places to  help speed boot time in Windows is to make some simple changes to the system  BIOS. The BIOS or Basic Input/Output System is a set of instructions and  commands built into the motherboard that allows the computer to know what type  of hardware is connected and how to communicate with that hardware. You&#8217;ll first  have to gain access to the BIOS setup screen to make any changes. Do not make  changes to the system settings in the BIOS lightly, one mistake can render the  computer unbootable and cause more problems than its worth. For this reason, do  not attempt making changes to the system BIOS unless you are willing to accept  the risk along with it. With that said, you&#8217;ll want to follow the directions  below and make some simple changes to speed up the boot process.</p>
<p>1) You  must start with the computer completely off, not in sleep or hibernation mode.  Then turn the computer on.</p>
<p>2) Enter the system BIOS screen by the  manufacturers suggestion. Depending on the computer, this may involve pressing  the DEL key, pressing F1, Pressing F10, holding down CTRL-ALT-S, or a variety of  other keystroks to get to the BIOS screen</p>
<p>3) Once in the BIOS setup, look  for a BOOT menu and select it with your keyboard arrow keys, Tab, and  Enter.<br />
4) In most modern BIOS screens, you&#8217;ll find an option for Quick Boot.  Enable this to skip memory tests and other minor Power On Self Tests  (POST).</p>
<p></span><img src="http://i13.tinypic.com/4v638k7.jpg" border="0" alt="TinyPic image" /><br />
<span style="font-family:Helvetica,Arial,sans-serif;"><br />
5) Find an option for Boot  Device Priority next, and change the first boot device to be the hard drive.  Changing this option will speed up the boot process, but it will also not allow  the computer to boot from a floppy disk or CD-ROM. If booting from anything  other than the hard drive is important to you, please skip this step. If later  on, you need to boot from a CD-ROM, simply re-enter the BIOS setup and make the  CD-ROM the first boot device.</p>
<p></span><img src="http://i9.tinypic.com/548vbls.jpg" border="0" alt="TinyPic image" /><br />
<span style="font-family:Helvetica,Arial,sans-serif;"><br />
6) Choose the option to  Exit and Save Changes and the computer will reboot.</p>
<p>There are other  options in the BIOS to speed up boot time such as choosing the exact settings  for your hard drive, and disabling AUTO DETECT of hard drives and other media.  However I am skipping those changes and leaving them for a later discussion.</p>
<p><big><span style="font-weight:bold;color:#800040;">Changes to  Windows Settings</span></big></p>
<p>The next group of changes to consider will  be to the many Windows settings. We will use a handy tool called the System  Configuration Utility to accomplish most of these changes. Follow the steps  below to open and use this tool.</p>
<p><span style="font-weight:bold;">Startup  Tab Changes</span></p>
<p>1) Click on Start, Run and type MSCONFIG and press  Enter</p>
<p>2) Click on the STARTUP tab in the System Configuration Utility to  view all the items that begin on Startup. An example is shown  below.</p>
<p></span><img src="http://i15.tinypic.com/6b0p8j5.jpg" border="0" alt="TinyPic image" /><br />
<span style="font-family:Helvetica,Arial,sans-serif;"><br />
Each item on the Startup  tab that is checked loads immediately after Windows starts. If there are lots of  items here, this will slow down the boot time for Windows considerably. Each of  these items can be toggled on or off simply by using the checkmark box to the  left of the item.</p>
<p>The column directly to right of the checkmark is the  Name of the program, while the next column over is the location on the hard  drive or other device of the file. Finally the last column shows where in the  computer the file is started from. This location could be in the registry as is  the case with all the locations that begin with HKLM or HKCU, or it could be in  the Windows Startup folder found under ALL PROGRAMS in windows XP</p>
<p>You can  examine each of these startup items and uncheck any that are not necessary. How  do you know which ones are not necessary? Well, in most computer configurations,  you&#8217;ll want drivers running for your graphics or video controller and sound  card, and most likely an anti virus and firewall running. Other startup items  are usually extras that could be eliminated from boot up. To discover what a  particular item is used for, jot down the name for the item and go over to a  site called Process Library, type in the name of the process and click Find.  This is a very handy tool for discovering which startup items are truly  needed.</p>
<p>When you are done modifying the checkmarks to the Startup tab,  click OK and you&#8217;ll be asked to reboot the system.</p>
<p><span style="font-weight:bold;">Windows Services Changes</span></p>
<p>Once the  computer is rebooted, click on Start, Run and type MSCONFIG and press Enter  again. This will reopen the System Configuration Utility. Click on the Services  tab, then click on the option at the bottom called &#8220;Hide All Microsoft Services&#8221;  to see what unnecessary Windows services are running that can be removed.  Generally speaking, you want services related to your video/sound cards  and antivirus or firewall programs left running. Other services may not be  essential and can be removed. Remember to only remove unessential services or  you risk experiencing boot problems. Use Google to search for information on  unfamiliar services.</p>
<p></span><img src="http://i10.tinypic.com/4tsypo8.jpg" border="0" alt="TinyPic image" /><br />
<span style="font-family:Helvetica,Arial,sans-serif;"></p>
<p><big><span style="font-weight:bold;"><span style="color:#800040;">Hardware Changes to  Increase Boot Time</span></p>
<p></span><span style="font-weight:bold;">Adding more Memory (RAM)</span></p>
<p>Other than  upgrading the motherboard and CPU, you can generally increase the amount of RAM  in your computer to make it load programs and applications faster and provide a  more enjoyable computing experience. You&#8217;ll want to check your motherboard to  make sure you have available slots and the maximum amount of RAM you can add to  your particular motherboard.</p>
<p><span style="font-weight:bold;">Replacing  your Hard Drive with a Faster RPM Drive</span><br />
If you have a slower hard drive such as a 5400 RPM  or slower, you may want to consider upgrading to a faster 7200 RPM<br />
hard  drive. The difference in RPM speed will generally be quite noticeable.</p>
<p><span style="font-weight:bold;">Changing to Static IP</span></p>
<p>If  your computer is connected to a local area network that you control and you have  a DHCP server enabled on your router, during the boot process the computer  queries the network to valid IP address. You can shave seconds off your boot  time by assigning a valid IP address to your computer instead of using DHCP to  assign it. To setup a Static IP for your computer, follow these  directions.</p>
<p>1) Click on Start, Run<br />
2) Type NCPA.CPL and press Enter to  open the Network Connection Control Panel<br />
3)  Right-click on the Local Area  Connection and choose Properties<br />
4)  Click on Internet Protocol (TCP/IP) and  click Properties<br />
5) You should see a screen similar to the one below. Fill in  your static IP, subnet, default gateway, and DNS server information and click  OK. If you aren&#8217;t sure of your IP ranges on your router, consult your router  manual or a friend that is more knowledgeable in networking terminology. Again,  this is an optional item and does not necessarily need to be accomplished. Using  DHCP is fine, although you sacrifice a few seconds for an IP to be assigned to  from the network.</p>
<p></big></span><img src="http://i13.tinypic.com/688dkl0.jpg" border="0" alt="TinyPic image" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amchivasai.wordpress.com/78/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amchivasai.wordpress.com/78/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amchivasai.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amchivasai.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amchivasai.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amchivasai.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amchivasai.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amchivasai.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amchivasai.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amchivasai.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amchivasai.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amchivasai.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amchivasai.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amchivasai.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amchivasai.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amchivasai.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amchivasai.wordpress.com&amp;blog=4458584&amp;post=78&amp;subd=amchivasai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amchivasai.wordpress.com/2008/08/11/how-to-speed-up-the-time-it-takes-windows-to-load-or-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8664c3a6c9595576075d8e56c8a2ad18?s=96&#38;d=identicon" medium="image">
			<media:title type="html">amchivasai</media:title>
		</media:content>

		<media:content url="http://i13.tinypic.com/4v638k7.jpg" medium="image">
			<media:title type="html">TinyPic image</media:title>
		</media:content>

		<media:content url="http://i9.tinypic.com/548vbls.jpg" medium="image">
			<media:title type="html">TinyPic image</media:title>
		</media:content>

		<media:content url="http://i15.tinypic.com/6b0p8j5.jpg" medium="image">
			<media:title type="html">TinyPic image</media:title>
		</media:content>

		<media:content url="http://i10.tinypic.com/4tsypo8.jpg" medium="image">
			<media:title type="html">TinyPic image</media:title>
		</media:content>

		<media:content url="http://i13.tinypic.com/688dkl0.jpg" medium="image">
			<media:title type="html">TinyPic image</media:title>
		</media:content>
	</item>
	</channel>
</rss>
