<?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>Onlydarksets &#187; Windows XP</title>
	<atom:link href="http://onlydarksets.com/tag/windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://onlydarksets.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 14 Oct 2010 01:04:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Manipulating arguments to a batch file</title>
		<link>http://onlydarksets.com/2008/12/10/manipulating-arguments-to-a-batch-file/</link>
		<comments>http://onlydarksets.com/2008/12/10/manipulating-arguments-to-a-batch-file/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 00:59:29 +0000</pubDate>
		<dc:creator>onlydarksets</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://onlydarksets.wordpress.com/?p=627</guid>
		<description><![CDATA[I am creating a batch file for the command line, and I needed to parse out the arguments (e.g., get the filename, change the extension, remove the quotes, etc.).  I always forget these (and where to find them), so I&#8217;m copying them here. %~1 - expands %1 removing any surrounding quotes (") %~f1 - expands [...]]]></description>
			<content:encoded><![CDATA[<p>I am creating a batch file for the command line, and I needed to parse out the arguments (e.g., get the filename, change the extension, remove the quotes, etc.).  I always forget these (and <a href="http://copenhagens.blogspot.com/2007/10/advanced-batch-file-techniques.html" target="_blank">where to find them</a>), so I&#8217;m copying them here.</p>
<blockquote>
<pre>%~1 - expands %1 removing any surrounding quotes (")
%~f1 - expands %1 to a fully qualified path name
%~d1 - expands %1 to a drive letter only
%~p1 - expands %1 to a path only
%~n1 - expands %1 to a file name only
%~x1 - expands %1 to a file extension only
%~s1 - expanded path contains short names only
%~a1 - expands %1 to file attributes
%~t1 - expands %1 to date/time of file
%~z1 - expands %1 to size of file</pre>
</blockquote>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fonlydarksets.com%2F2008%2F12%2F10%2Fmanipulating-arguments-to-a-batch-file%2F&amp;title=Manipulating%20arguments%20to%20a%20batch%20file" id="wpa2a_2">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://onlydarksets.com/2008/12/10/manipulating-arguments-to-a-batch-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting multiple ISOs</title>
		<link>http://onlydarksets.com/2008/11/17/mounting-multiple-isos/</link>
		<comments>http://onlydarksets.com/2008/11/17/mounting-multiple-isos/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 14:33:26 +0000</pubDate>
		<dc:creator>onlydarksets</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[ISODisk]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://onlydarksets.wordpress.com/?p=599</guid>
		<description><![CDATA[When installing Office, etc. from our Microsoft Partner MSDN library, I usually take the lazy route and use 7-zip to unpack the ISOs.  ISODisk lets you mount up to 20 ISOs simultaneously, and it seems like a more efficient path.]]></description>
			<content:encoded><![CDATA[<p>When installing Office, etc. from our <a href="http://www.msdn.com/" target="_blank">Microsoft Partner MSDN library</a>, I usually take the lazy route and use <a href="http://www.7-zip.org/" target="_blank">7-zip</a> to unpack the ISOs.  <a href="http://lifehacker.com/5088110/isodisk-mounts-up-to-twenty-disk-images" target="_blank">ISODisk</a> lets you mount up to 20 ISOs simultaneously, and it seems like a more efficient path.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fonlydarksets.com%2F2008%2F11%2F17%2Fmounting-multiple-isos%2F&amp;title=Mounting%20multiple%20ISOs" id="wpa2a_4">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://onlydarksets.com/2008/11/17/mounting-multiple-isos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phone-based two-factor authentication for LogMeIn</title>
		<link>http://onlydarksets.com/2008/10/27/phone-based-two-factor-authentication-for-logmein/</link>
		<comments>http://onlydarksets.com/2008/10/27/phone-based-two-factor-authentication-for-logmein/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 15:42:26 +0000</pubDate>
		<dc:creator>onlydarksets</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[LogMeIn]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://onlydarksets.wordpress.com/?p=574</guid>
		<description><![CDATA[I haven&#8217;t setup LogMeIn because I&#8217;m skittish about security.  PhoneFactor looks like a promising addition to the chain that could alleviate my concerns.  It provides a second-factor authentication (the first being your username/password) by requiring you to answer your phone before it lets you in.  If you (or, more likely, a would-be hacker) don&#8217;t have [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t setup LogMeIn because I&#8217;m skittish about security.  <a href="http://www.phonefactor.com/downloads" target="_blank">PhoneFactor</a> looks like a promising addition to the chain that could alleviate my concerns.  It provides a second-factor authentication (the first being your username/password) by requiring you to answer your phone before it lets you in.  If you (or, more likely, a would-be hacker) don&#8217;t have the phone, you can&#8217;t get in.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fonlydarksets.com%2F2008%2F10%2F27%2Fphone-based-two-factor-authentication-for-logmein%2F&amp;title=Phone-based%20two-factor%20authentication%20for%20LogMeIn" id="wpa2a_6">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://onlydarksets.com/2008/10/27/phone-based-two-factor-authentication-for-logmein/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free PDF markup tool</title>
		<link>http://onlydarksets.com/2008/09/22/free-pdf-markup-tool/</link>
		<comments>http://onlydarksets.com/2008/09/22/free-pdf-markup-tool/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 01:18:54 +0000</pubDate>
		<dc:creator>onlydarksets</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://onlydarksets.wordpress.com/?p=446</guid>
		<description><![CDATA[I had to markup a file I had in PDF-only format, and a quick search turned up an incredibly powerful and FREE (even for commercial use) tool called PDF-XChange Viewer.  In addition to being a lightweight (4MB) and fast PDF viewer (with a portable version and with IE and FF plugins), it also provides markup [...]]]></description>
			<content:encoded><![CDATA[<p>I had to markup a file I had in PDF-only format, and a quick search turned up an incredibly powerful and FREE (even for commercial use) tool called <a href="http://www.docu-track.com/home/prod_user/PDF-XChange_Tools/pdfx_viewer" target="_blank">PDF-XChange Viewer</a>.  In addition to being a lightweight (4MB) and fast PDF viewer (with a <a href="http://www.docu-track.com/PDFX_Vwr_Port.zip" target="_blank">portable</a> version <span style="text-decoration:underline;">and</span> with IE and FF plugins), it also provides markup tools like highlighting, text boxes, comments, and drawing.</p>
<p>For Windows, of course.</p>
<p><a href="http://files.docu-track.com/PdfVwrSample.PNG"><img class="alignnone" title="PDFXChange" src="http://files.docu-track.com/PdfVwrSample.PNG" alt="" width="407" height="358" /></a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fonlydarksets.com%2F2008%2F09%2F22%2Ffree-pdf-markup-tool%2F&amp;title=Free%20PDF%20markup%20tool" id="wpa2a_8">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://onlydarksets.com/2008/09/22/free-pdf-markup-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Turn off iPhone backups in Windows iTunes</title>
		<link>http://onlydarksets.com/2008/09/04/turn-off-iphone-backups-in-windows-itunes/</link>
		<comments>http://onlydarksets.com/2008/09/04/turn-off-iphone-backups-in-windows-itunes/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 15:24:43 +0000</pubDate>
		<dc:creator>onlydarksets</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://onlydarksets.wordpress.com/?p=381</guid>
		<description><![CDATA[When the iPhone syncs, iTunes will often perform a backup that is excruciatingly slow.  Mac users have an &#8220;easy&#8221; (i.e., available to anyone) way to prevent iTunes from doing backups.  A less publicized version of the same method exists for Windows: Quit iTunes. Press Win+R (opens the Windows Run dialog) Type or copy the following [...]]]></description>
			<content:encoded><![CDATA[<p>When the iPhone syncs, iTunes will often perform a backup that <a href="http://forums.ilounge.com/showthread.php?t=233354" target="_blank">is</a> <a href="http://www.zimbio.com/Apple+Computer+Inc/articles/1272/BACKUP+itunes+slow+iPhone+3G" target="_blank">excruciatingly</a> <a href="http://www.bruji.com/forum/viewtopic.php?f=8&amp;t=2453" target="_blank">slow</a>.  Mac users have an &#8220;easy&#8221; (i.e., available to anyone) way to prevent iTunes from doing backups.  A less publicized version of <a href="http://klauskjeldsen.dk/2008/08/05/iphone-3g-disable-slow-itunes-backup-mac-and-windows/" target="_blank">the same method exists for Windows</a>:</p>
<blockquote>
<ol>
<li>Quit iTunes.</li>
<li>Press Win+R (opens the Windows Run dialog)</li>
<li>Type or copy the following command:
<div class="codesnip-container">“%CommonProgramFiles%AppleMobile Device Supportbindefaults.exe” write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true</div>
</li>
<li>Open iTunes.</li>
<li>Connect the iPhone.</li>
<li>Make Sync without backing up.</li>
</ol>
</blockquote>
<p>Alternatively, if you don&#8217;t want to use the command line, a company I have never heard of has released an application called &#8220;<a href="http://www.microseconds.com/backupswitch.html" target="_blank">iPhone Backup Switch</a>&#8220;.  As the name implies, it simply turns off or on iTunes&#8217; iPhone backup process.</p>
<p>If neither of those work, there is also a method that involves <a href="http://www.eidac.de/?p=60" target="_blank">editing the iTunesPref.xml file</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fonlydarksets.com%2F2008%2F09%2F04%2Fturn-off-iphone-backups-in-windows-itunes%2F&amp;title=Turn%20off%20iPhone%20backups%20in%20Windows%20iTunes" id="wpa2a_10">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://onlydarksets.com/2008/09/04/turn-off-iphone-backups-in-windows-itunes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox Tip: Copying history to a new tab</title>
		<link>http://onlydarksets.com/2008/07/09/firefox-tip-copying-history-to-a-new-tab/</link>
		<comments>http://onlydarksets.com/2008/07/09/firefox-tip-copying-history-to-a-new-tab/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 20:23:49 +0000</pubDate>
		<dc:creator>onlydarksets</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://onlydarksets.wordpress.com/?p=228</guid>
		<description><![CDATA[I&#8217;m trying to limit the non-original content, but this was too good to pass up. When you want to backtrack a few paces in your web surfing clicktrail but not lose the page you&#8217;re on, in Firefox 3, click on your current tab, hold down the Ctrl key and drag it. This will duplicate the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to limit the non-original content, but this was too good to pass up.</p>
<blockquote><p>When you want to backtrack a few paces in your web surfing clicktrail but not lose the page you&#8217;re on, in Firefox 3, click on your current tab, hold down the Ctrl key and drag it. This will duplicate the tab and keep its history in the copy—that way you can back out and stay where you are in another tab. Sadly this trick only works in Firefox for Windows, <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=410569" target="_blank">not on the Mac</a>.</p></blockquote>
<p>Source: <a href="http://lifehacker.com/398131/ctrl%252Bdrag-a-tab-to-copy-it-and-its-history">LifeHacker</a><a href="http://lifehacker.com/398131/ctrl%252Bdrag-a-tab-to-copy-it-and-its-history"><br />
</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fonlydarksets.com%2F2008%2F07%2F09%2Ffirefox-tip-copying-history-to-a-new-tab%2F&amp;title=Firefox%20Tip%3A%20Copying%20history%20to%20a%20new%20tab" id="wpa2a_12">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://onlydarksets.com/2008/07/09/firefox-tip-copying-history-to-a-new-tab/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows keyboard shortcuts overview</title>
		<link>http://onlydarksets.com/2008/05/23/windows-keyboard-shortcuts-overview/</link>
		<comments>http://onlydarksets.com/2008/05/23/windows-keyboard-shortcuts-overview/#comments</comments>
		<pubDate>Fri, 23 May 2008 14:23:30 +0000</pubDate>
		<dc:creator>onlydarksets</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://onlydarksets.wordpress.com/?p=218</guid>
		<description><![CDATA[Amazing &#8211; Windows Help actually has&#8230;answers!  I was looking for keyboard shortcuts, and found the most comprehensive list I&#8217;ve seen.  This is verbatim from the help file (after the break). Use shortcut keys as an alternative to the mouse when working in Windows. You can open, close, and navigate the Start menu, desktop, menus, dialog [...]]]></description>
			<content:encoded><![CDATA[<p>Amazing &#8211; Windows Help actually has&#8230;answers!  I was looking for keyboard shortcuts, and found the most comprehensive list I&#8217;ve seen.  This is verbatim from the help file (after the break).</p>
<p><span id="more-218"></span></p>
<p><a name="keys_general"><br />
</a></p>
<blockquote><p>Use  shortcut keys as an alternative to the mouse when working in Windows. You can  open, close, and navigate the Start menu, desktop, menus, dialog boxes, and Web  pages using keyboard shortcuts. Keyboard shortcuts may also make it easier for  you to interact with your computer.</p>
<p>Click a heading, or press TAB to highlight a heading, and then press  ENTER.</p>
<p style="margin-left:1.5em;"><a id="expand" class="expandToggle" title="Expand/collapse" href="#"><img class="expand" style="margin-left:-1.5em;" src="/minusCold.gif" alt="" />General keyboard shortcuts</a></p>
<div class="expand" style="display:block;">
<table border="0">
<tbody>
<tr>
<td><strong>Press</strong></td>
<td><strong>To</strong></td>
</tr>
<tr>
<td>CTRL+C</td>
<td>Copy.</td>
</tr>
<tr>
<td>CTRL+X</td>
<td>Cut.</td>
</tr>
<tr>
<td>CTRL+V</td>
<td>Paste.</td>
</tr>
<tr>
<td>CTRL+Z</td>
<td>Undo.</td>
</tr>
<tr>
<td>DELETE</td>
<td>Delete.</td>
</tr>
<tr>
<td>SHIFT+DELETE</td>
<td>Delete selected item permanently without placing the item in the Recycle  Bin.</td>
</tr>
<tr>
<td>CTRL while dragging an item</td>
<td>Copy selected item.</td>
</tr>
<tr>
<td>CTRL+SHIFT while dragging an item</td>
<td>Create shortcut to selected item.</td>
</tr>
<tr>
<td>F2</td>
<td>Rename selected item.</td>
</tr>
<tr>
<td>CTRL+RIGHT ARROW</td>
<td>Move the insertion point to the beginning of the next word.</td>
</tr>
<tr>
<td>CTRL+LEFT ARROW</td>
<td>Move the insertion point to the beginning of the previous word.</td>
</tr>
<tr>
<td>CTRL+DOWN ARROW</td>
<td>Move the insertion point to the beginning of the next paragraph.</td>
</tr>
<tr>
<td>CTRL+UP ARROW</td>
<td>Move the insertion point to the beginning of the previous  paragraph.</td>
</tr>
<tr>
<td>CTRL+SHIFT with any of the arrow keys</td>
<td>Highlight a block of text.</td>
</tr>
<tr>
<td>SHIFT with any of the arrow keys</td>
<td>Select more than one item in a window or on the desktop, or select text  within a document.</td>
</tr>
<tr>
<td>CTRL+A</td>
<td>Select all.</td>
</tr>
<tr>
<td>F3</td>
<td>Search for a file or folder.</td>
</tr>
<tr>
<td>ALT+ENTER</td>
<td>View properties for the selected item.</td>
</tr>
<tr>
<td>ALT+F4</td>
<td>Close the active item, or quit the active program.</td>
</tr>
<tr>
<td>ALT+Enter</td>
<td>Displays the properties of the selected object.</td>
</tr>
<tr>
<td>ALT+SPACEBAR</td>
<td>Opens the shortcut menu for the active window.</td>
</tr>
<tr>
<td>CTRL+F4</td>
<td>Close the active document in programs that allow you to have multiple  documents open simultaneously.</td>
</tr>
<tr>
<td>ALT+TAB</td>
<td>Switch between open items.</td>
</tr>
<tr>
<td>ALT+ESC</td>
<td>Cycle through items in the order they were opened.</td>
</tr>
<tr>
<td>F6</td>
<td>Cycle through screen elements in a window or on the desktop.</td>
</tr>
<tr>
<td>F4</td>
<td>Display the Address bar list in My Computer or Windows  Explorer.</td>
</tr>
<tr>
<td>SHIFT+F10</td>
<td>Display the shortcut menu for the selected item.</td>
</tr>
<tr>
<td>ALT+SPACEBAR</td>
<td>Display the System menu for the active window.</td>
</tr>
<tr>
<td>CTRL+ESC</td>
<td>Display the <strong>Start</strong> menu.</td>
</tr>
<tr>
<td>ALT+Underlined letter in a menu name</td>
<td>Display the corresponding menu.</td>
</tr>
<tr>
<td>Underlined letter in a command name on an open menu</td>
<td>Carry out the corresponding command.</td>
</tr>
<tr>
<td>F10</td>
<td>Activate the menu bar in the active program.</td>
</tr>
<tr>
<td>RIGHT ARROW</td>
<td>Open the next menu to the right, or open a submenu.</td>
</tr>
<tr>
<td>LEFT ARROW</td>
<td>Open the next menu to the left, or close a submenu.</td>
</tr>
<tr>
<td>F5</td>
<td>Refresh the active window.</td>
</tr>
<tr>
<td>BACKSPACE</td>
<td>View the folder one level up in My Computer or Windows  Explorer.</td>
</tr>
<tr>
<td>ESC</td>
<td>Cancel the current task.</td>
</tr>
<tr>
<td>SHIFT when you insert a CD into the CD-ROM drive</td>
<td>Prevent the CD from automatically  playing.</td>
</tr>
</tbody>
</table>
</div>
<p style="margin-left:1.5em;"><a id="expand" class="expandToggle" title="Expand/collapse" href="#"><img class="expand" style="margin-left:-1.5em;" src="/minusCold.gif" alt="" />Dialog box keyboard shortcuts</a></p>
<div class="expand" style="display:block;">
<table border="0">
<tbody>
<tr>
<td><strong>Press</strong></td>
<td><strong>To</strong></td>
</tr>
<tr>
<td>CTRL+TAB</td>
<td>Move forward through tabs.</td>
</tr>
<tr>
<td>CTRL+SHIFT+TAB</td>
<td>Move backward through tabs.</td>
</tr>
<tr>
<td>TAB</td>
<td>Move forward through options.</td>
</tr>
<tr>
<td>SHIFT+TAB</td>
<td>Move backward through options.</td>
</tr>
<tr>
<td>ALT+Underlined letter</td>
<td>Carry out the corresponding command or select the corresponding  option.</td>
</tr>
<tr>
<td>ENTER</td>
<td>Carry out the command for the active option or button.</td>
</tr>
<tr>
<td>SPACEBAR</td>
<td>Select or clear the check box if the active option is a check box.</td>
</tr>
<tr>
<td>Arrow keys</td>
<td>Select a button if the active option is a group of option buttons.</td>
</tr>
<tr>
<td>F1</td>
<td>Display Help.</td>
</tr>
<tr>
<td>F4</td>
<td>Display the items in the active list.</td>
</tr>
<tr>
<td>BACKSPACE</td>
<td>Open a folder one level up if a folder is selected in the <strong>Save As</strong> or  <strong>Open</strong> dialog box.</td>
</tr>
</tbody>
</table>
</div>
<p style="margin-left:1.5em;"><a id="expand" class="expandToggle" title="Expand/collapse" href="#"><img class="expand" style="margin-left:-1.5em;" src="/minusCold.gif" alt="" />Natural keyboard shortcuts</a></p>
<div class="expand" style="display:block;">
<p>You can use the following keyboard shortcuts with a Microsoft  Natural Keyboard or any other compatible keyboard that includes the  Windows logo key (<img src="/winkey.gif" alt="Windows logo key" />) and the Application key (<img src="/menukey.gif" alt="Application key" />).</p>
<table border="0">
<tbody>
<tr>
<td><strong>Press</strong></td>
<td><strong>To</strong></td>
</tr>
<tr>
<td><img src="/winkey.gif" alt="Windows logo key" /></td>
<td>Display or hide the <strong>Start</strong> menu.</td>
</tr>
<tr>
<td><img src="/winkey.gif" alt="Windows logo key" /> +BREAK</td>
<td>Display the <strong>System Properties</strong> dialog box.</td>
</tr>
<tr>
<td><img src="/winkey.gif" alt="Windows logo key" /> +D</td>
<td>Show the desktop.</td>
</tr>
<tr>
<td><img src="/winkey.gif" alt="Windows logo key" /> +M</td>
<td>Minimize all windows.</td>
</tr>
<tr>
<td><img src="/winkey.gif" alt="Windows logo key" /> +Shift+M</td>
<td>Restores minimized windows.</td>
</tr>
<tr>
<td><img src="/winkey.gif" alt="Windows logo key" /> +E</td>
<td>Open My Computer.</td>
</tr>
<tr>
<td><img src="/winkey.gif" alt="Windows logo key" /> +F</td>
<td>Search for a file or folder.</td>
</tr>
<tr>
<td>CTRL+ <img src="/winkey.gif" alt="Windows logo key" /> +F</td>
<td>Search for computers.</td>
</tr>
<tr>
<td><img src="/winkey.gif" alt="Windows logo key" /> +F1</td>
<td>Display Windows Help.</td>
</tr>
<tr>
<td><img src="/winkey.gif" alt="Windows logo key" /> + L</td>
<td>Lock your computer if you are connected to a network domain, or switch users  if you are not connected to a network domain.</td>
</tr>
<tr>
<td><img src="/winkey.gif" alt="Windows logo key" /> +R</td>
<td>Open the <strong>Run</strong> dialog box.</td>
</tr>
<tr>
<td><img src="/menukey.gif" alt="Application key" /></td>
<td>Display the shortcut menu for the selected item.</td>
</tr>
<tr>
<td><img src="/winkey.gif" alt="Windows logo key" /> +U</td>
<td>Open Utility Manager.</td>
</tr>
</tbody>
</table>
</div>
<p style="margin-left:1.5em;"><a id="expand" class="expandToggle" title="Expand/collapse" href="#"><img class="expand" style="margin-left:-1.5em;" src="/minusCold.gif" alt="" />Accessibility keyboard shortcuts</a></p>
<div class="expand" style="display:block;">
<table border="0">
<tbody>
<tr>
<td><strong>Press</strong></td>
<td><strong>To</strong></td>
</tr>
<tr>
<td>Right SHIFT for eight seconds</td>
<td>Switch FilterKeys on and off.</td>
</tr>
<tr>
<td>Left ALT +left SHIFT +PRINT SCREEN</td>
<td>Switch High Contrast on and off.</td>
</tr>
<tr>
<td>Left ALT +left SHIFT +NUM LOCK</td>
<td>Switch MouseKeys on and off.</td>
</tr>
<tr>
<td>SHIFT five times</td>
<td>Switch StickyKeys on and off.</td>
</tr>
<tr>
<td>NUM LOCK for five seconds</td>
<td>Switch ToggleKeys on and off.</td>
</tr>
<tr>
<td><img src="/winkey.gif" alt="Windows logo key" /> +U</td>
<td>Open Utility Manager.</td>
</tr>
</tbody>
</table>
</div>
<p style="margin-left:1.5em;"><a id="expand" class="expandToggle" title="Expand/collapse" href="#"><img class="expand" style="margin-left:-1.5em;" src="/minusCold.gif" alt="" />Windows Explorer keyboard shortcuts</a></p>
<div class="expand" style="display:block;">
<table border="0">
<tbody>
<tr>
<td><strong>Press</strong></td>
<td><strong>To</strong></td>
</tr>
<tr>
<td>END</td>
<td>Display the bottom of the active window.</td>
</tr>
<tr>
<td>HOME</td>
<td>Display the top of the active window.</td>
</tr>
<tr>
<td>NUM LOCK+ASTERISK on numeric keypad (*)</td>
<td>Display all subfolders under the selected folder.</td>
</tr>
<tr>
<td>NUM LOCK+PLUS SIGN on numeric keypad (+)</td>
<td>Display the contents of the selected folder.</td>
</tr>
<tr>
<td>NUM LOCK+MINUS SIGN on numeric keypad (-)</td>
<td>Collapse the selected folder.</td>
</tr>
<tr>
<td>LEFT ARROW</td>
<td>Collapse current selection if it&#8217;s expanded, or select parent  folder.</td>
</tr>
<tr>
<td>RIGHT ARROW</td>
<td>Display current selection if it&#8217;s collapsed, or select first  subfolder.</td>
</tr>
</tbody>
</table>
</div>
<p class="note"><img class="alert" src="/note.gif" alt="" /> Notes</p>
<ul>
<li>You must associate a password with your user account to secure it from  unauthorized access. If you do not have a password associated with your user  account, pressing the <img src="/winkey.gif" alt="Windows logo key" />+L will not prevent other users from  accessing your account information.</li>
<li>Some keyboard shortcuts may not work if StickyKeys is turned on in  Accessibility Options.</li>
</ul>
<li>If you are connected to Windows through  Microsoft Terminal Services Client, some shortcuts have changed.  For more information, see the online documentation for Terminal Services Client.</li>
</blockquote>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fonlydarksets.com%2F2008%2F05%2F23%2Fwindows-keyboard-shortcuts-overview%2F&amp;title=Windows%20keyboard%20shortcuts%20overview" id="wpa2a_14">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://onlydarksets.com/2008/05/23/windows-keyboard-shortcuts-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Explorer hangs in XP when selecting a Quicktime file</title>
		<link>http://onlydarksets.com/2008/04/29/explorer-hangs-in-xp-when-selecting-a-quicktime-file/</link>
		<comments>http://onlydarksets.com/2008/04/29/explorer-hangs-in-xp-when-selecting-a-quicktime-file/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 23:38:09 +0000</pubDate>
		<dc:creator>onlydarksets</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://onlydarksets.wordpress.com/2008/04/29/explorer-hangs-in-xp-when-selecting-a-quicktime-file/</guid>
		<description><![CDATA[This is just downright ludicrous.&#160; There is apparently a conflict between Windows Live Photo Gallery and Quicktime, where even single-clicking on a MOV file in Windows Explorer causes Explorer to hang for up to several minutes.&#160; I &#8220;fixed&#8221; this problem by renaming the culprit: wlxquicktimecontrolhost.exe The file is located here: C:\Program Files\Windows Live\Photo Gallery Just [...]]]></description>
			<content:encoded><![CDATA[<p>This is just downright ludicrous.&nbsp; There is apparently a <a href="http://soundstripe.net/blog/windows_live_photo_gallery_and_quicktime_mp4_file_problems">conflict</a> between Windows Live Photo Gallery and Quicktime, where even single-clicking on a MOV file in Windows Explorer causes Explorer to hang for up to several minutes.&nbsp; I &#8220;fixed&#8221; this problem by renaming the culprit: wlxquicktimecontrolhost.exe</p>
<p>The file is located here:</p>
<p>C:\Program Files\Windows Live\Photo Gallery</p>
<p>Just rename it to &#8220;WLXQuickTimeControlHost.del&#8221;, and the problem should go away.&nbsp; You can&#8217;t do Quicktime previews through Windows Live Photo, but you can at least move QT files around without having to take a coffee break every 2 minutes.</p>
<p>What makes it ludicrous is that <a href="http://soundstripe.net/blog/windows_live_photo_gallery_and_quicktime_mp4_file_problems#comment-1404">MS appears to have known about the problem</a> for some time, yet they haven&#8217;t fixed.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fonlydarksets.com%2F2008%2F04%2F29%2Fexplorer-hangs-in-xp-when-selecting-a-quicktime-file%2F&amp;title=Explorer%20hangs%20in%20XP%20when%20selecting%20a%20Quicktime%20file" id="wpa2a_16">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://onlydarksets.com/2008/04/29/explorer-hangs-in-xp-when-selecting-a-quicktime-file/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ScanPST.exe location</title>
		<link>http://onlydarksets.com/2008/03/20/scanpstexe-location/</link>
		<comments>http://onlydarksets.com/2008/03/20/scanpstexe-location/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:42:06 +0000</pubDate>
		<dc:creator>onlydarksets</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://onlydarksets.wordpress.com/?p=196</guid>
		<description><![CDATA[I just upgraded to Vista Enterprise SP1, and I found that my backup PST was corrupted.  Outlook told me to run ScanPST.exe, but didn&#8217;t bother telling me where it was.  According to the KB article, it&#8217;s located in the Common Files directory.  However, with Microsoft Office 2007 Enterprise, I found it here: C:\Program Files\Microsoft Office\Office12 [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded to Vista Enterprise SP1, and I found that my backup PST was corrupted.  Outlook told me to run ScanPST.exe, but didn&#8217;t bother telling me where it was.  <a href="http://support.microsoft.com/kb/287497">According to the KB article</a>, it&#8217;s located in the Common Files directory.  However, with Microsoft Office 2007 Enterprise, I found it here:</p>
<p>C:\Program Files\Microsoft Office\Office12</p>
<p>Obviously this isn&#8217;t an insurmountable obstacle, but hopefully this will help.</p>
<p><em><span style="text-decoration: underline;"><strong>UPDATE</strong></span>: One <a href="http://onlydarksets.com/2008/03/20/scanpstexe-location/#comment-950">commentor</a> found it in <strong>yet</strong> another location. C:\Program Files\Common Files\System\MSMAPI\1033</em></p>
<p><em><span style="text-decoration: underline;"><strong>UPDATE</strong><strong> #2</strong></span>: For x64, substitute &#8220;Program Files (x86)&#8221; for &#8220;Program Files&#8221; in the above paths.  Thanks, <a href="http://onlydarksets.com/2008/03/20/scanpstexe-location/#comment-1017">Travis</a>!</em></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fonlydarksets.com%2F2008%2F03%2F20%2Fscanpstexe-location%2F&amp;title=ScanPST.exe%20location" id="wpa2a_18">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://onlydarksets.com/2008/03/20/scanpstexe-location/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>PDF2Word &#8211; Free PDF-&gt;Word converter</title>
		<link>http://onlydarksets.com/2008/02/07/pdf2word-free-pdf-word-converter/</link>
		<comments>http://onlydarksets.com/2008/02/07/pdf2word-free-pdf-word-converter/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 16:53:57 +0000</pubDate>
		<dc:creator>onlydarksets</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://onlydarksets.wordpress.com/2008/02/07/pdf2word-free-pdf-word-converter/</guid>
		<description><![CDATA[There are lots of programs to let you write to PDF, but until now I hadn&#8217;t seen one that will save a PDF as a Word document. http://www.hellopdf.com/ ]]></description>
			<content:encoded><![CDATA[<p>There are lots of programs to let you write to PDF, but until now I hadn&#8217;t seen one that will save a PDF as a Word document.</p>
<p><a href="http://www.hellopdf.com/ ">http://www.hellopdf.com/ </a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fonlydarksets.com%2F2008%2F02%2F07%2Fpdf2word-free-pdf-word-converter%2F&amp;title=PDF2Word%20%26%238211%3B%20Free%20PDF-%26gt%3BWord%20converter" id="wpa2a_20">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://onlydarksets.com/2008/02/07/pdf2word-free-pdf-word-converter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

