<?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; Windows</title>
	<atom:link href="http://www.geekgirls.com/category/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>A keyboard shortcut to save your sanity</title>
		<link>http://www.geekgirls.com/2011/03/save-your-sanity/</link>
		<comments>http://www.geekgirls.com/2011/03/save-your-sanity/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 22:02:40 +0000</pubDate>
		<dc:creator>rosevines</dc:creator>
				<category><![CDATA[Basic Computing]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools and techniques]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.geekgirls.com/?p=1235</guid>
		<description><![CDATA[I was sitting around a fire with a bunch of friends on the weekend and one of them was doing some work on her notebook. All of a sudden she cried out - her battery had died and she hadn't saved her work.]]></description>
			<content:encoded><![CDATA[<p>I was sitting around a fire with a bunch of friends on the weekend and one of them was doing some work on her notebook. All of a sudden she cried out &#8211; her battery had died and she hadn&#8217;t saved her work.</p>
<p>&#8220;Don&#8217;t you hit Ctrl-S all the time?&#8221; I asked. To my surprise, not only did she not use Ctrl-S, but not one person in the group knew that that&#8217;s all it takes to save your work. Ctrl-S. Hold down the Control key and tap the S key. On a Mac, the equivalent is Command-S.</p>
<p>I&#8217;ve always assumed that everyone knows this shortcut, but clearly that&#8217;s not  the case; and if it wasn&#8217;t the case for a group of my friends, I  assume that some of you reading this are also in the dark.</p>
<h3><a href="http://www.geekgirls.com/wp-content/uploads/save_shortcut.jpg"><img class="alignright size-full wp-image-1242" title="No need to click the Save icon - use the Ctrl-S keyboard shortcut instead" src="http://www.geekgirls.com/wp-content/uploads/save_shortcut.jpg" alt="No need to click the Save icon - use the Ctrl-S keyboard shortcut instead" width="335" height="235" /></a>Saving is effortless</h3>
<p>The beauty of Ctrl-S is that it&#8217;s almost effortless. No need to take your fingers off the keyboard, no need to interrupt the flow of your thoughts or disrupt your writing, no need to manipulate your mouse and seek out a menu. Just type away, hit Ctrl-S, type away, hit Ctrl-S, and so on.</p>
<p>This keyboard combo works in most applications, including all Microsoft Office apps, Adobe and Corel apps, browsers and so on, so it&#8217;s almost always available.</p>
<p>Of course, the first time you save a document, you&#8217;ll have to go through the process of naming it and deciding in which folder to store it, but after you&#8217;ve accomplished that onerous task, saving any further work is a no-brainer with Ctrl-S.</p>
<h3>A safer approach to your work</h3>
<p>After a further round of questioning with our fireside group, I discovered that all of them follow this process when working on a document:</p>
<ul>
<li>Create a new document and start working in it.</li>
<li>After typing a page or two or working for about 30 minutes, allow the thought &#8220;Oh, I guess I should save this&#8221; to bubble up.</li>
<li>Save and name the document.</li>
<li>Continue working until the task is finished or some major interruption, such as the end of the workday, occurs.</li>
<li>Save once more and close the document.</li>
</ul>
<p>This is a recipe for disaster. If you work like this, you are courting misery. A far more secure approach, one which takes not a whit more effort, is this:</p>
<ul>
<li>Create your document and immediately save it, giving it a name.</li>
<li>Start working in the document and press Ctrl-S every few minutes.</li>
<li>When you&#8217;ve finished working, press Ctrl-S a final time and close your document.</li>
</ul>
<p>Using this approach, the most you can lose is a few minutes of work. Give it a try &#8211; it only takes a day or so to turn it into a habit.</p>
<h3>How often should I save?</h3>
<p>So, what does &#8220;press Ctrl-S every few minutes&#8221; really mean?</p>
<p>When determining how often to press Ctrl-S, I perform a pain-of-loss assessment: I ask myself, &#8220;How painful would it be if I had to reconstruct that last paragraph?&#8221; &#8220;That last sentence?&#8221; &#8220;That column of numbers?&#8221; The instant I think, &#8220;I&#8217;d hate to have to redo that&#8221;, I press Ctrl-S. Remember, your computer doesn&#8217;t mind if you press Ctrl-S a dozen times a minute, so there&#8217;s no reason not to overindulge yourself in this little bit of security.</p>
<p>&nbsp;</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/2011/01/enclosing-folders/' rel='bookmark' title='Mac tip: A shortcut through enclosing folders'>Mac tip: A shortcut through enclosing folders</a></li>
<li><a href='http://www.geekgirls.com/2011/04/iphone-keyboard-tips/' rel='bookmark' title='Top tips for the iPhone keyboard'>Top tips for the iPhone keyboard</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.geekgirls.com/2011/03/save-your-sanity/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing and troubleshooting Windows 7 Service Pack 1</title>
		<link>http://www.geekgirls.com/2011/02/installing-and-troubleshooting-windows7-sp1/</link>
		<comments>http://www.geekgirls.com/2011/02/installing-and-troubleshooting-windows7-sp1/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 22:31:56 +0000</pubDate>
		<dc:creator>rosevines</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[fixes]]></category>
		<category><![CDATA[patches]]></category>
		<category><![CDATA[service pack 1]]></category>
		<category><![CDATA[sp1]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.geekgirls.com/?p=1208</guid>
		<description><![CDATA[Usually, I advise people to wait a while before installing a service pack, just in case the service pack delivers its own set of problems. But SP1 for Windows 7 is unlike any previous service pack in one significant way: it’s almost a non-event.]]></description>
			<content:encoded><![CDATA[<p>This week, Microsoft rolled out Service Pack 1 (SP1) for Windows 7.</p>
<p>A service pack is like a giant first-aid kit for an operating system: Microsoft rolls up hundreds of bug fixes, patches and plugs for security holes into a single package, tosses in some new features, and delivers it in a multi-megabyte update.</p>
<p>Usually, I advise people to wait a while before installing a service pack, just in case the service pack delivers its own set of problems. But SP1 for Windows 7 is unlike any previous service pack in one significant way: it’s almost a non-event. Really there’s very little in here to write home about. The few major changes it contains will be of interest to network administrators and folk in large companies, but for the rest of us, it’s entirely humdrum.</p>
<p>What a welcome change this is! It is proof of how good Windows 7 is and how, from the start, Microsoft got most things right with this operating system. That’s not to say there aren’t problems with Windows 7, but all in all, it’s a solid, reliable operating system. You certainly couldn’t say that about its predecessor. Vista was almost unbearable to use until its first service pack was released and, even then, it still needed major fixing up with later service packs.</p>
<p>Although SP1 doesn’t deliver anything exciting, it’s still definitely worth installing. By installing it, you’ll ensure that your system is fully up to date and with known security issues fixed. You may also find, as I did, that the service pack makes your system run a little better. I found that it addressed several little niggly problems I thought I’d have to live with forever.</p>
<h3>
<div id="attachment_1212" class="wp-caption alignright" style="width: 310px"><a href="http://www.geekgirls.com/wp-content/uploads/sp1_size.jpg"><img class="size-medium wp-image-1212" title="Service Pack 1 size" src="http://www.geekgirls.com/wp-content/uploads/sp1_size-300x222.jpg" alt="Service Pack 1 size" width="300" height="222" /></a><p class="wp-caption-text">The size of the SP1 download varies depending on your computer&#39;s configuration.</p></div>
<p>Back up first</h3>
<p>SP1 may not be a major update in terms of content, but installing it is still a major process. It replaces a bunch of core windows files and the whole update will take from 30 to 90 minutes, depending on your system.</p>
<p>Whenever you install a service pack, you should take the precaution of backing up your data – your whole system if you’re being cautious – before you proceed. For most people, the process will be smooth sailing, but it’d be sad if you were the rare one who encounters a problem and you have no recent backup.</p>
<p>Also, make sure you have enough disk space to proceed. Depending on your system, you’ll need between 750 megabytes and around a gigabyte to install it using Windows Update (and up to 7.4 gigabytes if you use the standalone download method). You can use Disk Cleanup to clear out files you no longer need:</p>
<ol>
<li>Click Start, type <strong>disk cleanup</strong> in the search box, and click Disk Cleanup in the results list.</li>
<li>Select your system drive (almost always C:) in the Drive Selection dialog box and click OK. Disk Cleanup will search your system for files it can delete.</li>
<li>Tick (check) each of the items you wish to delete and click OK.</li>
</ol>
<p>&nbsp;</p>
<h3>Installing SP1</h3>
<p>To install SP1:</p>
<ol>
<li>Close all other programs.</li>
<li>Run Windows Update (click Start, type <strong>windows update</strong> and press Enter).</li>
<li>Click the ‘Important updates are available’ link, tick Windows 7 Service Pack 1 in the list and click OK.</li>
</ol>
<p>If you tick the option to ‘Automatically restart the computer’ you can leave your computer unattended while the update is in progress.</p>
<h3>Testing</h3>
<p>After you install SP1, try it out on your system for a few days. If everything seems to be working okay and disk space is tight, you can use Disk Cleanup to delete the backup files, which consume somewhere between a half a gigabyte and a gigabyte of space. To remove the SP1 backup files, you’ll need to take an extra step when you use Disk Cleanup.</p>
<ol>
<li>Click Start, type <strong>disk cleanup</strong> in the search box, and click Disk Cleanup in the results list.</li>
<li>Select your system drive  in the Drive Selection dialog box and click OK.</li>
<li>When the Disk Cleanup for System dialog box is displayed, click the ‘Clean up system files’ button. This will search for additional items, including the Service Pack backups.</li>
<li>When the list of files to delete is displayed, tick ‘Service pack backup files’ and then click OK.</li>
</ol>
<p>&nbsp;</p>
<h3>Uninstalling SP1</h3>
<p>If you find a problem with your system after you’ve installed SP1, it’s possible to uninstall it provided you have not run Disk Cleanup in the meantime.</p>
<p>To uninstall SP1:</p>
<ol>
<li>Click Start -&gt; Control Panel -&gt; Programs -&gt; Programs and Features -&gt; View Installed Updates.</li>
<li>Click ‘Service Pack for Microsoft Windows (KB 976932)’ and click Uninstall.</li>
</ol>
<p>If the service pack is greyed out in the list, you won’t be able to uninstall it. In that case, the only way to remove the service pack is to reinstall Windows 7.</p>
<h3><a href="http://www.geekgirls.com/wp-content/uploads/sp1_repair.jpg"><img class="alignright size-medium wp-image-1211" title="Using the Windows Update troubleshooter" src="http://www.geekgirls.com/wp-content/uploads/sp1_repair-300x228.jpg" alt="Using the Windows Update troubleshooter" width="300" height="228" /></a>When you can’t install SP1</h3>
<p>Sometimes the installation itself doesn’t work. For example, I ran into a problem where the service pack download failed each time it reached 18 percent. A quick Google search showed that others were experiencing the same problem.</p>
<p>If you encounter something similar, try rebooting your modem and router:</p>
<ol>
<li>Switch off your computer.</li>
<li>Remove the power cords from your modem and your router.</li>
<li>Wait a minute or so.</li>
<li>Reconnect your modem and wait for all the lights to cycle (it usually takes about a minute).</li>
<li>Reconnect your router and wait for its lights to cycle (about another minute).</li>
<li>Turn your computer back on.</li>
</ol>
<p>Now try the download once more.</p>
<p>If Windows Update still fails, give the Windows Update troubleshooter a whirl:</p>
<ol>
<li>Click Start -&gt; Control Panel and type ‘troubleshooter’ in the search box.</li>
<li>Click Troubleshooting and then, in the System and Security section, click ‘Fix problems with Windows Update’.</li>
</ol>
<p>Finally, try installing and running the <a href="http://windows.microsoft.com/en-US/windows7/What-is-the-System-Update-Readiness-Tool" target="_blank">System Update Readiness Tool</a>.</p>
<h3>Manual installation</h3>
<div id="attachment_1215" class="wp-caption alignright" style="width: 310px"><a href="http://www.geekgirls.com/wp-content/uploads/sp1_installed.jpg"><img class="size-medium wp-image-1215" title="SP1 installed" src="http://www.geekgirls.com/wp-content/uploads/sp1_installed-300x275.jpg" alt="SP1 installed" width="300" height="275" /></a><p class="wp-caption-text">Click Start, right-click Computer and select Properties to check whether SP1 has been installed on your computer.</p></div>
<p>If you still can’t download the service pack using Windows Update, try a manual download of the <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda" target="_blank">standalone version</a>. If you have a 32-bit computer, download windows6.1-KB976932-X86.exe; if you have a 64-bit computer, download windows6.1-KB976932-X64.exe. (If you don’t know whether your computer is 32 or 64-bits, click Start, right-click Computer and select Properties, and check your ‘system type’.)</p>
<p>If you use the standalone installation package, make sure you first install Windows Update KB2454826, from update.microsoft.com, before installing SP1.</p>
<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/2010/02/worry-free-windows-7-installation/' rel='bookmark' title='Worry-free Windows 7 installation'>Worry-free Windows 7 installation</a></li>
<li><a href='http://www.geekgirls.com/2010/02/which-windows-7-for-me/' rel='bookmark' title='Which Windows 7 for me?'>Which Windows 7 for me?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.geekgirls.com/2011/02/installing-and-troubleshooting-windows7-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find where a file is stored</title>
		<link>http://www.geekgirls.com/2011/01/find-file-location/</link>
		<comments>http://www.geekgirls.com/2011/01/find-file-location/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 17:58:25 +0000</pubDate>
		<dc:creator>rosevines</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools and techniques]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[containing folder]]></category>
		<category><![CDATA[file location]]></category>
		<category><![CDATA[find files]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.geekgirls.com/?p=1178</guid>
		<description><![CDATA[Windows file search is a handy feature, but it doesn't always get you what you need. Here's a simple tip to help you uncover a file within its context.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.geekgirls.com/wp-content/uploads/open_location1.jpg"><img class="alignright size-full wp-image-1181" title="Locate a file on your computer" src="http://www.geekgirls.com/wp-content/uploads/open_location1.jpg" alt="Locate a file on your computer" width="399" height="480" /></a>In Windows 7 and Windows Vista, you can search for a file directly from the Start menu. To do so, click the Start button, type part of the file&#8217;s name in the search box at the bottom of the Start menu, and then click the most promising looking match in the displayed results to open the file.</p>
<p>It&#8217;s a handy feature, but it doesn&#8217;t always get you what you need. Sometimes, your search will uncover multiple files with the same or similar names, with no obvious way to figure out which is the one you want. At other times, you won&#8217;t want to edit the file you&#8217;re searching for, but instead you&#8217;ll want to be able to open the folder where it&#8217;s stored and work with the file together with other files in that folder.</p>
<h3>Open File Location</h3>
<p>Fortunately, there&#8217;s a simple way to accomplish this. Instead of clicking a matching file in the search results, right-click the file and choose Open File Location. Windows will then open the folder in which the file is contained. With a quick glance you should be able to tell if this is the file you need. If it is, with the folder open you can edit the file, copy, rename or delete it, or work with other files in the folder.</p>
<h3>File location variants</h3>
<p>You can use this technique or something similar in a number of places in Windows. For instance, if you download a file from the Internet using the Firefox browser, before closing the Downloads window, you can right-click a file and choose Open Containing Folder &#8211; handy when you&#8217;ve forgotten the default location for downloads.</p>
<p>Or, when you&#8217;re viewing a file in a Windows 7 Library, you can right-click it and select Open File Location to open the actual folder where the file is stored, instead of viewing it in a Library &#8220;pseudo folder&#8221;.</p>
<p>You can even use this technique in programs such as Picasa. Right-click any image in your Picasa library (or click the image and press Ctrl+Enter) and choose Locate On Disk to open the folder which contains the original image.</p>
<p>These simple techniques can save you minutes every day, and those minutes add up.</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/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/renaming-file-extensions/' rel='bookmark' title='Renaming files and file extensions'>Renaming files and file extensions</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.geekgirls.com/2011/01/find-file-location/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Feed your wallpaper</title>
		<link>http://www.geekgirls.com/2010/08/feed-your-wallpaper/</link>
		<comments>http://www.geekgirls.com/2010/08/feed-your-wallpaper/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 15:12:36 +0000</pubDate>
		<dc:creator>rosevines</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools and techniques]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[desktop customisation]]></category>
		<category><![CDATA[desktop customization]]></category>
		<category><![CDATA[rss feeds]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.geekgirls.com/?p=1005</guid>
		<description><![CDATA[Windows 7 lets you download your wallpaper from an RSS feed. That means you can get a stream of wallpapers from any photo blog or website with a feed.]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_1011" class="wp-caption alignright" style="width: 310px"><a href="http://www.geekgirls.com/wp-content/uploads/wallpaper-feeds-01.jpg"><img src="http://www.geekgirls.com/wp-content/uploads/wallpaper-feeds-01-300x205.jpg" alt="Use any public Picasa web album for your desktop wallpaper feed." title="Use any public Picasa web album for your desktop wallpaper feed." width="300" height="205" class="size-medium wp-image-1011" /></a><p class="wp-caption-text">Use any public Picasa web album for your desktop wallpaper feed.</p></div><br />
Windows 7 comes with some luscious eye candy for your desktop. The built-in themes feature striking photography. If you hanker for more wallpaper you can grab additional themes from <a href="http://windows.microsoft.com/en-us/windows/downloads/personalize" target="_blank">Microsoft’s Personalisation Gallery</a>. To change your theme, right-click an empty spot on the desktop, select Personalize from the context menu, click any of the displayed themes and close the Personalization explorer.</p>
<p>If you’re a wallpaper devotee, you’ve probably already scouted out many of the sites and services offering additional wallpaper, either free or for a price, such as <a href="http://www.webshots.com" target="_blank">Webshots</a> and <a href="http://windows7wallpapers.net" target="_blank">Windows7 Wallpapers</a>. What you may not realise is that Windows 7 lets you download your wallpaper from an RSS feed. That means you can get a stream of wallpapers from any photo blog or website with a feed. The one restriction – apart from observing copyright permissions – is that the feed must wrap the photos in an enclosure. That restriction eliminates a fair number of sites, but there are plenty more to choose from. If your friends or family use Picasa Web Albums, for example, you can pull photos from any of their public web albums directly onto your desktop.</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;"><p><strong>Not-so-free wallpaper</strong></p>
<p>Be careful about downloading wallpaper from sites offering freebies. Some free wallpaper sites are safe, but others peddle spyware and other objectionable content. &#8220;Free&#8221; wallpapers and screensavers are a common source of computer virus infections.</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>Modifying a theme</h3>
<p><div id="attachment_1013" class="wp-caption alignright" style="width: 306px"><a href="http://www.geekgirls.com/wp-content/uploads/wallpaper-feeds-02.jpg"><img src="http://www.geekgirls.com/wp-content/uploads/wallpaper-feeds-02-296x300.jpg" alt="A Windows .theme file" title="A Windows .theme file" width="296" height="300" class="size-medium wp-image-1013" /></a><p class="wp-caption-text">Windows 7 .theme files are simply text files containing a list of settings.</p></div>While it’s possible to create a theme from scratch, the simplest way to add a photo feed to your desktop is to grab one of the themes included with Windows 7 and modify it. Here’s how to do that using the Australia theme and a sample photo feed of scenery from New England set up on Picasa Web Albums.</p>
<ol>
<li>Click Start, type <strong>%localappdata% </strong>in the search box and press Enter.</li>
<li>Open the Microsoft sub-folder, then the Windows sub-folder, then the Themes sub-folder and finally the Australia sub-folder. In that folder, you’ll find a sub-folder containing the wallpaper images used by the theme, plus the Australia.theme file.</li>
<li>Click Australia.theme to select it, press Ctrl+C to copy the file to the clipboard, close the folder window and on the desktop press Ctrl+V to place a copy there.</li>
<li>Rename this file New England.txt. Click Yes when you see the warning about changing the file extension – theme files are, infact, plain text files.</li>
<li>Double-click New England.txt to open it in Notepad. Don’t be intimidated by the cryptic list of settings you see; you’re going to make a few simple edits and leave all the rest alone.</li>
<li>In the [Theme] section change the DisplayName value to <strong>New England</strong>.</li>
<li>Locate the [Control Panel\Desktop] section and set TileWallpaper=0 and Wallpaperstyle=0.</li>
<li>Locate the [Slideshow] section and delete the entire ImagesRootPIDL setting including the long string of cryptic characters after it. You should be left with only two settings in the Slideshow section, Interval=1800000 and Shuffle=0 (the values for those settings may be different if you’ve changed the default theme settings at all).</li>
<li>Add the following line to the [Slideshow] section:<br />
<strong>RssFeed= http://tinyurl.com/rv-new-england</strong><br />
(Make sure there’s no space between the equals sign and the words.)</li>
<li>Close New England.txt and save your changes, then rename the file to <strong>New England.theme</strong>.</li>
<li>Double-click New England.theme. The Personalization explorer will open and you’ll be asked whether you want to subscribe to the rss feeds. Click Download Attachments then close the Personalization explorer.</li>
</ol>
<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;"><p>Note: If you can’t see the ‘.theme’ extension on the filename in Step 3 above, you need  to switch on file-extension display: Press Alt+T+O to open the Folder  Options dialog box, click the View tab, remove the tick (checkmark) beside ‘Hide  extensions for known file types’ and click OK.</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>That’s it. At first you’ll see one of the Australian wallpapers on your desktop. Windows needs to download the images from the RSS feed in the background, so wait a half a minute (longer if you have a slow Internet connection) and then right-click the desktop and select ‘Next desktop background’ from the context menu. You should see the first of the downloaded images centred on your desktop. You can check that the images are downloading properly by reopening the Personalization explorer and clicking Desktop Background. You should see the images, 17 in all, displayed.</p>
<p>Try this technique with other feeds, changing the name of the .theme file and the DisplayName and RssFeed values as needed. For instance, if you’re a fan of NASA’s image of the day, use either of these URLs in the RssFeed setting:</p>
<p>http://www.nasa.gov/rss/lg_image_of_the_day.rss (for large images)<br />
http://www.nasa.gov/rss/image_of_the_day.rss (for small images)</p>
<p>Because NASA publishes one image a day, you’ll start off with a single image in your NASA theme.</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;"><p><strong>Accommodating large images<br />
</strong></p>
<p>You may need to adjust some settings to display the feeds on your screen. The large NASA images, for example, may be too big to display at full resolution on your desktop. To accommodate these large images:</p>
<ol>
<li>Open the Personalization explorer and click Desktop Background.</li>
<li>Select Fit from the Picture Position dropdown list.</li>
<li>If you like, adjust the frequency with which the image changes, then click Save Changes and close the Personalization explorer.</li>
</ol>
</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>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/04/resize-and-restore-desktop-icons/' rel='bookmark' title='Resize and restore your desktop icons'>Resize and restore your desktop icons</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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.geekgirls.com/2010/08/feed-your-wallpaper/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Breadcrumbing</title>
		<link>http://www.geekgirls.com/2010/08/breadcrumbing/</link>
		<comments>http://www.geekgirls.com/2010/08/breadcrumbing/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 18:42:12 +0000</pubDate>
		<dc:creator>rosevines</dc:creator>
				<category><![CDATA[Tools and techniques]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[breadcrumb bar]]></category>
		<category><![CDATA[file management]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[navigating]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://www.geekgirls.com/?p=960</guid>
		<description><![CDATA[The breadcrumb bar, originally introduced in Vista, has brought an entirely new way of navigating in Windows. It replaces the plodding, sub-folder-based, dig-down method of yore with shortcut jumps.]]></description>
			<content:encoded><![CDATA[<p>The breadcrumb bar, originally introduced in Vista, has brought an entirely new way of navigating in Windows. It replaces the plodding, sub-folder-based, dig-down method of yore with shortcut jumps.</p>
<p>The breadcrumb bar provides a visual indication of the path you’ve followed to get to your current location.</p>
<p>Take a look at Figure 1, which shows an XP path above and a Windows 7 breadcrumb trail below. At first glance, the differences don’t seem too great. The drive name (C:\) is omitted and XP’s backslashes are replaced by arrows in Windows 7. The top folder names are a little different, too, but otherwise the paths look fairly similar.</p>
<div id="attachment_961" class="wp-caption alignnone" style="width: 598px"><a href="http://www.geekgirls.com/wp-content/uploads/crumbs-01.jpg" target="_blank"><img class="size-full wp-image-961" title="An XP file path and a Windows 7 breadcrumb bar" src="http://www.geekgirls.com/wp-content/uploads/crumbs-01.jpg" alt="An XP file path and a Windows 7 breadcrumb bar" width="588" height="175" /></a><p class="wp-caption-text">Figure 1.</p></div>
<p>This apparent similarity masks two important differences:</p>
<ul>
<li>The XP pathname tells you your precise location in the folder hierarchy: disk, folder and sub-folder. Windows 7’s breadcrumbs indicate the trail you followed through the woods, as it were, in order to get to your current location. This difference becomes more apparent if you take a look at Figure 2. It shows a breadcrumb trail to the same location (the Cognitive Sciences sub-sub-sub-etc-folder) via a different trail through the woods: Instead of starting in Libraries, this second trail starts from the Network, digs down into the computer (named ‘Velociraptor), and then into the Documents folder and its sub-folders. Same destination, different route.</li>
<li>The XP pathname is purely informational and static; it does nothing more than tell you where you are. Windows 7’s breadcrumb trail is interactive; it not only tells you your location, it also allows you to jump to any part of the trail you’ve followed, or to other related locations.</li>
</ul>
<p>Breadcrumb navigation has become increasingly popular, not only in operating systems and applications, but also on the web. In Windows 7, you’ll find breadcrumb navigation in file open and save dialogs as well as in Explorer windows.</p>
<div id="attachment_964" class="wp-caption alignnone" style="width: 610px"><a href="http://www.geekgirls.com/wp-content/uploads/crumbs-02.jpg"><img class="size-full wp-image-964   " title="Following a different breadcrumb trail" src="http://www.geekgirls.com/wp-content/uploads/crumbs-02.jpg" alt="Following a different breadcrumb trail" width="600" height="42" /></a><p class="wp-caption-text">Figure 2.</p></div>
<h3>Breadcrumb navigation</h3>
<p>The real power of the breadcrumb bar is its interactivity:</p>
<ul>
<li>Click any of the ‘crumbs’ to jump immediately to that location.</li>
<li>Click the arrow to the right of a crumb and you’ll see a drop-down list of sub-folders, with the currently opened folder highlighted in bold text.</li>
<li>Click any item in the drop-down list to open it.</li>
<li>The arrow to the left of the first crumb in the trail displays a list of root locations: your user folder, the desktop, Libraries, Homegroup, Network, Computer, and Recycle Bin. To the left of that, abutting the browser-style backwards and forwards buttons, is a drop-down arrow providing a list of locations you’ve visited recently. Click any item in the list to return there.</li>
<li>Click the arrow at the right-hand end of the breadcrumb bar to open the Previous Locations list. It shows the pathnames or addresses of folders, Control Panel applets and websites you’ve opened. Clicking any item opens that item.</li>
</ul>
<h3>Crumb tips</h3>
<p>If you’ve wormed your way down through multiple folders and can no longer see the full breadcrumb trail, you’ll notice a chevron replacing the left-most arrow. Click the chevron to reveal the starting crumbs in your trail, with a list of root locations beneath.</p>
<p>If you’d like to know the actual pathname to your current location, click in any blank space on the breadcrumb bar and you’ll see an old-style path; click anywhere in the folder window to redisplay the breadcrumbs. To use that pathname in a document or shortcut, right-click the breadcrumb bar and choose Copy Address As Text from the pop-up menu; this copies the full path to the clipboard.</p>
<p>A more interesting, if misleadingly named, right-click option is Copy Address. You can use this option to copy an entire folder from one location to another, or to create a quick desktop shortcut. For example, try this:</p>
<ol>
<li>Navigate to a folder that contains several documents.</li>
<li>Right-click the breadcrumb bar and select Copy Address.</li>
<li>Minimize the open folder, right-click the desktop and choose Paste from the pop-up menu. A copy of the folder and all its contents will be placed on your desktop.</li>
<li>Right-click the desktop and choose Paste Shortcut from the pop-up menu. A shortcut to the selected folder will be placed on the desktop.</li>
</ol>
<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/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/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/08/breadcrumbing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

