<?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/"
	>

<channel>
	<title>Geekgirl&#039;s Plain English Computing &#187; Pre-7 Windows</title>
	<atom:link href="http://www.geekgirls.com/category/windows/pre-7-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekgirls.com</link>
	<description>Tutorials and commentary on all things Windows &#38; web, with a few tangential offerings.</description>
	<lastBuildDate>Mon, 31 Oct 2011 12:17:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dialog box shortcuts</title>
		<link>http://www.geekgirls.com/2011/07/dialog-box-shortcuts/</link>
		<comments>http://www.geekgirls.com/2011/07/dialog-box-shortcuts/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 15:35:20 +0000</pubDate>
		<dc:creator>rosevines</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Pre-7 Windows]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools and techniques]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[context menus]]></category>
		<category><![CDATA[dialog boxes]]></category>

		<guid isPermaLink="false">http://www.geekgirls.com/?p=1280</guid>
		<description><![CDATA[One of less than obvious tools Windows offers is the right-click menu within file dialog boxes. Give it a try: open an application and then press Ctrl-O or click the Open icon to display the Open dialog box. Right-click any of the files or folders displayed in that dialog and you'll see a context menu pop open.]]></description>
			<content:encoded><![CDATA[<div>
<p>Open any Windows application and take a look at its Open and Save As dialog boxes. Notice how they look pretty much like the dialog boxes in any other application? That’s because Microsoft provides programmers with a set of <em>common dialog boxes</em>. Any programmer may  use these pre-designed dialog boxes to provide standard file management for their application. In fact, Microsoft encourages programmers to use the common dialogs in order to give Windows users a more consistent experience from one app to another.</p>
<p>You may have observed that in Windows 7, that single dialog box approach seems to have been derailed. That’s because some applications still use the old Windows XP dialog boxes instead of the revamped Windows 7 version. The most obvious difference between the two styles of dialog box is that XP’s rather restrictive Places bar is replaced by a more extensive navigation pane in the newer dialogs.</p>
<p>One of the features which has remained consistent – but not obvious – from XP to Windows 7, is the availability of right-click options within the file dialog boxes.</p>
<h3><a href="http://www.geekgirls.com/wp-content/uploads/dialog_shortcuts.jpg"><img class="alignright size-full wp-image-1284" title="Right-click within a dialog box to gain access to a variety of file management tasks" src="http://www.geekgirls.com/wp-content/uploads/dialog_shortcuts.jpg" alt="Right-click within a dialog box to gain access to a variety of file management tasks" width="349" height="417" /></a>Right-click shortcuts</h3>
<p>Give it a try:</p>
<ol>
<li>Open an application and then press Ctrl-O, or click the Open icon, to display the Open dialog box.</li>
<li>Right-click any of the files or folders displayed in that dialog and you&#8217;ll see a context menu pop open. This is the same context menu you&#8217;ll find in Explorer windows.</li>
</ol>
<p>From that context menu, you can perform all sorts of file tasks, from renaming or deleting a file to scanning it with your anti-virus software.</p>
<p>So while you normally use the Open or Save As dialogs simply to open or save a file, you can, in fact, achieve a whole lot more through them.</p>
<p>This is useful for a variety of tasks:</p>
<ul>
<li>Deleting unwanted files;</li>
<li>Quickly performing a task you’d otherwise perform later, such as converting a document to a PDF;</li>
<li>Scanning a file for viruses;</li>
<li>Playing an MP3 music file (or, if you have <a href="http://www.winamp.com/" target="_blank">WinAmp</a> installed, you can queue a whole folder full of audio files to play);</li>
<li>Adding a folder to a Windows Library;</li>
<li>Performing a variety of on-the-fly actions when you notice something which needs changing, such as a filename.</li>
</ul>
<p>The exact options you have available will depend on the software installed on your computer. For instance, you won’t be able to do PDF conversions unless you have Acrobat or another PDF program installed.</p>
<h3>Limitations and extensions</h3>
<p>There are some limitations on what you can do via the dialog boxes, too. For example, if you&#8217;re working on a document in Microsoft Word and you open the &#8216;Save As&#8217; dialog box, you won&#8217;t be able to right-click another Word document and select Open to open it for editing as well. That&#8217;s because the dialog box you&#8217;re using has <em>focus</em>, meaning you have to close it before you can do anything else within Word.</p>
<p>There&#8217;s nothing stopping you from opening a document within another program, however. For example, you can open an Excel spreadsheet from within Word&#8217;s &#8216;Save As&#8217; dialog box.</p>
<ol>
<li>Press F12 in Word to open the &#8216;Save As&#8217; dialog box.</li>
<li>You&#8217;ll note that the only files displayed are those you can edit in Word, such as .docx, .doc, .pdf, .txt and so on. To display Excel files, type <code>*.xls</code> or <code>*.xlsx</code> in the &#8216;File Name&#8217; box and press Enter. (If you prefer to display all files, type <code>*.*</code> in the &#8216;File Name&#8217; box and press Enter.)</li>
<li>Right-click an .xls file and select Open from the context menu to open it in Excel. While you&#8217;re editing the Excel spreadsheet, your Word dialog box will remain open, patiently awaiting your return. In fact, you could perform the same trick within Excel, opening a JPEG image for editing from within the Excel &#8216;Save As&#8217; dialog box, in true babushka doll fashion.</li>
</ol>
<p>Microsoft Word lets you perform another handy trick via the file dialog box: you can copy the contents of one document into another one.</p>
<ol>
<li>Press F12 to display the &#8216;Save As&#8217; dialog box.</li>
<li>Right-click any Word document and select Copy.</li>
<li>Click Cancel to close the dialog box.</li>
<li>Press Ctrl-V to paste the contents of the file into the document you&#8217;re currently editing.</li>
</ol>
<p>Note that this technique doesn&#8217;t work if you try it with any other type of file or in most other programs; either nothing happens or you end up inserting the file itself — not the contents of the file — into the document you&#8217;re editing.</p>
<div style="overflow:hidden;; " class="alignnone">
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left top; width: 30px; height: 2px; float: left;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right top; width: 30px; height: 2px; float: right;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_top.png) repeat-x center top; margin: 0 30px; height: 2px;" class="shadow_img"></div>
<table style="margin:0;padding:0;width:100%;empty-cells:show;border-collapse:collapse;"><tr>
<td style="margin:0;padding:0;border-width:0;background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left -2px; width: 6px; height: 25px;" class="shadow_img"></td>
<td rowspan=2 style="margin:0;padding:0;border-width:0; background-color: transparent;">

<blockquote class="shadow_osx_small" style="margin:0 !important; max-width:100% !important; min-height: 25px !important; border: 1px solid #d4d4d4;">
<h3>Top tip: Resizing dialogs</h3>
<p>In Windows 7, you can resize a dialog box by dragging the dimpled ‘handle’ in its bottom-right corner. You can also double-click the dialog box’s title bar to maximise it and then double-click it once more to restore the box to its former size.</p></blockquote>

</td>
<td style="margin:0;padding:0;border-width:0;background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right -2px; width: 6px; height: 25px;" class="shadow_img"></td>
</tr>
<tr>
<td style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_left.png) repeat-y left center; width: 6px;margin:0;padding:0;border-width:0;" class="shadow_img"></td>
<td style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_right.png) repeat-y right center; width: 6px;margin:0;padding:0;border-width:0;" class="shadow_img"></td>
</tr>
</table>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left bottom; width: 30px; height: 10px; float: left;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right bottom; width: 30px; height: 10px; float: right;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_bottom.png) repeat-x center bottom; margin: 0 30px; height: 10px;" class="shadow_img"></div>
</div>


