<?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-5629164192229986209</id><updated>2011-04-21T21:07:13.754-07:00</updated><category term='Windows xp task'/><category term='hibernate'/><category term='user account windows xp'/><category term='windows xp'/><category term='windows hidden files'/><category term='windows xp user'/><category term='windows tricks'/><category term='user in windows xp'/><category term='windows xp hibernate'/><category term='microsoft'/><category term='remove history'/><category term='task in windows xp'/><category term='windows'/><category term='windows xp tips and tricks'/><category term='windows xp guide'/><category term='privacy in windows xp'/><category term='windows xp tutorials'/><category term='windows xp tricks'/><category term='windowsxp guide'/><category term='endtask in windows xp'/><title type='text'>WINDOWS XP TUTORIALS</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://windowsxp-tutorials.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://windowsxp-tutorials.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>ME</name><uri>http://www.blogger.com/profile/10042646289137789857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5629164192229986209.post-6578769489411049255</id><published>2008-09-04T10:21:00.000-07:00</published><updated>2008-09-04T10:23:05.307-07:00</updated><title type='text'>Customize Multiboot Startup Options</title><content type='html'>&lt;p class="docText"&gt;&lt;span class="docEmphBold"&gt;Edit or create a startup menu that lets  you choose which operating system to boot into in multiboot systems, or create a  menu that lets you choose different startup options for your single operating  system if you have only XP installed&lt;/span&gt;.&lt;/p&gt; &lt;p class="docText"&gt;&lt;a name="winxphks-CHP-1-ITERM-2171"&gt;&lt;/a&gt;If you've installed  another operating system (in addition to XP) on your system, your PC starts up  with a multiboot menu, which allows you to choose which operating system you  want to run. The menu stays live for 30 seconds, and a screen countdown tells  you how long you have to make a choice from the menu. After the 30 seconds  elapse, it boots into your default operating system, which is generally the last  operating system you installed.&lt;/p&gt; &lt;p class="docText"&gt;&lt;a name="winxphks-CHP-1-ITERM-2172"&gt;&lt;/a&gt;You can customize that  multiboot menu and how your PC starts by editing the &lt;i&gt;boot.ini&lt;/i&gt;&lt;a name="winxphks-CHP-1-ITERM-2173"&gt;&lt;/a&gt; file, a hidden system file, to control a  variety of startup options, including how long to display the menu, which  operating system should be the default, whether to use the XP splash screen when  XP starts, and similar features. And as you'll see later in this hack, you can  also use the file to create a startup menu that will allow you to choose from  different versions of your operating system—for example, one that you'll use for  tracking down startup problems, and another for starting in Safe Mode.&lt;/p&gt; &lt;p class="docText"&gt;The &lt;i&gt;boot.ini&lt;/i&gt; file is a plain text file found in your  root &lt;i&gt;C:\&lt;/i&gt; folder. You might not be able to see it, because it's a system  file, and if you can see it, you might not be able to edit it, because it's a  read-only file. To make it visible, launch Windows Explorer, choose View &lt;img src="FILES/U2192.GIF" border="0" /&gt; Tools &lt;img src="FILES/U2192.GIF" border="0" /&gt;  Folder Options &lt;img src="FILES/U2192.GIF" border="0" /&gt; View and select the radio  button "Show Hidden Files and Folders." To make it a file you can edit,  right-click on it in Windows Explorer, choose Properties, uncheck the Read-Only  box, and click OK.&lt;/p&gt;&lt;a name="winxphks-CHP-1-SECT-2.1"&gt;&lt;/a&gt; &lt;h4 class="docSection2Title"&gt;1.2.1 Editing Files&lt;/h4&gt; &lt;p class="docText"&gt;&lt;a name="winxphks-CHP-1-ITERM-2174"&gt;&lt;/a&gt;To edit the file,  open it with a text editor such as Notepad. Following is a typical  &lt;i&gt;boot.ini&lt;/i&gt; file for a PC that has two operating systems installed on  it—Windows XP Home Edition and Windows Me:&lt;/p&gt;&lt;pre&gt;[boot loader]&lt;br /&gt;timeout=30&lt;br /&gt;default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS&lt;br /&gt;[operating systems]&lt;br /&gt;multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home&lt;br /&gt;Edition" /fastdetect&lt;br /&gt;multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows 2000 Professional" /&lt;br /&gt;fastdetect&lt;/pre&gt; &lt;p class="docText"&gt;As you can see, there are two sections in the file:  &lt;tt&gt;[boot&lt;/tt&gt;&lt;a name="winxphks-CHP-1-ITERM-2175"&gt;&lt;/a&gt; &lt;tt&gt;loader]&lt;/tt&gt; and  &lt;tt&gt;[operating&lt;/tt&gt; &lt;tt&gt;systems]&lt;/tt&gt;. To customize your menu and startup  options, edit the entries in each section. Before editing &lt;i&gt;boot.ini&lt;/i&gt;, make  a copy of it and save it under a different name (such as &lt;i&gt;boot.ini.old&lt;/i&gt;),  so that you can revert to it if you cause problems when you edit the file.&lt;/p&gt; &lt;p class="docText"&gt;Following are details about how to edit the entries in each  section:&lt;/p&gt;&lt;a name="winxphks-CHP-1-ITERM-2176"&gt;&lt;/a&gt;&lt;a name="winxphks-CHP-1-ITERM-2177"&gt;&lt;/a&gt;&lt;a name="winxphks-CHP-1-ITERM-2178"&gt;&lt;/a&gt;&lt;a name="winxphks-CHP-1-ITERM-2179"&gt;&lt;/a&gt;&lt;a name="winxphks-CHP-1-ITERM-2180"&gt;&lt;/a&gt;&lt;a name="winxphks-CHP-1-ITERM-2181"&gt;&lt;/a&gt; &lt;dl class="docList"&gt;&lt;dt&gt;&lt;span class="docPubcolor"&gt;&lt;span class="docPubcolor"&gt;&lt;span class="docMonofont"&gt;[boot loader]&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;  &lt;/dt&gt;&lt;dd&gt; &lt;p class="docList"&gt;This section controls how the boot process works; it specifies  the default operating system and how long a user has to make a selection from a  boot menu, if a boot menu has been enabled. The &lt;tt&gt;timeout&lt;/tt&gt; value  specifies, in seconds, how long to display the menu and wait for a selection  before loading the default operating system. If you want a delay of 15 seconds,  for example, enter &lt;tt&gt;15&lt;/tt&gt; for the value. Use a value of &lt;tt&gt;0&lt;/tt&gt; if you  want the default operating system to boot immediately. If you want the menu to  be displayed indefinitely and stay onscreen until a selection is made, use a  value of &lt;tt&gt;-1&lt;/tt&gt;. The &lt;tt&gt;default&lt;/tt&gt; value specifies which entry in the  &lt;tt&gt;[operating&lt;/tt&gt; &lt;tt&gt;system]&lt;/tt&gt; section is the default operating system.  (The &lt;tt&gt;default&lt;/tt&gt; value is used even if there is only one operating system  in the &lt;tt&gt;[operating&lt;/tt&gt; &lt;tt&gt;system]&lt;/tt&gt; section.) To change the default  operating system, edit the setting, in our example, to  &lt;tt&gt;default=multi(0)disk(0)rdisk(0)partition(2)\WINNT&lt;/tt&gt;.&lt;/p&gt; &lt;p class="docList"&gt;So, in our example, if you change the menu settings so that the  screen appears for 10 seconds before loading the default operating system, and  the default operating system is Windows 2000 Professional, the section  reads:&lt;/p&gt;&lt;pre&gt;[boot loader]&lt;br /&gt;timeout=10&lt;br /&gt;default=multi(0)disk(0)rdisk(0)partition(2)\WINNT&lt;/pre&gt; &lt;/dd&gt;&lt;dt&gt;&lt;span class="docPubcolor"&gt;&lt;span class="docPubcolor"&gt;&lt;span class="docMonofont"&gt;[operating system]&lt;/span&gt;&lt;/span&gt;&lt;a name="winxphks-CHP-1-ITERM-2176"&gt;&lt;/a&gt; &lt;a name="winxphks-CHP-1-ITERM-2177"&gt;&lt;/a&gt;&lt;/span&gt; &lt;/dt&gt;&lt;dd&gt; &lt;p class="docList"&gt;This section specifies which operating systems are present on  the computer, and detailed options for each one. XP uses the &lt;a name="winxphks-CHP-1-ITERM-2178"&gt;&lt;/a&gt;&lt;a name="winxphks-CHP-1-ITERM-2179"&gt;&lt;/a&gt;Advanced RISC Computing (ARC) path to specify  the location of the boot partition. In our example, the ARC path is:&lt;/p&gt;&lt;pre&gt;multi(0)disk(0)rdisk(0)partition(1)\WINDOWS&lt;/pre&gt; &lt;p class="docList"&gt;The first parameter, which identifies the disk controller,  should be &lt;tt&gt;0&lt;/tt&gt;. The second parameter, the &lt;tt&gt;disk&lt;/tt&gt; parameter, should  also be &lt;tt&gt;0&lt;/tt&gt;. The &lt;tt&gt;rdisk&lt;/tt&gt; parameter specifies the disk number on  the controller that has the boot partition. The numbers start at &lt;tt&gt;0&lt;/tt&gt;. So,  if you have three hard disks installed and the second hard disk has the boot  partition, the setting is &lt;tt&gt;rdisk(1)&lt;/tt&gt;. The &lt;tt&gt;partition&lt;/tt&gt; parameter  identifies the partition number of the boot partition. Partitions start with the  number &lt;tt&gt;1&lt;/tt&gt;. The final section, which in our example is &lt;tt&gt;\WINDOWS&lt;/tt&gt;,  specifies the path to the folder where the operating system is installed.&lt;/p&gt; &lt;p class="docList"&gt;&lt;a name="winxphks-CHP-1-ITERM-2180"&gt;&lt;/a&gt;To the right of the &lt;a name="winxphks-CHP-1-ITERM-2181"&gt;&lt;/a&gt;ARC path in the example is &lt;tt&gt;="Microsoft  Windows XP&lt;/tt&gt; &lt;tt&gt;Home Edition&lt;/tt&gt;" &lt;tt&gt;/fastdetect&lt;/tt&gt;. The words within  quotes are what will appear on the boot menu next to the entry. To customize the  text on the menu you can change these words to whatever you wish—for example,  "My Favorite Operating System." The &lt;tt&gt;/fastdetect&lt;/tt&gt; switch disables the  detection of serial and parallel devices, which allows for faster booting. The  detection of these devices isn't normally required in XP, because the functions  are performed by plug-and-play drivers, so as a general rule it's a good idea to  use the &lt;tt&gt;/fastdetect&lt;/tt&gt; switch. The &lt;tt&gt;/fastdetect&lt;/tt&gt; switch is only one  of many switches that can be used in the &lt;i&gt;boot.ini&lt;/i&gt; file to customize how  the operating system loads. &lt;span class="docLink"&gt;Table 1-1&lt;/span&gt; lists others you can  use.&lt;/p&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;a name="winxphks-CHP-1-ITERM-2182"&gt;&lt;/a&gt;&lt;a name="winxphks-CHP-1-ITERM-2183"&gt;&lt;/a&gt;&lt;a name="winxphks-CHP-1-TABLE-1"&gt;&lt;/a&gt; &lt;p&gt; &lt;table border="1" cellpadding="4" cellspacing="0" rules="all" width="100%"&gt; &lt;caption&gt; &lt;h5 class="docTableTitle"&gt;Table 1-1. Switches for boot.ini&lt;/h5&gt;&lt;/caption&gt; &lt;colgroup span="2"&gt; &lt;/colgroup&gt;&lt;thead&gt; &lt;tr&gt; &lt;th class="docTableHeader"&gt; &lt;p class="docText"&gt;Switch&lt;/p&gt;&lt;/th&gt; &lt;th class="docTableHeader"&gt; &lt;p class="docText"&gt;What it does&lt;/p&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td class="docTableCell"&gt;&lt;pre&gt;/BASEVIDEO&lt;/pre&gt;&lt;/td&gt; &lt;td class="docTableCell"&gt; &lt;p class="docText"&gt;Starts XP using the standard VGA driver. It's most useful if  you can't boot normally because of a video driver problem.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="docTableCell"&gt;&lt;pre&gt;/BOOTLOG&lt;/pre&gt;&lt;/td&gt; &lt;td class="docTableCell"&gt; &lt;p class="docText"&gt;Logs information about the boot process to the  &lt;i&gt;ntbtlogl.txt&lt;/i&gt; file in the &lt;i&gt;C:\Windows&lt;/i&gt; folder.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="docTableCell"&gt;&lt;pre&gt;/CRASHDEBUG&lt;/pre&gt;&lt;/td&gt; &lt;td class="docTableCell"&gt; &lt;p class="docText"&gt;Loads the debugger at boot, but the debugger remains inactive  unless a crash occurs.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="docTableCell"&gt;&lt;pre&gt;/DEBUG&lt;/pre&gt;&lt;/td&gt; &lt;td class="docTableCell"&gt; &lt;p class="docText"&gt;Loads the debugger at boot and runs it.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="docTableCell"&gt;&lt;pre&gt;/FASTDETECT&lt;/pre&gt;&lt;/td&gt; &lt;td class="docTableCell"&gt; &lt;p class="docText"&gt;Disables the detection of serial and parallel  devices.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="docTableCell"&gt;&lt;pre&gt;MAXMEM:&lt;tt&gt;&lt;i&gt;n&lt;/i&gt;&lt;/tt&gt;&lt;/pre&gt;&lt;/td&gt; &lt;td class="docTableCell"&gt; &lt;p class="docText"&gt;Specifies the maximum amount of RAM that XP can  use.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="docTableCell"&gt;&lt;pre&gt;/NOGUIBOOT&lt;/pre&gt;&lt;/td&gt; &lt;td class="docTableCell"&gt; &lt;p class="docText"&gt;Does not allow the XP splash screen to load during  boot.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="docTableCell"&gt;&lt;pre&gt;/NODEBUG&lt;/pre&gt;&lt;/td&gt; &lt;td class="docTableCell"&gt; &lt;p class="docText"&gt;Stops the debugger from loading.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="docTableCell"&gt;&lt;pre&gt;/SAFEBOOT:&lt;tt&gt;&lt;i&gt;switch&lt;/i&gt;&lt;/tt&gt;&lt;/pre&gt;&lt;/td&gt; &lt;td class="docTableCell"&gt; &lt;p class="docText"&gt;Forces XP to boot into the safe mode specified by the  &lt;tt&gt;&lt;i&gt;switch&lt;/i&gt;&lt;/tt&gt; parameter, which can be &lt;tt&gt;minimal&lt;/tt&gt;,  &lt;tt&gt;network&lt;/tt&gt;, or &lt;tt&gt;minimal(alternate&lt;/tt&gt; &lt;tt&gt;shell)&lt;/tt&gt;. In  &lt;tt&gt;minimal&lt;/tt&gt; safe mode, only the minimum set of drivers necessary to start  XP are loaded. In &lt;tt&gt;network&lt;/tt&gt; safe mode, networking drivers are loaded in  addition to the minimum set of drivers. In &lt;tt&gt;minimal(alternate&lt;/tt&gt;  &lt;tt&gt;shell)&lt;/tt&gt; the minimum set of drivers are loaded and XP boots into the  command prompt.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="docTableCell"&gt;&lt;pre&gt;/SOS&lt;/pre&gt;&lt;/td&gt; &lt;td class="docTableCell"&gt; &lt;p class="docText"&gt;Displays the name of each driver as it loads and gives  descriptions of what is occurring during the boot process. It also offers other  information, including the XP build number, the service pack number, the number  of processors on the system, and the amount of installed  memory.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt; &lt;p class="docText"&gt;When you've finished editing the &lt;i&gt;boot.ini&lt;/i&gt; file, save it.  The next time you start your computer, its settings will go into effect.&lt;/p&gt; &lt;p class="docText"&gt;In our example, if we want the menu to appear for 45 seconds,  the default operating system to be Windows 2000, and the XP splash screen to be  turned off when we choose to load XP, the &lt;i&gt;boot.ini&lt;/i&gt; file should look like  this:&lt;/p&gt;&lt;pre&gt;[boot loader]&lt;br /&gt;timeout=45&lt;br /&gt;default=multi(0)disk(0)rdisk(0)partition(2)\WINNT&lt;br /&gt;[operating systems]&lt;br /&gt;multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home&lt;br /&gt;Edition" /fastdetect /noguiboot&lt;br /&gt;multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows 2000 Professional" /&lt;br /&gt;fastdetect&lt;/pre&gt;&lt;a name="winxphks-CHP-1-SECT-2.2"&gt;&lt;/a&gt; &lt;h4 class="docSection2Title"&gt;1.2.2 Create a Startup Menu Even if You Have Only One  Operating System&lt;/h4&gt; &lt;p class="docText"&gt;&lt;a name="winxphks-CHP-1-ITERM-2184"&gt;&lt;/a&gt;&lt;a name="winxphks-CHP-1-ITERM-2185"&gt;&lt;/a&gt;Even if you have only one operating system,  you can create a boot menu that will let you choose to load your operating  system with different parameters. For example, for menu choices, you might have  your normal operating system; a mode that lets you trace any startup problems;  and Safe Mode. To give yourself the option of operating systems with different  parameters, create separate entries for each new operating system choice. For  example, for the version of the operating system that traces potential startup  problems, you could create this entry:&lt;/p&gt;&lt;pre&gt;multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Trace Problems XP Home Edition"&lt;br /&gt;/fastdetect /bootlog /sos&lt;/pre&gt; &lt;p class="docText"&gt;This entry creates a startup log and also displays information  about the drivers and other operating system information as it loads.&lt;/p&gt; &lt;p class="docText"&gt;For the version of the operating system that loads in Safe Mode  but that still allows networking, you could create this entry:&lt;/p&gt;&lt;pre&gt;multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Safe Start XP Home Edition" /&lt;br /&gt;fastdetect /safeboot:network&lt;/pre&gt; &lt;p class="docText"&gt;The &lt;i&gt;boot.ini&lt;/i&gt; file would look like this, assuming that  you want the menu to display for 30 seconds and you want normal XP startup to be  the default:&lt;/p&gt;&lt;pre&gt;[boot loader]&lt;br /&gt;timeout=30&lt;br /&gt;default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS&lt;br /&gt;[operating systems]&lt;br /&gt;multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home&lt;br /&gt;Edition" /fastdetect&lt;br /&gt;multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Trace Problems XP Home Edition"&lt;br /&gt;/fastdetect /bootlog /sos&lt;br /&gt;multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Safe Start XP Home Edition" /&lt;br /&gt;fastdetect /safeboot:network&lt;/pre&gt; &lt;p&gt; &lt;table align="center" bgcolor="black" border="0" cellpadding="1" cellspacing="0" width="90%"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt; &lt;table bgcolor="white" border="0" cellpadding="6" cellspacing="0" width="100%"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="60"&gt;&lt;img src="FILES/pushpin.gif" height="51" width="52" /&gt;&lt;/td&gt; &lt;td valign="top"&gt; &lt;p class="docText"&gt;If you're leery of using a text editor to edit &lt;i&gt;boot.ini  &lt;/i&gt;directly, you can use the System Configuration Utility &lt;span class="docLink"&gt;[Hack #4]&lt;/span&gt;  instead. Type &lt;tt&gt;msconfig&lt;/tt&gt; at a command prompt or the Run box and click on  the BOOT.INI tab, shown in &lt;span class="docLink"&gt;Figure  1-1&lt;/span&gt;. You'll be able to add several switches (but not as many as you can if  you edit the &lt;i&gt;boot.ini&lt;/i&gt; file yourself using a text  editor).&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt; &lt;center&gt; &lt;h5 class="docFigureTitle"&gt;&lt;a name="winxphks-CHP-1-FIG-1"&gt;&lt;/a&gt;Figure 1-1. The System  Configuration Utility&lt;/h5&gt;&lt;br /&gt;&lt;/center&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5629164192229986209-6578769489411049255?l=windowsxp-tutorials.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowsxp-tutorials.blogspot.com/feeds/6578769489411049255/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5629164192229986209&amp;postID=6578769489411049255' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/6578769489411049255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/6578769489411049255'/><link rel='alternate' type='text/html' href='http://windowsxp-tutorials.blogspot.com/2008/09/customize-multiboot-startup-options.html' title='Customize Multiboot Startup Options'/><author><name>ME</name><uri>http://www.blogger.com/profile/10042646289137789857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5629164192229986209.post-5977069572499392891</id><published>2008-05-15T06:16:00.000-07:00</published><updated>2008-05-15T06:19:23.091-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hibernate'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp hibernate'/><title type='text'>How to Hibernate in Windows XP</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i.ehow.com/images/GlobalPhoto/Articles/2147925/Untitled-1-main_Thumb.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 172px; height: 105px;" src="http://i.ehow.com/images/GlobalPhoto/Articles/2147925/Untitled-1-main_Thumb.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Microsoft chose to hide the "Hibernate" function in Windows XP. Here's how you perform that function without going through too much trouble.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Step1 Make sure all necessary programs are closed prior to shutting down. Hibernating will put all programs to "sleep," but some programs won't start up properly. Experiment after this to figure out which programs perform as intended. &lt;br /&gt;&lt;br /&gt;Step2 Click on "Start" and navigate to "Shut Down." &lt;br /&gt;&lt;br /&gt;Step3 You will see the Shut Down dialog box. &lt;br /&gt;&lt;br /&gt;Step4 You will see three options--Standby, Turn Off or Restart. &lt;br /&gt;&lt;br /&gt;Step5 Hold down the "Shift" key on your keyboard and "Standby" will switch to "Hibernate." &lt;br /&gt;&lt;br /&gt;Step6 Click on "Hibernate" and your system will then go into Hibernation mode. It will take a few seconds to a few minutes to enter that mode, in which case your system will shut down.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5629164192229986209-5977069572499392891?l=windowsxp-tutorials.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowsxp-tutorials.blogspot.com/feeds/5977069572499392891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5629164192229986209&amp;postID=5977069572499392891' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/5977069572499392891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/5977069572499392891'/><link rel='alternate' type='text/html' href='http://windowsxp-tutorials.blogspot.com/2008/05/how-to-hibernate-in-windows-xp.html' title='How to Hibernate in Windows XP'/><author><name>ME</name><uri>http://www.blogger.com/profile/10042646289137789857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5629164192229986209.post-855582642469628912</id><published>2008-05-15T06:15:00.000-07:00</published><updated>2008-05-15T06:16:40.471-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows xp task'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp guide'/><category scheme='http://www.blogger.com/atom/ns#' term='task in windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='endtask in windows xp'/><title type='text'>How to Automate Windows XP</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Task Scheduler.&lt;/span&gt;&lt;br /&gt;This service launches programs on a regular schedule or upon certain events, such as logging on to your computer. &lt;br /&gt;Batch programs.&lt;br /&gt;These programs, a throwback to the earliest days of MS-DOS, still provide an easy, reliable way to run a sequence of programs and commands. Most programs can be started from a command prompt, which means they can be started from a batch program. &lt;br /&gt;Windows Script Host.&lt;br /&gt;This feature allows you to run scripts written in VBScript, JScript, and other languages. cool huh! Although learning how to use Windows Script Host is more difficult than learning how to create batch programs, scripts can interact with the operating system and with other programs in much more powerful ways.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5629164192229986209-855582642469628912?l=windowsxp-tutorials.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowsxp-tutorials.blogspot.com/feeds/855582642469628912/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5629164192229986209&amp;postID=855582642469628912' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/855582642469628912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/855582642469628912'/><link rel='alternate' type='text/html' href='http://windowsxp-tutorials.blogspot.com/2008/05/how-to-automate-windows-xp.html' title='How to Automate Windows XP'/><author><name>ME</name><uri>http://www.blogger.com/profile/10042646289137789857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5629164192229986209.post-8966810033973357462</id><published>2008-05-15T06:14:00.000-07:00</published><updated>2008-05-15T06:15:28.285-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows xp user'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp tutorials'/><title type='text'>How to Change Your Windows XP Theme</title><content type='html'>&lt;span style="font-weight:bold;"&gt;If you're bored of your current Windows theme, Read on to find instructions on how you can change them easily.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Step1 Navigate to the Control Panel. &lt;br /&gt;&lt;br /&gt;Step2 Double-click on "Display." &lt;br /&gt;&lt;br /&gt;Step3 You will see the "Themes" tab by default. Make your selection according to your favorite. &lt;br /&gt;&lt;br /&gt;Step4 The preview will display in the window. If you are satisfied with what appears there, click on 'OK' and Exit. Your Windows system will now display the new theme&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5629164192229986209-8966810033973357462?l=windowsxp-tutorials.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowsxp-tutorials.blogspot.com/feeds/8966810033973357462/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5629164192229986209&amp;postID=8966810033973357462' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/8966810033973357462'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/8966810033973357462'/><link rel='alternate' type='text/html' href='http://windowsxp-tutorials.blogspot.com/2008/05/how-to-change-your-windows-xp-theme.html' title='How to Change Your Windows XP Theme'/><author><name>ME</name><uri>http://www.blogger.com/profile/10042646289137789857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5629164192229986209.post-358113906701650898</id><published>2008-05-15T06:12:00.000-07:00</published><updated>2008-05-15T06:14:01.992-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows xp user'/><category scheme='http://www.blogger.com/atom/ns#' term='windows tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='user in windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='privacy in windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='user account windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp tips and tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='microsoft'/><title type='text'>Create a New User Account in Windows XP</title><content type='html'>If you wish to share your computer with family, you should set up user accounts so that they are responsible for their own actions. That way, they won't accidentally delete your files or any of your work. Here's how you set up additional user accounts in Windows XP.&lt;br /&gt;Step1 Click on "Start" and then on "Control Panel." &lt;br /&gt;Step2 Scroll down to "User Accounts" and double-click on it. &lt;br /&gt;Step3 Click on "Create a new account." Give it a new name. &lt;br /&gt;Step4 Next, give it either Administrator or Limited rights. &lt;br /&gt;Step5 And then Finish. If you click on the account, you will be given the option to set a password for the account. Do so if you wish for the user to retain their privacy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5629164192229986209-358113906701650898?l=windowsxp-tutorials.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowsxp-tutorials.blogspot.com/feeds/358113906701650898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5629164192229986209&amp;postID=358113906701650898' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/358113906701650898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/358113906701650898'/><link rel='alternate' type='text/html' href='http://windowsxp-tutorials.blogspot.com/2008/05/create-new-user-account-in-windows-xp.html' title='Create a New User Account in Windows XP'/><author><name>ME</name><uri>http://www.blogger.com/profile/10042646289137789857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5629164192229986209.post-4475693093569041084</id><published>2008-05-15T06:11:00.000-07:00</published><updated>2008-05-15T06:12:18.784-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='remove history'/><category scheme='http://www.blogger.com/atom/ns#' term='privacy in windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='windows hidden files'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='windowsxp guide'/><category scheme='http://www.blogger.com/atom/ns#' term='microsoft'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp tutorials'/><title type='text'>How to End Tasks in Windows XP</title><content type='html'>&lt;p style="font-weight: bold;" id="intelliTXT"&gt;If your computer is starting to slow down, you might have to  end some tasks or close some programs in Windows. Here's how you do so.&lt;/p&gt; &lt;div class="Part1 Step"&gt;&lt;div class="label"&gt;Step&lt;span class="background"&gt;&lt;span class="number"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;Right-click on an empty space on the task bar.  &lt;/div&gt; &lt;div class="Part1 Step"&gt; &lt;div class="label"&gt;Step&lt;span class="background"&gt;&lt;span class="number"&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;Choose "Task Manager." &lt;/div&gt; &lt;div class="Part1 Step"&gt; &lt;div class="label"&gt;Step&lt;span class="background"&gt;&lt;span class="number"&gt;3&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;Highlight the task that you wish to end.  &lt;/div&gt; &lt;div class="Part1 Step"&gt; &lt;div class="label"&gt;Step&lt;span class="background"&gt;&lt;span class="number"&gt;4&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;Right-click on it and choose "End Task."  &lt;/div&gt; &lt;div class="Part1 Step"&gt; &lt;div class="label"&gt;Step&lt;span class="background"&gt;&lt;span class="number"&gt;5&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;The program should be terminated, freeing up  some RAM for your computer to work with. &lt;/div&gt;&lt;p style="font-weight: bold;" id="intelliTXT"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-weight: bold;" id="intelliTXT"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5629164192229986209-4475693093569041084?l=windowsxp-tutorials.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowsxp-tutorials.blogspot.com/feeds/4475693093569041084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5629164192229986209&amp;postID=4475693093569041084' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/4475693093569041084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/4475693093569041084'/><link rel='alternate' type='text/html' href='http://windowsxp-tutorials.blogspot.com/2008/05/how-to-end-tasks-in-windows-xp.html' title='How to End Tasks in Windows XP'/><author><name>ME</name><uri>http://www.blogger.com/profile/10042646289137789857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5629164192229986209.post-1427813493300902492</id><published>2008-05-15T06:10:00.000-07:00</published><updated>2008-05-15T06:11:30.521-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='remove history'/><category scheme='http://www.blogger.com/atom/ns#' term='privacy in windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='windows hidden files'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><title type='text'>How to Display Hidden System Files in Windows XP</title><content type='html'>&lt;span style="font-weight: bold;"&gt;By default, Windows will choose to hide important files, making them not easily accessible by the regular user. However, there will come a time when you need to access these files and folders. Follow these simple steps to display hidden system files and folders&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Step1 Open up "My Computer" or Windows Explorer.&lt;br /&gt;Step2 Click on "Tools" and go to Folder Options.&lt;br /&gt;Step3 Click on the "View" tab.&lt;br /&gt;Step4 Scroll down to the "Hidden Files and Folders" and check the option "Show Hidden Files and Folders."&lt;br /&gt;Step 5Click OK and exit. Now all your hidden files will be displayed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5629164192229986209-1427813493300902492?l=windowsxp-tutorials.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowsxp-tutorials.blogspot.com/feeds/1427813493300902492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5629164192229986209&amp;postID=1427813493300902492' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/1427813493300902492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/1427813493300902492'/><link rel='alternate' type='text/html' href='http://windowsxp-tutorials.blogspot.com/2008/05/how-to-display-hidden-system-files-in.html' title='How to Display Hidden System Files in Windows XP'/><author><name>ME</name><uri>http://www.blogger.com/profile/10042646289137789857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5629164192229986209.post-4334463407635156138</id><published>2008-05-15T06:08:00.000-07:00</published><updated>2008-05-15T06:09:56.793-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows xp tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp tips and tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='windowsxp guide'/><category scheme='http://www.blogger.com/atom/ns#' term='microsoft'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp tutorials'/><title type='text'>How to Organize Folder Items in Windows XP</title><content type='html'>Windows XP arranges icons haphazardly. Arranging them into groups is simple. Here's how.&lt;br /&gt;Step1 Open up 'My Computer'. You will notice the items that represent your hard drives, optical drives, network drives and others.&lt;br /&gt;Step2Right-click on an empty space, choose 'Arrange Icons By', followed by 'Show in Groups'.&lt;br /&gt;Step3Right-click again on an empty space, choose 'Arrange Icons By', followed by 'Type'.&lt;br /&gt;Step4Your icons will now be grouped according to its type. Now looking for an item should no longer be a chore or confusing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5629164192229986209-4334463407635156138?l=windowsxp-tutorials.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowsxp-tutorials.blogspot.com/feeds/4334463407635156138/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5629164192229986209&amp;postID=4334463407635156138' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/4334463407635156138'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5629164192229986209/posts/default/4334463407635156138'/><link rel='alternate' type='text/html' href='http://windowsxp-tutorials.blogspot.com/2008/05/how-to-organize-folder-items-in-windows.html' title='How to Organize Folder Items in Windows XP'/><author><name>ME</name><uri>http://www.blogger.com/profile/10042646289137789857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
