<?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>the kiZZ notes &#187; power users</title>
	<atom:link href="http://kizzx2.com/blog/index.php/tag/power-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://kizzx2.com/blog</link>
	<description>random stupid ideas from a narcissistic chode</description>
	<lastBuildDate>Thu, 01 Dec 2011 16:25:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>tricks for the Windows Power Users</title>
		<link>http://kizzx2.com/blog/index.php/2009/02/05/tricks-for-the-windows-power-users/</link>
		<comments>http://kizzx2.com/blog/index.php/2009/02/05/tricks-for-the-windows-power-users/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 07:25:31 +0000</pubDate>
		<dc:creator>kiZZ kiZZ</dc:creator>
				<category><![CDATA[geek stuffs]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[power users]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kizzx2.com/blog/?p=121</guid>
		<description><![CDATA[Many criticize Windows as being not user-friendly to power users &#8211; you can&#8217;t do things the fast way even when you&#8217;ve used it for a couple of years. Here&#8217;s some tricks I&#8217;ve accumulated over the years to make using Windows (hopefully) as swift as a *nix guru. Why should we use Windows when we want [...]]]></description>
			<content:encoded><![CDATA[<p>Many criticize Windows as being not user-friendly to power users &#8211; you can&#8217;t do things the fast way even when you&#8217;ve used it for a couple of years. Here&#8217;s some tricks I&#8217;ve accumulated over the years to make using Windows (hopefully) as swift as a *nix guru.</p>

<p><small>Why should we use Windows when we want performance and speed? Well, I guess that&#8217;s we game players have to live for</small></p>

<h4>Customize your Run dialog</h4>

<p><img class="alignnone size-full wp-image-122" title="run" src="http://kizzx2.com/blog/wp-content/uploads/2009/02/run.png" alt="run" width="413" height="210" /></p>

<p>This is undoubtedly the coolest and most powerful trick for Windows power users. To be able to type whatever command you want from the Windows command prompt is like being able to place symbolic links in /usr/local/bin</p>

<ol>
    <li>Create a directory somewhere convenient. A good place I used is

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">%HOMEDRIVE%:%HOMEPATH%\Commands</div></td></tr></tbody></table></div>

.</li>
    <li>Now you&#8217;ll want to add this directory to your %PATH%. This is done by:</li>
    <li>Press <strong>Win + R</strong> to open the Run dialog</li>
    <li>Enter

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sysdm.cpl</div></td></tr></tbody></table></div>

</li>
    <li>Append your

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Commands</div></td></tr></tbody></table></div>

path to %PATH% in Advanced -&gt; Environment Variables</li>
    <li>Now you can place shortcuts (*.lnk) and even BAT files there and they will be run when you type the command in the Run dialog!</li>
</ol>

<h4>Useful commands for the Run dialog</h4>

<p>Talking about the Run dialog, there&#8217;s a handful of useful commands you may want to memorize to speed things up a little bit:</p>

<dl> <dt>notepad</dt> <dt>calc</dt> <dd>Calculator</dd> <dt>explorer </dt> <dd>Opens Windows Explorer on path</dd> <dt>control netconnections</dt> <dd>Opens the <strong>Network Connections</strong> control panel</dd> <dt>sndvol / sndvol32</dt> <dd>Opens the volume control panel</dd> <dt>sysdm.cpl</dt> <dd>Opens <strong>System Properties</strong></dd> <dt>dxdiag</dt> <dd>Opens DirectX Diagnostic</dd> <dt>msinfo32</dt> <dd>Opens <strong>System Information</strong></dd> <dt>msnmsgr</dt> <dd>Opens <strong>Windows Live Messenger</strong></dd> </dl>

<h4>Enhance your clipboard with ClipX</h4>

<p>The clipboard is designed decades ago. Given today&#8217;s computers&#8217; memory size, there&#8217;s no reason to justify why we can only hold one value in the clipboard. Enhance it with this freeware <a href="http://www.bluemars.org/clipx/">ClipX</a>. You can store like 25 previous clipboard entries (including pictures, files) and recall them with one key combination (default: Shift-Ctrl-V). Very handy for system admins and programmers</p>

<p><img class="alignnone size-full wp-image-126" title="clipx-intray" src="http://kizzx2.com/blog/wp-content/uploads/2009/02/clipx-intray.png" alt="clipx-intray" width="499" height="532" /></p>

<h4>Opening Task Manager directly on Vista</h4>

<p>Microsoft changed the popular key combination <strong>Alt-Ctrl-Del</strong> to open a screen with a list of not very useful options instead of opening the task manager. Here&#8217;s the new key combination to open the Task Manager directly:</p>

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Ctrl+Shift+Esc</div></td></tr></tbody></table></div>

<h4>Locking your computer from the command prompt</h4>

<p>There are various reasons you might want to do this instead of <strong>Win + L</strong>, such as from within a BAT script. Anyway here&#8217;s how to do it</p>

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">rundll32 user32.dll, LockWorkStation</div></td></tr></tbody></table></div>

<h4>Putting files to the Recycle Bin from the command line</h4>

<p>Oops, there&#8217;s no tricks to it. Download my <a href="http://kizzx2.com/blog/?p=82">recycle</a> utility.</p>
]]></content:encoded>
			<wfw:commentRss>http://kizzx2.com/blog/index.php/2009/02/05/tricks-for-the-windows-power-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