</div>
<p>Related posts:<ol>
<li><a href='http://www.geekgirls.com/2011/01/find-file-location/' rel='bookmark' title='Find where a file is stored'>Find where a file is stored</a></li>
<li><a href='http://www.geekgirls.com/2010/03/xp-control-panel-shortcuts/' rel='bookmark' title='Windows XP Control Panel shortcuts'>Windows XP Control Panel shortcuts</a></li>
<li><a href='http://www.geekgirls.com/2010/03/using-the-handy-sendto-command/' rel='bookmark' title='Using the handy SendTo command'>Using the handy SendTo command</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.geekgirls.com/2011/07/dialog-box-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize and restore your desktop icons</title>
		<link>http://www.geekgirls.com/2010/04/resize-and-restore-desktop-icons/</link>
		<comments>http://www.geekgirls.com/2010/04/resize-and-restore-desktop-icons/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 22:32:45 +0000</pubDate>
		<dc:creator>rosevines</dc:creator>
				<category><![CDATA[Pre-7 Windows]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://www.geekgirls.com/?p=535</guid>
		<description><![CDATA[There’s no need to squint to view the icons on your desktop, you can resize them on the fly: Click an empty space on the desktop then hold down the Ctrl key and roll your mouse wheel forward to increase the icon size, backwards to decrease the size. This doesn’t change the size of the [...]]]></description>
			<content:encoded><![CDATA[<p>There’s no need to squint to view the icons on your desktop, you can  resize them on the fly: Click an empty space on the desktop then hold  down the Ctrl key and roll your mouse wheel forward to increase the icon  size, backwards to decrease the size. This doesn’t change the size of  the icon labels, just the icons themselves. Be aware, though, that  zooming to mega icons and then back again will upset the icon placement  on your desktop (that’s where the next tip comes in handy).</p>
<h3>Restore icon layout</h3>
<p>If you use the previous tip to resize your  icons or you change screen resolutions frequently or if something else  alters the tidy arrangement of your desktop icons, a tiny program by  Jamie O’Connell called <a href="http://www.midiox.com/html/desktop.htm" target="_blank">Desktop Restore</a> will  make your life easier. Desktop Restore lets you save multiple desktop  icon layouts: one for each resolution you use plus additional custom  layouts. You can then restore any of those layouts with a click or two.</p>
<p>Once you install the program, use it by right-clicking an empty  spot on the desktop and choosing Save Desktop from the pop-up menu.  Desktop Restore saves the layout with the current resolution as the  layout name. If you mess up your icons, right-click the desktop once  more and choose Restore Desktop; the program will automatically restore  the correct layout for your currently displayed resolution. A Custom  Save/Restore option lets you save and name additional layouts and choose  which layout to restore from a list.</p>
<p>Related posts:<ol>
<li><a href='http://www.geekgirls.com/2010/07/quick-ways-to-improve-your-desktop/' rel='bookmark' title='A dozen quick ways to improve your desktop'>A dozen quick ways to improve your desktop</a></li>
<li><a href='http://www.geekgirls.com/2010/02/customising-windows/' rel='bookmark' title='Customising Windows'>Customising Windows</a></li>
<li><a href='http://www.geekgirls.com/2011/07/dialog-box-shortcuts/' rel='bookmark' title='Dialog box shortcuts'>Dialog box shortcuts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.geekgirls.com/2010/04/resize-and-restore-desktop-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickly copy a folder&#8217;s contents</title>
		<link>http://www.geekgirls.com/2010/04/quickly-copy-a-folders-contents/</link>
		<comments>http://www.geekgirls.com/2010/04/quickly-copy-a-folders-contents/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 22:28:35 +0000</pubDate>
		<dc:creator>rosevines</dc:creator>
				<category><![CDATA[Pre-7 Windows]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[file management]]></category>
		<category><![CDATA[files]]></category>

		<guid isPermaLink="false">http://www.geekgirls.com/?p=532</guid>
		<description><![CDATA[To quickly copy all the files in a folder in Windows 7 or Vista: Open the folder. Right-click the breadcrumb bar and select Copy Address. Minimise the open folder, right-click within another folder or on the desktop and choose Paste from the pop-up menu. A copy of the folder and all its contents will be [...]]]></description>
			<content:encoded><![CDATA[<p>To quickly copy all the files in a  folder in Windows 7 or Vista:</p>
<ol>
<li>Open the folder.</li>
<li>Right-click the breadcrumb  bar and select Copy Address.</li>
<li>Minimise the open folder,  right-click within another folder or on the desktop and choose Paste  from the pop-up menu. A copy of the folder and all its contents will be  placed in the destination folder</li>
</ol>
<ol></ol>
<p>Related posts:<ol>
<li><a href='http://www.geekgirls.com/2010/03/using-the-handy-sendto-command/' rel='bookmark' title='Using the handy SendTo command'>Using the handy SendTo command</a></li>
<li><a href='http://www.geekgirls.com/2010/08/breadcrumbing/' rel='bookmark' title='Breadcrumbing'>Breadcrumbing</a></li>
<li><a href='http://www.geekgirls.com/2011/01/enclosing-folders/' rel='bookmark' title='Mac tip: A shortcut through enclosing folders'>Mac tip: A shortcut through enclosing folders</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.geekgirls.com/2010/04/quickly-copy-a-folders-contents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the handy SendTo command</title>
		<link>http://www.geekgirls.com/2010/03/using-the-handy-sendto-command/</link>
		<comments>http://www.geekgirls.com/2010/03/using-the-handy-sendto-command/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 22:50:27 +0000</pubDate>
		<dc:creator>rosevines</dc:creator>
				<category><![CDATA[Pre-7 Windows]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[copying]]></category>
		<category><![CDATA[file management]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[sendto]]></category>

		<guid isPermaLink="false">http://www.geekgirls.com/?p=466</guid>
		<description><![CDATA[The Send To option has always been one of Windows’ handiest shortcuts. It lets you copy a file &#8211; or a folder full of files &#8211; to another folder without having to navigate your way to that destination folder. Send To also lets you quickly upload, email or open a document. To use Send To, [...]]]></description>
			<content:encoded><![CDATA[<p>The Send To option has always been one of Windows’ handiest  shortcuts. It lets you copy a file &#8211; or a folder full of files &#8211; to  another folder without having to navigate your way to that destination  folder. Send To also lets you quickly upload, email or open a document.</p>
<p>To use Send To, all you do is right-click a file or folder, select Send To from the pop-up menu, and select a destination to copy,  upload or email the item.</p>
<p>Windows pre-populates the Send To menu  with a selection of destinations and shortcuts, and some applications  add further shortcuts to the list. You can add your own twists to the  Send To menu, too. For example, you can add folders where you archive or store documents to the Send To destination list.</p>
<p>Shortcuts to the  destinations which appear in the Send To list are stored in a special  folder called SendTo (note there’s no space between Send and To in the  folder name). In Windows XP, you’ll find the SendTo folder located in:</p>
<p>C:\Documents  and Settings\<em>username</em></p>
<p>where <em>username </em>is your  Windows log-on name.</p>
<p>In Vista you’ll have to dig deep to find the  SendTo folder:</p>
<ol>
<li> Click Start then click your log-on name to  open your user folder.</li>
<li> Click down through AppData -&gt;  Roaming -&gt; Microsoft -&gt; Windows -&gt; SendTo.</li>
</ol>
<p>Of  course, as is often the case with Vista, instead of digging down through  this list of folders you can quickly jump to the SendTo folder by using  the search box: Click Start, type <strong>sendto </strong>in the search  box and click the SendTo folder in the Files list.</p>
<p>As well as  adding shortcuts to folders and network drives to the SendTo folder, you  can also add programs. When you Send To a program, the document you  select will be opened in that program. For example, you might want to  add a shortcut to Notepad to the SendTo folder so you can quickly open a  document in a plain text editor.</p>
<h3>Send To SendTo</h3>
<p>If  you frequently modify the Send To list, instead of opening the SendTo  folder in order to add new shortcuts, you can add a shortcut to the  SendTo folder to the SendTo folder itself. When you do so, you’ll be  able to add a new destination to the Send To list simply by  right-clicking the destination (folder, network drive or program) and  selecting Send To -&gt; SendTo. It sounds a little mind boggling, but  it’s very simple in practice:</p>
<ol>
<li> Open your user folder then  navigate down to AppData -&gt; Roaming -&gt; Microsoft -&gt; Windows.</li>
<li> Right-click the SendTo folder and select Create Shortcut.</li>
<li> Rename the shortcut <strong>SendTo</strong>.</li>
<li> Drag the shortcut  into the SendTo folder.</li>
</ol>
<p>Once that’s done, whenever  you want to add a new destination to the Send To list, right click the  destination and select Send To -&gt; SendTo.</p>
<p>Related posts:<ol>
<li><a href='http://www.geekgirls.com/2010/04/quickly-copy-a-folders-contents/' rel='bookmark' title='Quickly copy a folder&#8217;s contents'>Quickly copy a folder&#8217;s contents</a></li>
<li><a href='http://www.geekgirls.com/2010/08/breadcrumbing/' rel='bookmark' title='Breadcrumbing'>Breadcrumbing</a></li>
<li><a href='http://www.geekgirls.com/2010/02/automatically-open-the-last-edited-document-in-word/' rel='bookmark' title='Automatically open the last edited document in Word'>Automatically open the last edited document in Word</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.geekgirls.com/2010/03/using-the-handy-sendto-command/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Windows XP Control Panel shortcuts</title>
		<link>http://www.geekgirls.com/2010/03/xp-control-panel-shortcuts/</link>
		<comments>http://www.geekgirls.com/2010/03/xp-control-panel-shortcuts/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 13:38:57 +0000</pubDate>
		<dc:creator>rosevines</dc:creator>
				<category><![CDATA[Pre-7 Windows]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[control panel]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://www.geekgirls.com/?p=352</guid>
		<description><![CDATA[The Control Panel centralises access to Windows&#8217; multitudinous settings. From the Control Panel you can adjust and tweak Windows&#8217; appearance, performance, network connections, hardware settings and a whole lot more. While many of the settings in the Control Panel are also accessible in other ways – for instance, you can change the desktop appearance by right-clicking [...]]]></description>
			<content:encoded><![CDATA[<p>The Control Panel centralises access to Windows&#8217; multitudinous settings. From the Control Panel you can adjust and tweak Windows&#8217; appearance, performance, network connections, hardware settings and a whole lot more.</p>
<p>While many of the settings in the Control Panel are also accessible in other ways – for instance, you can change the desktop appearance by right-clicking the desktop and choosing Properties from the pop-up menu <em>or</em> by opening the Display applet in the Control Panel – the Control Panel makes it easy to keep tabs on <em>all</em> your Windows settings.</p>
<h3>Control Panel categories</h3>
<p>In Windows XP, the Control Panel has two modes. The default mode, in the Home Edition, is the colourful and friendly Category View, which divvies up the Control Panel applets into nine categories: Appearance and Themes; Network and Internet Connections; Add or Remove Programs; Sounds, Speech, And Audio Devices; Performance and Maintenance; Printers and Other Hardware; User Accounts; Date, Time, Language and Regional Options; and Accessibility Options.</p>
<p>There&#8217;s actually a tenth category – easy to miss as it is only available via the task pane – called Other Control Panel Options. This is where Windows puts Control Panel applets installed by third-party applications, such as a QuickTime control or a special display control for your video card.</p>
<p>The other way to view the Control Panel is by the Classic View, familiar to anyone who has used the Control Panel in previous versions of Windows. In Classic View, all the applets are dumped into the one folder. It may be a little intimidating to start with, but it makes it much easier to track down <em>all</em> the Control Panel items and reduces the number of clicks required to access them.</p>
<p>You open the Control Panel by clicking Start -&gt; Control Panel. If it&#8217;s not on your Start Menu, it&#8217;s easy to add:</p>
<ol>
<li>Right-click the Start button and choose Properties from the pop-up menu.</li>
<li>On the Start Menu tab, make sure the first (non-classic) Start Menu option is selected and click Customize.</li>
<li>Click the Advanced tab.</li>
<li>In the Start Menu Items list under the Control Panel section, select either Display As Link or Display As Menu. The former (the default) simply displays a Control Panel option on the Start Menu; the latter displays the Control Panel option with a cascading menu providing direct access to each Control Panel applet. I prefer the former because I like to create shortcuts to only those applets I use often – I&#8217;ll show you how soon; I can do without the others      cluttering up my Start Menu.</li>
<li>Click OK twice to exit the dialogs.</li>
</ol>
<p>Note, if you use the Display As Menu option for the Control Panel, you can still open the standard Control Panel window by clicking Start and then right-clicking the Control Panel option in the Start Menu and selecting Open from the pop-up menu.</p>
<h3>Quick access</h3>
<p>Some Control Panel applets are pretty esoteric and you&#8217;re unlikely to call on them often, if at all. For example, the Java Plug-in control, which makes an appearance in the Control Panel if you install any version of the Java Runtime Engine, is something most of us never need to touch.</p>
<p>Other applets, though, are so useful you&#8217;ll want to make them as easy to get at as possible. In last month&#8217;s column, I showed you how to create shortcuts to Control Panel applets such as Add Or Remove Programs by dragging them onto your Quick Launch bar. That gives you single-click access to your favourite applets.</p>
<p>If you have half a dozen Control Panel favourites, instead of cluttering up your Quick Launch bar you can always create a custom Control Panel folder which you can access either by the Start Menu or via the Quick Launch bar. This works much like the Display As Menu option described above, but in this case you get to pick and choose which applets appear in the menu (see the section <em>Roll your own Control Panel</em> below).</p>
<div id="attachment_364" class="wp-caption alignright" style="width: 396px"><a href="http://www.geekgirls.com/wp-content/uploads/xp_cp00.jpg"><img class="size-full wp-image-364" title="Display the Control Panel in My Computer" src="http://www.geekgirls.com/wp-content/uploads/xp_cp00.jpg" alt="Display the Control Panel in My Computer" width="386" height="475" /></a><p class="wp-caption-text">Want to see the Control Panel in My Computer? You can add it via the Folder Options dialog: open any folder, choose Folder Options from the Tools Menu, click the View tab and select the option.</p></div>
<h3>Tab hopping</h3>
<p>Another way to burrow down quickly to out-of-the-way Control Panel settings is to make a direct call to the specific Control Panel applet. Using this technique you can even open a Control Panel applet to a specific tab.</p>
<p>For instance, if you frequently tinker with the sounds events on your system, normally you get to these settings by clicking Start -&gt; Control Panel -&gt; Sounds, Speech and Audio Devices -&gt; Change the Sound Scheme. Using a direct call, you can get there much faster.</p>
<p>First, a bit of background. Control Panel applets are stored in files with a .cpl extension. If you take a look in your Windows\System32 folder you&#8217;ll find them there. (It makes it easier to see them all if you right-click in a blank spot and choose Arrange Icons By -&gt; Type, select the Details View, and then scroll down the list and look for Control Panel Extensions.) You can run any applet by double-clicking its cpl file.</p>
<p>A faster way to run any applet is to issue a direct command:</p>
<p>control applet.cpl</p>
<p>where <em>applet</em> is any Control Panel applet on your system. Table 1 shows a list of the most common ones. Simply typing <em>control</em> by itself opens the Control Panel.</p>
<table border="0" cellspacing="1" cellpadding="0" width="80%" align="center">
<tbody>
<tr>
<td width="100%"><strong>Table 1. Common Control Panel applets</strong></td>
</tr>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="70%"><strong>Accessibility Options</strong></td>
<td width="30%">access.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Add New Hardware Wizard</strong></td>
<td width="30%">hdwwiz.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Add/Remove Programs</strong></td>
<td width="30%">appwiz.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Date and Time Properties</strong></td>
<td width="30%">timedate.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Display Properties</strong></td>
<td width="30%">desk.cpl</td>
</tr>
<tr>
<td width="70%"><strong>FindFast</strong></td>
<td width="30%">findfast.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Folder Properties *</strong></td>
<td width="30%">folders</td>
</tr>
<tr>
<td width="70%"><strong>Fonts Folder *</strong></td>
<td width="30%">fonts</td>
</tr>
<tr>
<td width="70%"><strong>Internet Properties</strong></td>
<td width="30%">inetcpl.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Joystick Properties</strong></td>
<td width="30%">joy.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Keyboard Properties</strong></td>
<td width="30%">main.cpl keyboard</td>
</tr>
<tr>
<td width="70%"><strong>Mouse Properties</strong></td>
<td width="30%">main.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Network Properties</strong></td>
<td width="30%">ncpa.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Password Properties</strong></td>
<td width="30%">password.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Phone and Modem options</strong></td>
<td width="30%">telephon.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Power Management </strong></td>
<td width="30%">powercfg.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Printers Folder *</strong></td>
<td width="30%">printers</td>
</tr>
<tr>
<td width="70%"><strong>Regional settings</strong></td>
<td width="30%">intl.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Scanners and Cameras</strong></td>
<td width="30%">sticpl.cpl</td>
</tr>
<tr>
<td width="70%"><strong>Sound Properties</strong></td>
<td width="30%">mmsys.cpl sounds</td>
</tr>
<tr>
<td width="70%"><strong>Sounds and Audio Device Properties</strong></td>
<td width="30%">mmsys.cpl</td>
</tr>
<tr>
<td width="70%"><strong>System Properties</strong></td>
<td width="30%">sysdm.cpl</td>
</tr>
<tr>
<td width="70%"><strong>User settings</strong></td>
<td width="30%">nusrmgr.cpl</td>
</tr>
<tr>
<td width="70%"><strong>TweakUI </strong></td>
<td width="30%">tweakui.cpl</td>
</tr>
</tbody>
</table>
<p>Note   options marked with an * have special shortcut names which may be used   instead of the usual <em>control applet.cpl,applet_number</em> format.</td>
</tr>
</tbody>
</table>
<p>So, for example, to open the Sounds and Audio Device Properties dialog you click Start -&gt; Run, type:</p>
<p style="padding-left: 30px;">control mmsys.cpl</p>
<p>and click OK.</p>
<p>How, then, do you gain access to a specific tab in that dialog box? You use an extended form of the Control command:</p>
<p style="padding-left: 30px;">control applet.cpl,@applet_number,tab_number</p>
<p>The applet_number is rarely required. There are a couple of cpl files which give access to multiple applets and in those cases you use the applet_number to identify which one you&#8217;re calling. For example, main.cpl provides access to both the Mouse and the Keyboard properties. The numbering starts at 0, so <strong>control main.cpl,@0</strong> opens the Mouse Properties, <strong>control main.cpl,@1</strong> opens the Keyboard Properties. If you don&#8217;t include an applet_number, @0 is assumed.</p>
<p>The tab_number is the number of the tab you want selected in the dialog box, with numbering starting from 0 from the left.</p>
<p>If you want to use a tab_number but want to omit the applet_number (or leave its value at 0), insert an extra comma before the tab_number to indicate the missing value. Thus:</p>
<p style="padding-left: 30px;">control main.cpl,,3</p>
<p>opens the Mouse Properties dialog to its fourth tab.</p>
<p>So to open the Sounds and Audio Device Properties dialog with the Sounds tab already selected, click Start -&gt; Run and enter the command:</p>
<p style="padding-left: 30px;">control mmsys.cpl,,1</p>
<h3>Tab shortcuts</h3>
<p>Instead of typing these commands each time, create a desktop shortcut for your favourites and then stick them in the Quick Launch bar or wherever else you choose:</p>
<ol>
<li>Right-click the desktop and      choose New -&gt; Shortcut.</li>
<li>Type the appropriate command      in the Create Shortcut dialog and click Next. For example:<br />
control appwiz.cpl,,2</li>
<p>(this will open the Add Or Remove Programs dialog with the Add/Remove Windows Components section selected).</p>
<li>Give your shortcut a      descriptive name, such as Remove Windows Components, and click Finish.</li>
</ol>
<h3>Step-by-step: Roll your own Control Panel</h3>
<p>1. It&#8217;s easy to create a Control Panel which contains only your most frequently used applets.</p>
<p>Start by right-clicking the Start button and choosing Open. This opens the \Documents and Settings\<em>username</em>\Start Menu folder (where <em>username</em> is your Windows logon name).<a href="http://www.geekgirls.com/wp-content/uploads/xp_cp01.jpg"><img class="size-full wp-image-360 alignnone" title="Create your own Control Panel" src="http://www.geekgirls.com/wp-content/uploads/xp_cp01.jpg" alt="Create your own Control Panel" width="254" height="286" /></a></p>
<p>2. Create a new folder within this folder and call it whatever you like – My Controls, for example. Then click Start -&gt; Control Panel to open the original Control Panel and click Switch To Classic View if you&#8217;re not already in that mode. Position the two folders side by side.<a href="http://www.geekgirls.com/wp-content/uploads/xp_cp02.jpg"><img class="alignnone size-full wp-image-361" title="Create a My Controls folder" src="http://www.geekgirls.com/wp-content/uploads/xp_cp02.jpg" alt="Create a My Controls folder" width="553" height="399" /></a></p>
<p>3. Right-click-and-drag your favourite applets from the Control Panel folder into your My Controls folder and choose Create Shortcut(s) Here when prompted, then close both folders.<a href="http://www.geekgirls.com/wp-content/uploads/xp_cp03.jpg"><img class="alignnone size-full wp-image-362" title="Create a folder shortcut" src="http://www.geekgirls.com/wp-content/uploads/xp_cp03.jpg" alt="Create a folder shortcut" width="526" height="245" /></a></p>
<p>4. You can access the applets in this folder by clicking Start -&gt; All Programs -&gt; My Controls. You can also stick the folder on your Quick Launch bar:</p>
<ol>
<li>Click Start -&gt; All      Programs.</li>
<li>Hold down the Ctrl key and      drag the My Controls item onto the Quick Launch bar.</li>
</ol>
<p>In this way, you can gain quick access to all your favourite applets while adding only a single icon to the Quick Launch bar.<a href="http://www.geekgirls.com/wp-content/uploads/xp_cp04.jpg"><img class="alignnone size-full wp-image-363" title="Add the shortcut to Quick Launch" src="http://www.geekgirls.com/wp-content/uploads/xp_cp04.jpg" alt="Add the shortcut to Quick Launch" width="578" height="373" /></a></p>
<p>Related posts:<ol>
<li><a href='http://www.geekgirls.com/2011/07/dialog-box-shortcuts/' rel='bookmark' title='Dialog box shortcuts'>Dialog box shortcuts</a></li>
<li><a href='http://www.geekgirls.com/2010/02/customising-windows/' rel='bookmark' title='Customising Windows'>Customising Windows</a></li>
<li><a href='http://www.geekgirls.com/2010/03/setting-up-a-home-network-on-windows-xp/' rel='bookmark' title='Setting up a home network on Windows XP'>Setting up a home network on Windows XP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.geekgirls.com/2010/03/xp-control-panel-shortcuts/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Why defrag?</title>
		<link>http://www.geekgirls.com/2010/03/why-defrag/</link>
		<comments>http://www.geekgirls.com/2010/03/why-defrag/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 23:23:44 +0000</pubDate>
		<dc:creator>rosevines</dc:creator>
				<category><![CDATA[Pre-7 Windows]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[defrag]]></category>
		<category><![CDATA[defragging]]></category>
		<category><![CDATA[defragmentation]]></category>
		<category><![CDATA[windows housekeeping]]></category>

		<guid isPermaLink="false">http://www.geekgirls.com/?p=259</guid>
		<description><![CDATA[Windows 98, Windows Me and Windows XP come with a collection of house cleaning tools, including ScanDisk, Disk Defragmenter and Disk Cleanup, to help keep your disk in peak working order. Why should you bother with the housework? A couple of reasons. First, disks are hard working, mechanical devices and, like all mechanical devices, prone [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 98, Windows Me and Windows XP come with a collection of house  cleaning tools, including ScanDisk, Disk Defragmenter and Disk Cleanup, to help  keep your disk in peak working order.</p>
<p>Why should you bother with the housework? A couple of reasons. First, disks are hard working,  mechanical devices and, like all mechanical devices, prone to failure. A little preventative maintenance can warn you of potential problems and  fix minor glitches before they can do damage to your data.</p>
<p>Second, the way files are organised on your drive has a perceptible impact on the performance of your computer. If your files are stored neatly, end-to-end, without <em>fragmentation</em>, reading and writing to the  disk is speedier.</p>
<h3>What is file fragmentation?</h3>
<p>Sometimes when you install a program or create a data file, the  file ends up chopped up into chunks and stored in multiple locations on the  disk. This is called <em>fragmentation</em>.</p>
<p>What makes this happen?</p>
<p>When you first install your operating system and programs on your  hard disk, they are written to the disk, for the most part, in one  contiguous block without any gaps. The exceptions are certain system files that must be  stored in specific locations. Over time, as you create and then delete  documents or uninstall programs, once-filled locations are left empty and you end  up with files dotted all over the disk.</p>
<p>Now, when Windows is writing a file to the disk, it looks for a  suitable piece of free space in which to store it. What happens, then, when you copy a 40MB database or a 100MB video clip to the disk and the biggest slice of free space is only 30MB? Or say you modify an existing file, appending a whole bunch of data so the file now takes up more space on the disk. To accommodate the  files, Windows writes the first part of the file in one section of the disk  and then scouts around for other places to store the rest of the file. The end  result is that a single file may be stored in several chunks scattered about the disk.</p>
<h3>Of FAT and files</h3>
<p><a href="http://www.geekgirls.com/wp-content/uploads/disk_diag.jpg"><img src="http://www.geekgirls.com/wp-content/uploads/disk_diag-300x215.jpg" alt="" title="disk_diag" width="300" height="215" class="alignright size-medium wp-image-314" /></a>Your operating system needs to have a way of keeping track of each file&#8217;s location. Windows 98 and Windows Me use a system called FAT32. The &#8216;FAT&#8217; stands for File Allocation Table. When your file is written to disk, FAT32 provides Windows with the address of an unoccupied disk <em>cluster</em>. FAT32 also tells Windows on which disk <em>sectors</em> it will find that cluster; that is, it provides the physical location of the cluster. This information is used by your PC&#8217;s BIOS (the Basic Input/Output  System) to direct the actual disk writing operation.</p>
<p>If the file is too large to fit in a single cluster, Windows asks FAT32 for another vacant cluster, and another, and another until the whole file  is written to disk. If you have lots of free clusters side by side, FAT32 can point Windows to an adjacent series of clusters, resulting in a file  which occupies one contiguous chunk of the disk. If no adjacent cluster is available, FAT32 tracks down a space elsewhere on the disk and tells Windows to put the next bit of the file there; and so on until the full file is written to disk.</p>
<p>A record of the clusters used for storing the file is kept by FAT32 so Windows can find the file once more when you want to read it.</p>
<div style="overflow:hidden;; " class="alignnone">
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left top; width: 30px; height: 2px; float: left;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right top; width: 30px; height: 2px; float: right;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_top.png) repeat-x center top; margin: 0 30px; height: 2px;" class="shadow_img"></div>
<table style="margin:0;padding:0;width:100%;empty-cells:show;border-collapse:collapse;"><tr>
<td style="margin:0;padding:0;border-width:0;background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left -2px; width: 6px; height: 25px;" class="shadow_img"></td>
<td rowspan=2 style="margin:0;padding:0;border-width:0; background-color: transparent;">

<blockquote class="shadow_osx_small" style="margin:0 !important; max-width:100% !important; min-height: 25px !important; border: 1px solid #d4d4d4;">
<h3>Windows XP does NTFS</h3>
<p>FAT was introduced in the pre-Windows days when we used an operating system called DOS (Disk Operating System). When Windows 95 appeared on the scene, it originally used FAT, but with Service Pack 2 it shifted to FAT32. More recent versions of Windows don&#8217;t use FAT at all; they use NTFS, a file system developed for the server operating system, Windows NT.</p>
<p>When it comes to file systems, Windows XP is a fence sitter. If you install it from scratch it will, by default, use NTFS. But if you upgrade an old computer running Windows 98 or Me to Windows XP, XP inherits the old FAT32 file system, giving you an option to convert to NTFS. NTFS is more reliable and more efficient than FAT32, so in most cases it makes sense to use it.</p></blockquote>

</td>
<td style="margin:0;padding:0;border-width:0;background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right -2px; width: 6px; height: 25px;" class="shadow_img"></td>
</tr>
<tr>
<td style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_left.png) repeat-y left center; width: 6px;margin:0;padding:0;border-width:0;" class="shadow_img"></td>
<td style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_right.png) repeat-y right center; width: 6px;margin:0;padding:0;border-width:0;" class="shadow_img"></td>
</tr>
</table>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left bottom; width: 30px; height: 10px; float: left;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right bottom; width: 30px; height: 10px; float: right;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_bottom.png) repeat-x center bottom; margin: 0 30px; height: 10px;" class="shadow_img"></div>
</div>


<h3>The fragmentation penalty</h3>
<p>Although this all happens quickly, it makes a lot of work for your hard disk. Its read/write head, which moves across the drive platter from location to location transferring data, has to zip all over the place when saving or opening a single highly fragmented file. (By the way, many disks have more than one read/write head and multiple platters.) If a file is unfragmented, the disk head moves to one location, reads the file in one sequential  swoop, and that&#8217;s it.</p>
<p>A file stored in, say, four fragments, can easily take twice as  long to open as the same file unfragmented, although the actual performance hit you take is affected by other factors, including the total size of the  file.</p>
<h3>Defragging</h3>
<p>There&#8217;s a simple solution to file fragmentation: use Windows Disk Defragmenter. To do so, click:</p>
<p>Start –&gt; (All) Programs –&gt; Accessories –&gt; System Tools –&gt; Disk    Defragmenter</p>
<p>This utility, commonly called Defrag, gathers all the scattered file fragments and writes them into adjacent clusters, so each file occupies an unbroken section of the disk.</p>
<div style="overflow:hidden;; " class="alignnone">
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left top; width: 30px; height: 2px; float: left;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right top; width: 30px; height: 2px; float: right;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_top.png) repeat-x center top; margin: 0 30px; height: 2px;" class="shadow_img"></div>
<table style="margin:0;padding:0;width:100%;empty-cells:show;border-collapse:collapse;"><tr>
<td style="margin:0;padding:0;border-width:0;background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left -2px; width: 6px; height: 25px;" class="shadow_img"></td>
<td rowspan=2 style="margin:0;padding:0;border-width:0; background-color: transparent;">

<blockquote class="shadow_osx_small" style="margin:0 !important; max-width:100% !important; min-height: 25px !important; border: 1px solid #d4d4d4;">
<h3>NTFS, XP and defragging</h3>
<p>From a defragging perspective, it doesn&#8217;t matter whether your operating system is FAT32 or NTFS, you still need to defragment. Windows XP&#8217;s Disk Defragmenter looks a little different from the one you&#8217;ll find in Windows 98 and  Windows Me, but it works in a similar way. XP&#8217;s Defragmenter is somewhat smarter than its predecessors and isn&#8217;t as easily thrown off its stride by background programs.</p></blockquote>

</td>
<td style="margin:0;padding:0;border-width:0;background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right -2px; width: 6px; height: 25px;" class="shadow_img"></td>
</tr>
<tr>
<td style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_left.png) repeat-y left center; width: 6px;margin:0;padding:0;border-width:0;" class="shadow_img"></td>
<td style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_right.png) repeat-y right center; width: 6px;margin:0;padding:0;border-width:0;" class="shadow_img"></td>
</tr>
</table>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left bottom; width: 30px; height: 10px; float: left;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right bottom; width: 30px; height: 10px; float: right;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_bottom.png) repeat-x center bottom; margin: 0 30px; height: 10px;" class="shadow_img"></div>
</div>


<p>Defrag works by moving slabs of data to unused parts of the disk, in order to open up a large free section of space. It then assembles the fragmented parts of a file and writes them in one complete piece to the cleared space; it then does the same with the next file; and so on until the entire disk is defragmented.</p>
<h3>Powerful alternatives</h3>
<p>The built-in Disk Defragmenter is a utility which has been hobbled by the rapid advance of drive technology. It works just fine on a disk of 8G or so; but use it on a 20G drive or &#8211; if you dare &#8211; an even larger drive and you can say goodbye to using your computer for the most part of a day. Although Microsoft  says it&#8217;s okay for you to use your computer while defragging, in practice this rarely works, because every write to disk causes Defrag to restart.</p>
<p>If you&#8217;d like to speed up Defrag and eliminate some of its  problems, try one of the commercial defraggers. They&#8217;re far more at home with large hard drives, run on all versions of Windows from XP onwards, and they provide a less frustrating experience. Some of the alternatives are:</p>
<ul>
<li><a href="http://www.diskeeper.com/diskeeper/home/home.aspx" target="_blank">Diskeeper</a></li>
<li><a href="http://www.perfectdisk.com/home" target="_blank">PerfectDisk</a></li>
<li><a href="http://www.puransoftware.com/Puran-Defrag.html" target="_blank">Puran Defrag</a></li>
</ul>
<div style="overflow:hidden;; " class="alignnone">
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left top; width: 30px; height: 2px; float: left;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right top; width: 30px; height: 2px; float: right;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_top.png) repeat-x center top; margin: 0 30px; height: 2px;" class="shadow_img"></div>
<table style="margin:0;padding:0;width:100%;empty-cells:show;border-collapse:collapse;"><tr>
<td style="margin:0;padding:0;border-width:0;background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left -2px; width: 6px; height: 25px;" class="shadow_img"></td>
<td rowspan=2 style="margin:0;padding:0;border-width:0; background-color: transparent;">

<blockquote class="shadow_osx_small" style="margin:0 !important; max-width:100% !important; min-height: 25px !important; border: 1px solid #d4d4d4;">
<h3>Defrag goes auto in Vista and Windows 7</h3>
<p>With Vista and Windows 7, defragging happens automatically in the background whenever your computer is idle. If the defrag process is interrupted, it will resume the next time your computer is sitting idle. So for most Vista and Win 7 users, defragging becomes a non-issue.</p></blockquote>

</td>
<td style="margin:0;padding:0;border-width:0;background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right -2px; width: 6px; height: 25px;" class="shadow_img"></td>
</tr>
<tr>
<td style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_left.png) repeat-y left center; width: 6px;margin:0;padding:0;border-width:0;" class="shadow_img"></td>
<td style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_right.png) repeat-y right center; width: 6px;margin:0;padding:0;border-width:0;" class="shadow_img"></td>
</tr>
</table>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat left bottom; width: 30px; height: 10px; float: left;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small.png) no-repeat right bottom; width: 30px; height: 10px; float: right;" class="shadow_img"></div>
<div style="background: transparent url(http://www.geekgirls.com/wp-content/plugins/shadows/shadow_osx_small_bottom.png) repeat-x center bottom; margin: 0 30px; height: 10px;" class="shadow_img"></div>
</div>


<h3>Step-by-step: Efficient defragging</h3>
<ol>
<li>Defrag works most efficiently when your drive has ample space  for its operations. If you run Defrag with a drive that&#8217;s chockablock, it  must work like mad simply to clear enough space to start writing files. So it pays to delete all unnecessary files before you start defragging. Uninstall unwanted programs, archive old data, delete unwanted backups, and then run Disk Cleanup (Start –&gt; (All) Programs –&gt; Accessories –&gt; System Tools –&gt; Disk Cleanup).</li>
</ol>
<p><a href="http://www.geekgirls.com/wp-content/uploads/defrag01.jpg"><img class="alignnone size-full wp-image-267" title="defrag01" src="http://www.geekgirls.com/wp-content/uploads/defrag01.jpg" alt="" width="379" height="443" /></a></p>
<ol>
<li value="2">Defrag also works best when completely uninterrupted. Background programs such as Task Scheduler and anti-virus software can cause Defrag to stop and restart repeatedly. To avoid such interruptions, do a clean boot before running Defrag:<br />
a. Click Start –&gt; Run, type <em>msconfig</em> in the Open box and click OK to open the System Configuration Utility.<br />
b. On the General tab, click Selective Startup and remove the  ticks beside Process System.ini File, Process Win.ini File and Load Startup Group  Items. (On some versions of Windows you may also see Config.sys, Autoexec.bat and Winstart.bat options – remove the ticks beside these as well).<br />
c. Click OK and allow your computer to restart.</li>
</ol>
<p><a href="http://www.geekgirls.com/wp-content/uploads/defrag02.jpg"><img class="alignnone size-full wp-image-268" title="defrag02" src="http://www.geekgirls.com/wp-content/uploads/defrag02.jpg" alt="" width="472" height="422" /></a></p>
<ol>
<li value="3">Once you&#8217;ve cleaned out unnecessary files and stopped background programs from loading, you&#8217;re ready to defrag:<br />
a. Click Start –&gt; Programs –&gt; Accessories –&gt; System Tools –&gt; Disk Defragmenter.<br />
b. Select the drive you wish to defrag.<br />
c. Click Settings and make sure there&#8217;s a tick beside the two  options in the section When Defragmenting My Hard Drive, then click OK twice to  begin.<br />
d. After Defrag has finished, open the System Configuration Utility once more, click Normal Startup on the General tab, click OK and reboot.</li>
</ol>
<p>Related posts:<ol>
<li><a href='http://www.geekgirls.com/2010/03/installing-windows-7-onto-a-disc-less-computer/' rel='bookmark' title='Installing Windows 7 onto a disc-less computer'>Installing Windows 7 onto a disc-less computer</a></li>
<li><a href='http://www.geekgirls.com/2011/01/find-file-location/' rel='bookmark' title='Find where a file is stored'>Find where a file is stored</a></li>
<li><a href='http://www.geekgirls.com/2010/02/recovering-deleted-files/' rel='bookmark' title='Recovering deleted files'>Recovering deleted files</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.geekgirls.com/2010/03/why-defrag/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

