<?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>Everyday Nerd &#187; How To</title>
	<atom:link href="http://everydaynerd.com/category/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://everydaynerd.com</link>
	<description>Just your everyday nerd</description>
	<lastBuildDate>Mon, 21 Nov 2011 17:55:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
  <link>http://everydaynerd.com</link>
  <url>http://everydaynerd.com/apple-touch-icon.png</url>
  <title>Everyday Nerd</title>
</image>
		<item>
		<title>How-To log off a user from remote computer</title>
		<link>http://everydaynerd.com/how-to/how-to-log-off-a-user-from-remote-computer</link>
		<comments>http://everydaynerd.com/how-to/how-to-log-off-a-user-from-remote-computer#comments</comments>
		<pubDate>Mon, 22 Mar 2010 16:33:47 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/how-to/how-to-log-off-a-user-from-remote-computer</guid>
		<description><![CDATA[If you work in IT, I’m sure you’ve run across a time that you needed to log off a user from a remote computers – even if it’s yourself (especially when it’s time to change your password).  Personally, I have &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/how-to-log-off-a-user-from-remote-computer">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/command-line-terminal-server-tip' rel='bookmark' title='Command Line &#8211; Terminal Server tip'>Command Line &#8211; Terminal Server tip</a></li>
<li><a href='http://everydaynerd.com/scripts/script-who%e2%80%99s-logged-on-to-remote-pc' rel='bookmark' title='Script: Who’s Logged on to remote PC'>Script: Who’s Logged on to remote PC</a></li>
<li><a href='http://everydaynerd.com/microsoft/technet-plus-direct-single-user-subscription-for-249' rel='bookmark' title='TechNet Plus Direct single user subscription for $249'>TechNet Plus Direct single user subscription for $249</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you work in IT, I’m sure you’ve run across a time that you needed to log off a user from a remote computers – even if it’s yourself (especially when it’s time to change your password).  Personally, I have to change my network password every 30 days, and there are times that I may be logged into any of 150 computers.  I try to remember to use the log off button, but sometimes, I have idle sessions on computers.</p>
<p>This being said, I needed a way to log off any session I was logged into, in a list of computers I knew I might be logged into.  My first thought was to use <a href="http://everydaynerd.com/how-to/use-excel-to-create-easy-batch-jobs" target="_blank">PSLOGGEDON.exe</a> (from <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">Sysinternals</a>) which is a <a href="http://everydaynerd.com/?s=sysinternals" target="_blank">fantastic tool</a>, but I don’t want to search the entire domain, plus I might be logged in to multiple domains.</p>
<p>So, I found a nice little utility built right into windows – quser.exe</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2010/03/image.png"><img style="display: inline; border: 0px;" title="image" src="http://everydaynerd.com/wp-content/uploads/2010/03/image_thumb.png" alt="image" width="244" height="96" border="0" /></a></p>
<p>Quser.exe can be used to show what user is logged in to a remote computer, as well as the localhost.  Use <strong>quser.exe /SERVER:<em>servername</em></strong> to query a remote system.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2010/03/image1.png"><img style="display: inline; border: 0px;" title="image" src="http://everydaynerd.com/wp-content/uploads/2010/03/image_thumb1.png" alt="image" width="244" height="34" border="0" /></a></p>
<p>If you want to specify just one user account instead of finding all users logged in, user this syntax:  <strong>quser.exe user6 /SERVER:</strong><em><strong>servername</strong></em></p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2010/03/image2.png"><img style="display: inline; border: 0px;" title="image" src="http://everydaynerd.com/wp-content/uploads/2010/03/image_thumb2.png" alt="image" width="244" height="23" border="0" /></a></p>
<p>Now to log off this user, or session, you can use another built-in utility in Windows – Logoff.exe</p>
<p>Logoff.exe can either log off a session ID, or SessionName remotely – not by username (username works locally though).   The syntax is similar to quser.exe:</p>
<p>LOGOFF [sessionname | sessionid] [/SERVER:servername]</p>
<p>So to log off user6 from the example above, I can use either the session name (rdp-rcp#443 – or I can use the ID – 2 – I’ll go with the ID</p>
<p>logoff 2 /SERVER:server1</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2010/03/image3.png"><img style="display: inline; border: 0px;" title="image" src="http://everydaynerd.com/wp-content/uploads/2010/03/image_thumb3.png" alt="image" width="244" height="25" border="0" /></a></p>
<p>That was easy!  Now, to check to see if I’m logged any of the 150 servers I manage, I create a quick bat file using excel (<a href="http://everydaynerd.com/how-to/use-excel-to-create-easy-batch-jobs" target="_blank">more on that here</a>) and now I can run it at any time, and see what remote systems I’m logged into, and log my session off if needed.</p>
<p>This is a really simple way to do this, but if you have another way to do it, please post below!  I’d love to see how you handle this problem!</p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/command-line-terminal-server-tip' rel='bookmark' title='Command Line &#8211; Terminal Server tip'>Command Line &#8211; Terminal Server tip</a></li>
<li><a href='http://everydaynerd.com/scripts/script-who%e2%80%99s-logged-on-to-remote-pc' rel='bookmark' title='Script: Who’s Logged on to remote PC'>Script: Who’s Logged on to remote PC</a></li>
<li><a href='http://everydaynerd.com/microsoft/technet-plus-direct-single-user-subscription-for-249' rel='bookmark' title='TechNet Plus Direct single user subscription for $249'>TechNet Plus Direct single user subscription for $249</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/how-to-log-off-a-user-from-remote-computer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New &#8220;How To&#8221; posted</title>
		<link>http://everydaynerd.com/how-to/new-how-to-posted</link>
		<comments>http://everydaynerd.com/how-to/new-how-to-posted#comments</comments>
		<pubDate>Wed, 23 Sep 2009 13:42:19 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/how-to/new-how-to-posted</guid>
		<description><![CDATA[Have you backed up your pictures lately? or ever?&#160; Go read the newest How To, and get to backing up those pictures! Read:&#160; How to backup your pictures using Picasa Related posts: By Request: How to Backup all My Pictures? &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/new-how-to-posted">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/general/by-request-how-to-backup-all-my-pictures' rel='bookmark' title='By Request: How to Backup all My Pictures?'>By Request: How to Backup all My Pictures?</a></li>
<li><a href='http://everydaynerd.com/google/backup-pictures-using-picasa-get-free-eye-fi-card' rel='bookmark' title='Backup Pictures Using Picasa &#8211; Get Free Eye-Fi Card!'>Backup Pictures Using Picasa &#8211; Get Free Eye-Fi Card!</a></li>
<li><a href='http://everydaynerd.com/software/backup/spideroak-secure-easy-online-backupsharesync-software' rel='bookmark' title='SpiderOak &#8211; Secure, Easy, Online Backup/Share/Sync Software'>SpiderOak &#8211; Secure, Easy, Online Backup/Share/Sync Software</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Have you backed up your pictures lately? or ever?&#160; Go read the newest How To, and get to backing up those pictures!</p>
<p>Read:&#160; <a href="http://everydaynerd.com/howto/backuppicasa" target="_blank">How to backup your pictures using Picasa</a></p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/general/by-request-how-to-backup-all-my-pictures' rel='bookmark' title='By Request: How to Backup all My Pictures?'>By Request: How to Backup all My Pictures?</a></li>
<li><a href='http://everydaynerd.com/google/backup-pictures-using-picasa-get-free-eye-fi-card' rel='bookmark' title='Backup Pictures Using Picasa &#8211; Get Free Eye-Fi Card!'>Backup Pictures Using Picasa &#8211; Get Free Eye-Fi Card!</a></li>
<li><a href='http://everydaynerd.com/software/backup/spideroak-secure-easy-online-backupsharesync-software' rel='bookmark' title='SpiderOak &#8211; Secure, Easy, Online Backup/Share/Sync Software'>SpiderOak &#8211; Secure, Easy, Online Backup/Share/Sync Software</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/new-how-to-posted/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New How-To added:  How to secure your wireless network</title>
		<link>http://everydaynerd.com/how-to/new-how-to-added-how-to-secure-your-wireless-network</link>
		<comments>http://everydaynerd.com/how-to/new-how-to-added-how-to-secure-your-wireless-network#comments</comments>
		<pubDate>Thu, 10 Sep 2009 21:09:31 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[By Request]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/how-to/new-how-to-added-how-to-secure-your-wireless-network</guid>
		<description><![CDATA[Most wireless networks are unsecured, which can cause major security concerns.&#160; Go check out the new How To here on EverydayNerd.com [&#160; How to Secure your Wireless Network ] Related posts: Wireless Security &#8211; Must Read! Secure Google Search Secure &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/new-how-to-added-how-to-secure-your-wireless-network">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/general/wireless-security-must-read' rel='bookmark' title='Wireless Security &#8211; Must Read!'>Wireless Security &#8211; Must Read!</a></li>
<li><a href='http://everydaynerd.com/google/secure-google-search' rel='bookmark' title='Secure Google Search'>Secure Google Search</a></li>
<li><a href='http://everydaynerd.com/how-to/secure-tunnel-through-putty' rel='bookmark' title='Secure Tunnel through PuTTy'>Secure Tunnel through PuTTy</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/09/image40.png" width="142" height="100" /> </p>
<p>Most wireless networks are unsecured, which can cause major security concerns.&#160; Go check out the new How To here on EverydayNerd.com</p>
<p>[&#160; <a href="http://everydaynerd.com/howto/securewireless">How to Secure your Wireless Network</a> ]</p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/general/wireless-security-must-read' rel='bookmark' title='Wireless Security &#8211; Must Read!'>Wireless Security &#8211; Must Read!</a></li>
<li><a href='http://everydaynerd.com/google/secure-google-search' rel='bookmark' title='Secure Google Search'>Secure Google Search</a></li>
<li><a href='http://everydaynerd.com/how-to/secure-tunnel-through-putty' rel='bookmark' title='Secure Tunnel through PuTTy'>Secure Tunnel through PuTTy</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/new-how-to-added-how-to-secure-your-wireless-network/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New How-to added:  10 ways to protect your computer from Malware</title>
		<link>http://everydaynerd.com/how-to/new-how-to-added-10-ways-to-protect-your-computer-from-malware</link>
		<comments>http://everydaynerd.com/how-to/new-how-to-added-10-ways-to-protect-your-computer-from-malware#comments</comments>
		<pubDate>Mon, 31 Aug 2009 20:44:25 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/how-to/new-how-to-added-10-ways-to-protect-your-computer-from-malware</guid>
		<description><![CDATA[Here are a couple of steps to help keep malware off of your computer: <a class="more-link" href="http://everydaynerd.com/how-to/new-how-to-added-10-ways-to-protect-your-computer-from-malware">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/general/new-how-to-section-on-everydaynerd-com' rel='bookmark' title='New How To section on EverydayNerd.com'>New How To section on EverydayNerd.com</a></li>
<li><a href='http://everydaynerd.com/security/protect-your-kids-online-opendns' rel='bookmark' title='Protect your kids online: OpenDNS'>Protect your kids online: OpenDNS</a></li>
<li><a href='http://everydaynerd.com/microsoft/free-anti-virus-anti-malware-anti-spyware-released-from-microsoft' rel='bookmark' title='FREE Anti-Virus / Anti-Malware / Anti-Spyware released from Microsoft'>FREE Anti-Virus / Anti-Malware / Anti-Spyware released from Microsoft</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just added – <a href="http://everydaynerd.com/howto/preventmalware" target="_blank">10 ways to protect your computer from Malware</a></p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/general/new-how-to-section-on-everydaynerd-com' rel='bookmark' title='New How To section on EverydayNerd.com'>New How To section on EverydayNerd.com</a></li>
<li><a href='http://everydaynerd.com/security/protect-your-kids-online-opendns' rel='bookmark' title='Protect your kids online: OpenDNS'>Protect your kids online: OpenDNS</a></li>
<li><a href='http://everydaynerd.com/microsoft/free-anti-virus-anti-malware-anti-spyware-released-from-microsoft' rel='bookmark' title='FREE Anti-Virus / Anti-Malware / Anti-Spyware released from Microsoft'>FREE Anti-Virus / Anti-Malware / Anti-Spyware released from Microsoft</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/new-how-to-added-10-ways-to-protect-your-computer-from-malware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a font of your own handwriting</title>
		<link>http://everydaynerd.com/software/free/create-a-font-of-your-own-handwriting</link>
		<comments>http://everydaynerd.com/software/free/create-a-font-of-your-own-handwriting#comments</comments>
		<pubDate>Mon, 31 Aug 2009 19:46:13 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/software/free/create-a-font-of-your-own-handwriting</guid>
		<description><![CDATA[I was just talking to some friends of mine that past week, and we were talking about how hard it is to write letters, and how much easier it is to type them.&#160; I’ve seen commercial software that does this &#8230; <a class="more-link" href="http://everydaynerd.com/software/free/create-a-font-of-your-own-handwriting">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/software-microsoft/powershell/script-%e2%80%93-create-recovery-points' rel='bookmark' title='Script – Create Recovery Points'>Script – Create Recovery Points</a></li>
<li><a href='http://everydaynerd.com/how-to/use-excel-to-create-easy-batch-jobs' rel='bookmark' title='Use Excel to create easy batch jobs'>Use Excel to create easy batch jobs</a></li>
<li><a href='http://everydaynerd.com/microsoft/create-multiple-rdp-files-with-powershell' rel='bookmark' title='Create multiple RDP files with Powershell'>Create multiple RDP files with Powershell</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was just talking to some friends of mine that past week, and we were talking about how hard it is to write letters, and how much easier it is to type them.&#160; I’ve seen commercial software that does this before, but I found a website that does it for free!&#160; Print the template page, write each letter out, scan it to your computer, upload to their website, and BAM!&#160; There’s your font!</p>
<p>My handwriting is pretty messy, and I did the template in a hurry with a fat sharpie (I’d use a fine tip sharpie if I were you) and this is what the outcome is:</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2009/08/image60.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb55.png" width="465" height="124" /></a> </p>
<p>This sure makes letter writing a whole lot easier!!!</p>
<p>[ <a href="http://www.fontcapture.com/" target="_blank">Font Capture</a> ]</p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/software-microsoft/powershell/script-%e2%80%93-create-recovery-points' rel='bookmark' title='Script – Create Recovery Points'>Script – Create Recovery Points</a></li>
<li><a href='http://everydaynerd.com/how-to/use-excel-to-create-easy-batch-jobs' rel='bookmark' title='Use Excel to create easy batch jobs'>Use Excel to create easy batch jobs</a></li>
<li><a href='http://everydaynerd.com/microsoft/create-multiple-rdp-files-with-powershell' rel='bookmark' title='Create multiple RDP files with Powershell'>Create multiple RDP files with Powershell</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/software/free/create-a-font-of-your-own-handwriting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily connect to 2nd monitor or projector with Windows 7</title>
		<link>http://everydaynerd.com/how-to/easily-connect-to-2nd-monitor-or-projector-with-windows-7</link>
		<comments>http://everydaynerd.com/how-to/easily-connect-to-2nd-monitor-or-projector-with-windows-7#comments</comments>
		<pubDate>Thu, 27 Aug 2009 20:34:00 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[7]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/how-to/easily-connect-to-2nd-monitor-or-projector-with-windows-7</guid>
		<description><![CDATA[Every laptop user has been there… at the start of a meeting, plugging in the projector, trying to get what you have on your screen to show up on the projector, pushing Fn+F8, opps, that just put you in sleep &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/easily-connect-to-2nd-monitor-or-projector-with-windows-7">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/windows-7-gets-xp-virtual-mode' rel='bookmark' title='Windows 7 gets XP virtual mode'>Windows 7 gets XP virtual mode</a></li>
<li><a href='http://everydaynerd.com/how-to/install-windows-7-from-usb-disk' rel='bookmark' title='Install Windows 7 from USB Disk'>Install Windows 7 from USB Disk</a></li>
<li><a href='http://everydaynerd.com/how-to/fix/windows-7-enable-admin-share' rel='bookmark' title='Windows 7 &ndash; Enable $admin share'>Windows 7 &ndash; Enable $admin share</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Every laptop user has been there… at the start of a meeting, plugging in the projector, trying to get what you have on your screen to show up on the projector, pushing Fn+F8, opps, that just put you in sleep mode… argh!</p>
<p>Windows 7 makes it really easy for you.  Just press the Windows Key   + P</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2009/08/image31.png"><img style="display: inline; border: 0px none currentColor;" title="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb28.png" border="0" alt="image" width="363" height="74" /></a></p>
<p>Just select the configuration that you want to use!  Easy huh?</p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/windows-7-gets-xp-virtual-mode' rel='bookmark' title='Windows 7 gets XP virtual mode'>Windows 7 gets XP virtual mode</a></li>
<li><a href='http://everydaynerd.com/how-to/install-windows-7-from-usb-disk' rel='bookmark' title='Install Windows 7 from USB Disk'>Install Windows 7 from USB Disk</a></li>
<li><a href='http://everydaynerd.com/how-to/fix/windows-7-enable-admin-share' rel='bookmark' title='Windows 7 &ndash; Enable $admin share'>Windows 7 &ndash; Enable $admin share</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/easily-connect-to-2nd-monitor-or-projector-with-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New How To section on EverydayNerd.com</title>
		<link>http://everydaynerd.com/general/new-how-to-section-on-everydaynerd-com</link>
		<comments>http://everydaynerd.com/general/new-how-to-section-on-everydaynerd-com#comments</comments>
		<pubDate>Wed, 26 Aug 2009 20:37:58 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[By Request]]></category>
		<category><![CDATA[EDN Network]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/general/new-how-to-section-on-everydaynerd-com</guid>
		<description><![CDATA[I have a lot of people asking common questions, so in order to help in a more efficient manner, I’ve added the “Everyday How To” section.&#160; I’ll be adding to this section on a semi-regular basis (how-to’s take longer to &#8230; <a class="more-link" href="http://everydaynerd.com/general/new-how-to-section-on-everydaynerd-com">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/general/new-to-everydaynerdcom-the-edn-network' rel='bookmark' title='New to EverydayNerd.com &#8211; the EDN Network'>New to EverydayNerd.com &#8211; the EDN Network</a></li>
<li><a href='http://everydaynerd.com/general/everydaynerdcom-is-now-of-facebook' rel='bookmark' title='EverydayNerd.com is now of Facebook!'>EverydayNerd.com is now of Facebook!</a></li>
<li><a href='http://everydaynerd.com/general/search-everydaynerdcom-from-firefox-search-box' rel='bookmark' title='Search EverydayNerd.com from Firefox Search Box'>Search EverydayNerd.com from Firefox Search Box</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have a lot of people asking common questions, so in order to help in a more efficient manner, I’ve added the “Everyday How To” section.&#160; I’ll be adding to this section on a semi-regular basis (how-to’s take longer to write than normal blog entries), and will update the blog with new entries are added.</p>
<p>First up, I’ve added two How To’s:</p>
<ul>
<li><a href="http://everydaynerd.com/howto/how-to-install-add-ons-in-firefox">How to Install Firefox Add-ons</a></li>
<li><a href="http://everydaynerd.com/howto/how-to-block-ads-in-firefox">How to block ads with Firefox</a></li>
</ul>
<p>I have another one, “How to protect your PC from Malware” in the works, but it is rather extensive, so stay tuned.</p>
<p>Hope you enjoy, and if you want to request a topic to be added, just use the Contact link, or post it on <a href="http://www.facebook.com/pages/EverydayNerdcom/64836153260" target="_blank">Facebook</a>.&#160; Either way works!</p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/general/new-to-everydaynerdcom-the-edn-network' rel='bookmark' title='New to EverydayNerd.com &#8211; the EDN Network'>New to EverydayNerd.com &#8211; the EDN Network</a></li>
<li><a href='http://everydaynerd.com/general/everydaynerdcom-is-now-of-facebook' rel='bookmark' title='EverydayNerd.com is now of Facebook!'>EverydayNerd.com is now of Facebook!</a></li>
<li><a href='http://everydaynerd.com/general/search-everydaynerdcom-from-firefox-search-box' rel='bookmark' title='Search EverydayNerd.com from Firefox Search Box'>Search EverydayNerd.com from Firefox Search Box</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/general/new-how-to-section-on-everydaynerd-com/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use Excel to create easy batch jobs</title>
		<link>http://everydaynerd.com/how-to/use-excel-to-create-easy-batch-jobs</link>
		<comments>http://everydaynerd.com/how-to/use-excel-to-create-easy-batch-jobs#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:05:38 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/how-to/use-excel-to-create-easy-batch-jobs</guid>
		<description><![CDATA[Do you have to run a command on several servers remotely?&#160; You can enter each command separately, but every good admin should know how to make life easier for him/her self.&#160; For example, I wanted to use the psloggedon.exe tool &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/use-excel-to-create-easy-batch-jobs">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/scripts/use-excel-to-create-easy-batch-jobs-3' rel='bookmark' title='Use Excel to create easy batch jobs'>Use Excel to create easy batch jobs</a></li>
<li><a href='http://everydaynerd.com/general/use-excel-to-create-easy-batch-jobs-2' rel='bookmark' title='Use Excel to create easy batch jobs'>Use Excel to create easy batch jobs</a></li>
<li><a href='http://everydaynerd.com/microsoft/easy-way-create-windows-7-bootable-usb-drive' rel='bookmark' title='Easy way create Windows 7 Bootable USB drive'>Easy way create Windows 7 Bootable USB drive</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Do you have to run a command on several servers remotely?&#160; You can enter each command separately, but every good admin should know how to make life easier for him/her self.&#160; For example, I wanted to use the <em>psloggedon.exe</em> tool to find out who was logged in to all the servers I manage (about 150).&#160; Naturally, I could log into each server, check the Terminal Server Manager, and go on the next, but who wants to do that?&#160; </p>
<p>The PSTool – psloggedon.exe is a nice little utility that I can run from my command prompt, and have it query a remote computer, returning who is logged on to that server.&#160; So, starting in Excel (I already had a list of all the servers), I pasted the list of servers in the C column. </p>
<p>Next, in Column A, I entered &quot;<em>psloggedon.exe”</em> – the name of the executable I want to run.&#160; in Column B, I put a “ \\” – note the space in front of the \\.&#160; In column E, I entered my first switch, “ –l” – and in column F, a second switch “ –x” again, note the spaces before the switches.</p>
<p>&#160;<a href="http://everydaynerd.com/wp-content/uploads/2009/08/image36.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb31.png" width="391" height="105" /></a> <a href="http://everydaynerd.com/wp-content/uploads/2009/08/image37.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb32.png" width="392" height="106" /></a> </p>
<p>Now, to bring the whole thing together.&#160; I LOVE the command Concatenate.&#160; </p>
</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2009/08/image38.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb33.png" width="403" height="68" /></a></p>
<p>In column G, I entered <strong>=concatenate(A1,B1,C1,D1,E1)</strong></p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2009/08/image39.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb34.png" width="406" height="28" /></a> </p>
<p>This will combine all the columns together (now you know why the spaces were above) for your final command.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2009/08/image40.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb35.png" width="407" height="60" /></a> </p>
<p>You can now select column G, and copy and paste it into notepad, and save it as a .bat file.&#160; You now have an easily made bat file, using Excel.</p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/scripts/use-excel-to-create-easy-batch-jobs-3' rel='bookmark' title='Use Excel to create easy batch jobs'>Use Excel to create easy batch jobs</a></li>
<li><a href='http://everydaynerd.com/general/use-excel-to-create-easy-batch-jobs-2' rel='bookmark' title='Use Excel to create easy batch jobs'>Use Excel to create easy batch jobs</a></li>
<li><a href='http://everydaynerd.com/microsoft/easy-way-create-windows-7-bootable-usb-drive' rel='bookmark' title='Easy way create Windows 7 Bootable USB drive'>Easy way create Windows 7 Bootable USB drive</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/use-excel-to-create-easy-batch-jobs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Firefox address search engine provider</title>
		<link>http://everydaynerd.com/firefox/change-firefox-address-search-engine-provider</link>
		<comments>http://everydaynerd.com/firefox/change-firefox-address-search-engine-provider#comments</comments>
		<pubDate>Mon, 24 Aug 2009 18:54:56 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/firefox/change-firefox-address-search-engine-provider</guid>
		<description><![CDATA[Somehow… my default search engine in Firefox defaulted to Bing, and I wanted to change it back to Google, so I figured I’d show ya’ll how to do it too! In Firefox, type in about:config in the address bar, click &#8230; <a class="more-link" href="http://everydaynerd.com/firefox/change-firefox-address-search-engine-provider">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/firefox/extension/firefox-plug-in-search-options' rel='bookmark' title='Firefox Plug-in: Search Options'>Firefox Plug-in: Search Options</a></li>
<li><a href='http://everydaynerd.com/google/googles-new-search-engine' rel='bookmark' title='Google&rsquo;s new search engine'>Google&rsquo;s new search engine</a></li>
<li><a href='http://everydaynerd.com/google/secure-google-search' rel='bookmark' title='Secure Google Search'>Secure Google Search</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://everydaynerd.com/general/that-was-just-dirty-microsoft" target="_blank">Somehow</a>… my default search engine in Firefox defaulted to Bing, and I wanted to change it back to Google, so I figured I’d show ya’ll how to do it too!</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2009/08/image34.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Firefox Address Bar Search Engine Defaults" border="0" alt="Firefox Address Bar Search Engine Defaults" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb29.png" width="280" height="177" /></a> </p>
<ol>
<li>In Firefox, type in <strong>about:config</strong> in the address bar, click “I’ll be careful, I promise”.&#160; </li>
<li>Filter the results by typing in keyword.URL</li>
<li>Modify the entry, with your preference:</li>
</ol>
<blockquote><p>Ask: http://www.ask.com/web?q=     <br />Bing:&#160; http://www.bing.com/search?FORM=IEFM1&amp;q=      <br />Google: http://www.google.com/search?&amp;q=      <br />Yahoo: http://search.yahoo.com/search?p=</p>
</blockquote>
<p>Close the About:config page, and you can now search from the address bar, using the search engine you set!</p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/firefox/extension/firefox-plug-in-search-options' rel='bookmark' title='Firefox Plug-in: Search Options'>Firefox Plug-in: Search Options</a></li>
<li><a href='http://everydaynerd.com/google/googles-new-search-engine' rel='bookmark' title='Google&rsquo;s new search engine'>Google&rsquo;s new search engine</a></li>
<li><a href='http://everydaynerd.com/google/secure-google-search' rel='bookmark' title='Secure Google Search'>Secure Google Search</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/firefox/change-firefox-address-search-engine-provider/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Windows 7 from USB Disk</title>
		<link>http://everydaynerd.com/how-to/install-windows-7-from-usb-disk</link>
		<comments>http://everydaynerd.com/how-to/install-windows-7-from-usb-disk#comments</comments>
		<pubDate>Mon, 24 Aug 2009 11:00:00 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[7]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/how-to/install-windows-7-from-usb-disk</guid>
		<description><![CDATA[I told you before about a utility that will create a bootable USB windows installer, but for all us command line junkies, this is just drop dead easy… Get a spare 4GB USB 2.0 thumbdrive, reformatted it as FAT32, and &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/install-windows-7-from-usb-disk">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/new-microsoft-tool-to-install-windows-from-usb' rel='bookmark' title='New Microsoft tool to install Windows from USB'>New Microsoft tool to install Windows from USB</a></li>
<li><a href='http://everydaynerd.com/microsoft/easy-way-create-windows-7-bootable-usb-drive' rel='bookmark' title='Easy way create Windows 7 Bootable USB drive'>Easy way create Windows 7 Bootable USB drive</a></li>
<li><a href='http://everydaynerd.com/microsoft/clean-install-windows-7-with-upgrade-disk' rel='bookmark' title='Clean Install Windows 7 with Upgrade Disk'>Clean Install Windows 7 with Upgrade Disk</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I told you before about a utility that will create a bootable USB windows installer, but for all us command line junkies, this is just drop dead easy…</p>
<p>Get a spare 4GB USB 2.0 thumbdrive, reformatted it as FAT32, and simply copy the contents of the Windows 7 ISO image to the memory stick using <strong>xcopy e:\ f:\ /e /f</strong> (where e: was the DVD drive and f: was the removable drive location).</p>
<p>Done.&#160; Boot to USB, and you will install Windows 7 faster than you EVER would with DVD.&#160; <img src='http://everydaynerd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/new-microsoft-tool-to-install-windows-from-usb' rel='bookmark' title='New Microsoft tool to install Windows from USB'>New Microsoft tool to install Windows from USB</a></li>
<li><a href='http://everydaynerd.com/microsoft/easy-way-create-windows-7-bootable-usb-drive' rel='bookmark' title='Easy way create Windows 7 Bootable USB drive'>Easy way create Windows 7 Bootable USB drive</a></li>
<li><a href='http://everydaynerd.com/microsoft/clean-install-windows-7-with-upgrade-disk' rel='bookmark' title='Clean Install Windows 7 with Upgrade Disk'>Clean Install Windows 7 with Upgrade Disk</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/install-windows-7-from-usb-disk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Group Policy Service on Windows Vista/7</title>
		<link>http://everydaynerd.com/how-to/disable-group-policy-service-on-windows-vista7</link>
		<comments>http://everydaynerd.com/how-to/disable-group-policy-service-on-windows-vista7#comments</comments>
		<pubDate>Fri, 21 Aug 2009 12:00:00 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[7]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/how-to/disable-group-policy-service-on-windows-vista7</guid>
		<description><![CDATA[As an administrator, I like to have FULL control of the computer that I use everyday.&#160; Most companies deploy group policies that will set defaults to your computer, and not allow you to change those settings.&#160; This will require that &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/disable-group-policy-service-on-windows-vista7">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/how-to/tame-vista-uac-to-be-less-annoying' rel='bookmark' title='Tame Vista UAC to be less annoying'>Tame Vista UAC to be less annoying</a></li>
<li><a href='http://everydaynerd.com/how-to/tip/edit-file-types-in-windows-vista' rel='bookmark' title='Edit File Types in Windows Vista'>Edit File Types in Windows Vista</a></li>
<li><a href='http://everydaynerd.com/microsoft/vista-service-pack-5-released' rel='bookmark' title='Vista Service Pack .5 &quot;Released&quot;'>Vista Service Pack .5 &#34;Released&#34;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As an administrator, I like to have FULL control of the computer that I use everyday.&#160; Most companies deploy group policies that will set defaults to your computer, and not allow you to change those settings.&#160; This will require that you are an administrator of the computer that you are using.</p>
<p>Open Regedit, and navigate to HKLM\SYSTEM\CurrentControlSet\services\gpsrv.&#160; Right click on the gpsrv key, and select Permissions.&#160; Go to Advanced, and the Owner Tab.&#160; Change owner to your account, and click OK.&#160; Next, select Administrators, and check the Full Control box.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2009/08/image27.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb24.png" width="81" height="104" /></a> <a href="http://everydaynerd.com/wp-content/uploads/2009/08/image28.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb25.png" width="129" height="104" /></a> <a href="http://everydaynerd.com/wp-content/uploads/2009/08/image29.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb26.png" width="87" height="104" /></a> <a href="http://everydaynerd.com/wp-content/uploads/2009/08/image30.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb27.png" width="131" height="104" /></a></p>
<p>Click OK to close the permissions window, and look on the right hand section of Regedit.&#160; Look for this start key.&#160; Double click the Start DWORD, and change the value to 4 – this disables the service.</p>
<p>Reboot, and you will not get any group policies assigned to your computer.&#160; Note, that every time you log in, you will get a message, warning you that Windows cannot connect to the Group Policy service.&#160; Just click the X, and ignore. <img src='http://everydaynerd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2009/08/image35.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb30.png" width="154" height="50" /></a> </p>
<p>It is best to do this before you have joined your computer to the domain.&#160; Do it with a local account that has administrative rights, reboot, then join the domain.&#160; This will ensure that you do not get any policies applied to your machine.&#160; </p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/how-to/tame-vista-uac-to-be-less-annoying' rel='bookmark' title='Tame Vista UAC to be less annoying'>Tame Vista UAC to be less annoying</a></li>
<li><a href='http://everydaynerd.com/how-to/tip/edit-file-types-in-windows-vista' rel='bookmark' title='Edit File Types in Windows Vista'>Edit File Types in Windows Vista</a></li>
<li><a href='http://everydaynerd.com/microsoft/vista-service-pack-5-released' rel='bookmark' title='Vista Service Pack .5 &quot;Released&quot;'>Vista Service Pack .5 &#34;Released&#34;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/disable-group-policy-service-on-windows-vista7/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows 7 &#8211; Enable $admin share</title>
		<link>http://everydaynerd.com/how-to/fix/windows-7-enable-admin-share</link>
		<comments>http://everydaynerd.com/how-to/fix/windows-7-enable-admin-share#comments</comments>
		<pubDate>Thu, 20 Aug 2009 13:28:50 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[7]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/how-to/fix/windows-7-enable-admin-share</guid>
		<description><![CDATA[So I‘ve been running Windows 7 RTM for a while now, and really liking it.&#160; There are a few “gotcha’s”, and the $admin share is one of them.&#160; Out of the box, Windows 7 (and Windows Vista) disabled File and &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/fix/windows-7-enable-admin-share">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/windows-7-remote-server-admin-tools-beta-released-rsat' rel='bookmark' title='Windows 7 Remote Server Admin Tools Beta released (RSAT)'>Windows 7 Remote Server Admin Tools Beta released (RSAT)</a></li>
<li><a href='http://everydaynerd.com/microsoft/windows-7-super-admin-folder' rel='bookmark' title='Windows 7 Super Admin folder'>Windows 7 Super Admin folder</a></li>
<li><a href='http://everydaynerd.com/software/free/want-to-win-a-free-copy-of-windows-7' rel='bookmark' title='Want to win a free copy of Windows 7?'>Want to win a free copy of Windows 7?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So I‘ve been running Windows 7 RTM for a while now, and really liking it.&#160; There are a few “gotcha’s”, and the $admin share is one of them.&#160; Out of the box, Windows 7 (and Windows Vista) disabled File and Printer sharing, as well as the $admin share. Normally, in the home environment, the $admin share is not needed, but in the corporate world, it’s used quite regularly, especially with tools like <a href="http://everydaynerd.com/firefox/software-sysinternals-suite">psexec</a>, <a href="http://www.intelliadmin.com/downloads.htm" target="_blank">IntelliAdmin</a> tools, and certain software deployments.</p>
<p>This is how to enable the $admin share in Windows 7:</p>
<p>First, <em>Folder and Printer Sharing</em> must be enabled.&#160; Open the<em> Control Panel</em>, and select <em>Network and Internet</em>.&#160; Then click on <em>Network and Sharing Center</em>.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2009/08/image18.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb17.png" width="139" height="104" /></a> <a href="http://everydaynerd.com/wp-content/uploads/2009/08/image19.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb18.png" width="154" height="77" /></a> </p>
<p>Look to the left side of the <em>Network and Sharing Center</em>, and click on <em>Change advanced sharing settings</em>.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2009/08/image20.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb19.png" width="132" height="104" /></a> </p>
<p>In the new window, you can change each network’s sharing settings (Home, Public, and Work/Domain).&#160; Expand the profile you want to modify, and click on “File and Printer Sharing”</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2009/08/image21.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb20.png" width="85" height="104" /></a> <a href="http://everydaynerd.com/wp-content/uploads/2009/08/image22.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb21.png" width="154" height="72" /></a> </p>
<p>Save your changes.</p>
<p>Next (I know, I wish it was just that easy…) you have to add a registry key.&#160; Open Regedit, navigate to <strong>HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System</strong> – create a new DWORD:</p>
<p><strong>LocalAccountTokenFilterPolicy</strong> with the Value of <strong>1</strong></p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2009/08/image23.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2009/08/image_thumb22.png" width="153" height="104" /></a> </p>
<p>Reboot.&#160; You can now access the $admin share remotely.</p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/windows-7-remote-server-admin-tools-beta-released-rsat' rel='bookmark' title='Windows 7 Remote Server Admin Tools Beta released (RSAT)'>Windows 7 Remote Server Admin Tools Beta released (RSAT)</a></li>
<li><a href='http://everydaynerd.com/microsoft/windows-7-super-admin-folder' rel='bookmark' title='Windows 7 Super Admin folder'>Windows 7 Super Admin folder</a></li>
<li><a href='http://everydaynerd.com/software/free/want-to-win-a-free-copy-of-windows-7' rel='bookmark' title='Want to win a free copy of Windows 7?'>Want to win a free copy of Windows 7?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/fix/windows-7-enable-admin-share/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Windows 7: Robocopy is Multi Threaded!</title>
		<link>http://everydaynerd.com/microsoft/windows-7-robocopy-is-multi-threaded</link>
		<comments>http://everydaynerd.com/microsoft/windows-7-robocopy-is-multi-threaded#comments</comments>
		<pubDate>Mon, 10 Aug 2009 14:05:32 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[7]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sysinternals]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/?p=880</guid>
		<description><![CDATA[OK, so not everyone uses Robocopy on a regular basis, but I sure do! I am super excited about Windows 7&#8242;s version of Robocopy. Robocopy was created by Mark Russinovich, and was included in a whole suite of free windows &#8230; <a class="more-link" href="http://everydaynerd.com/microsoft/windows-7-robocopy-is-multi-threaded">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/multi-thread-robocopy-update' rel='bookmark' title='Multi-Thread Robocopy &ndash; Update'>Multi-Thread Robocopy &ndash; Update</a></li>
<li><a href='http://everydaynerd.com/microsoft/microsoft-release-rsat-for-windows-7' rel='bookmark' title='Microsoft release RSAT for Windows 7'>Microsoft release RSAT for Windows 7</a></li>
<li><a href='http://everydaynerd.com/how-to/install-windows-7-from-usb-disk' rel='bookmark' title='Install Windows 7 from USB Disk'>Install Windows 7 from USB Disk</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>OK, so not everyone uses Robocopy on a regular basis, but I sure do! I am super excited about Windows 7&#8242;s version of Robocopy. Robocopy was created by Mark Russinovich, and was included in a whole suite of free windows tools called Sysinternal Tools. Well, Mark works for Microsoft now, and has continued his development of his tools, including robocopy. Basically, robocopy is a command line tool that copies/moves files from one location to another. While this seems to be a common task (copy/cut/paste) for most users, sometimes administrators need to tweak the copy process.</p>
<p>Robocopy has a plethora of options for administrators to use, some used more often than others, but all prove priceless at one time or another. To list all the options for robocopy, just use the /? switch to list all available switches.</p>
<p>OK, on to Multi-threaded file copy! Up until now, robocopy copied one file at a time. Most of the time, that was OK, but it would be really nice to do it faster. Windows 7 version of robocopy includes the /MT switch. The default is 8, so if you use the switch, it will copy 8 files at a time. I did a few tests, and here are my results:</p>
<p>I copied a folder from my hard drive to a mapped drive on a server, over a Gigabit network. The folder was 35MB, and had 1140 files it it.</p>
<blockquote><p>Without /MT switch: (robocopy <em>Source</em> <em>Destination</em>/E)</p>
<ul>
<li>Directories:&#160; 166 </li>
<li>Files:&#160; 1140 </li>
<li>Size:&#160; 35.71MB </li>
<li>Time:&#160; 03:55 </li>
</ul>
</blockquote>
<blockquote><p>With /MT:8 switch:&#160; (robocopy <em>Source</em> <em>Destination</em>/E /MT: <img src='http://everydaynerd.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
</blockquote>
<ul>
<li>Directories:&#160; 166 </li>
<li>Files:&#160; 1140 </li>
<li>Size:&#160; 35.71MB </li>
<li>Time:&#160; 52 seconds </li>
</ul>
<p>Needless to say, using the multi-thread switch with robocopy is much faster!&#160; Unfortunately, the Windows 7 Version of robocopy does NOT work on any previous version of windows.&#160; Bummer!&#160; Anyway, Win7 is a great OS so far, so this is just another added bonus of buying that upgrade! <img src='http://everydaynerd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/multi-thread-robocopy-update' rel='bookmark' title='Multi-Thread Robocopy &ndash; Update'>Multi-Thread Robocopy &ndash; Update</a></li>
<li><a href='http://everydaynerd.com/microsoft/microsoft-release-rsat-for-windows-7' rel='bookmark' title='Microsoft release RSAT for Windows 7'>Microsoft release RSAT for Windows 7</a></li>
<li><a href='http://everydaynerd.com/how-to/install-windows-7-from-usb-disk' rel='bookmark' title='Install Windows 7 from USB Disk'>Install Windows 7 from USB Disk</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/microsoft/windows-7-robocopy-is-multi-threaded/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Free Computer Training from VTC (While it lasts)</title>
		<link>http://everydaynerd.com/general/free-computer-training-from-vtc-while-it-lasts</link>
		<comments>http://everydaynerd.com/general/free-computer-training-from-vtc-while-it-lasts#comments</comments>
		<pubDate>Wed, 01 Oct 2008 18:16:48 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/general/free-computer-training-from-vtc-while-it-lasts</guid>
		<description><![CDATA[VTC (Video Training Company) has a free 30 day unlimited promotion going on right now &#8211; Unlimited access for 30 days to more than 70,000 video tutorials for software, programing, and other technology.&#160; The promo code is only going to &#8230; <a class="more-link" href="http://everydaynerd.com/general/free-computer-training-from-vtc-while-it-lasts">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/free-microsoft-hyper-v-training' rel='bookmark' title='Free Microsoft Hyper-V Training'>Free Microsoft Hyper-V Training</a></li>
<li><a href='http://everydaynerd.com/software/free/free-winx-hd-video-converter' rel='bookmark' title='FREE WinX HD Video Converter'>FREE WinX HD Video Converter</a></li>
<li><a href='http://everydaynerd.com/software/free/free-training-from-hp' rel='bookmark' title='Free Training from HP!'>Free Training from HP!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://everydaynerd.com/wp-content/uploads/2008/10/image.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://everydaynerd.com/wp-content/uploads/2008/10/image-thumb.png" width="85" height="75"></a> </p>
<p><a target="_blank" href="http://www.vtc.com/">VTC</a> (Video Training Company) has a free 30 day unlimited promotion going on right now &#8211; Unlimited access for 30 days to more than 70,000 video tutorials for software, programing, and other technology.&nbsp; </p>
<p>The promo code is only going to be good for a week (supposedly) so sign up fast!&nbsp; Video&#8217;s are viewable in QuickTime or Flash format.</p>
<p>Promo Code:&nbsp; <strong>rtm</strong></p>
<p>Signup: <a title="http://www.vtc.com/promos/filemaker/signup.php" href="http://www.vtc.com/promos/filemaker/signup.php">http://www.vtc.com/promos/filemaker/signup.php</a></p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/free-microsoft-hyper-v-training' rel='bookmark' title='Free Microsoft Hyper-V Training'>Free Microsoft Hyper-V Training</a></li>
<li><a href='http://everydaynerd.com/software/free/free-winx-hd-video-converter' rel='bookmark' title='FREE WinX HD Video Converter'>FREE WinX HD Video Converter</a></li>
<li><a href='http://everydaynerd.com/software/free/free-training-from-hp' rel='bookmark' title='Free Training from HP!'>Free Training from HP!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/general/free-computer-training-from-vtc-while-it-lasts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy hyperlink trick for Windows (Even if it has a space in the UNC path)</title>
		<link>http://everydaynerd.com/how-to/easy-hyperlink-trick-for-windows-even-if-it-has-a-space-in-the-unc-path</link>
		<comments>http://everydaynerd.com/how-to/easy-hyperlink-trick-for-windows-even-if-it-has-a-space-in-the-unc-path#comments</comments>
		<pubDate>Wed, 01 Oct 2008 13:57:45 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/how-to/easy-hyperlink-trick-for-windows-even-if-it-has-a-space-in-the-unc-path</guid>
		<description><![CDATA[Home users may not ever use this, but in an office environment, I&#8217;m sure everyone has received an email at one time, pointing them to a network share, or something similar.&#160; It&#8217;s OK, except if you have a space in &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/easy-hyperlink-trick-for-windows-even-if-it-has-a-space-in-the-unc-path">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/how-to/use-excel-to-create-easy-batch-jobs' rel='bookmark' title='Use Excel to create easy batch jobs'>Use Excel to create easy batch jobs</a></li>
<li><a href='http://everydaynerd.com/microsoft/windows/home-server/windows-home-server' rel='bookmark' title='Windows Home Server'>Windows Home Server</a></li>
<li><a href='http://everydaynerd.com/microsoft/easy-way-create-windows-7-bootable-usb-drive' rel='bookmark' title='Easy way create Windows 7 Bootable USB drive'>Easy way create Windows 7 Bootable USB drive</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Home users may not ever use this, but in an office environment, I&#8217;m sure everyone has received an email at one time, pointing them to a network share, or something similar.&nbsp; It&#8217;s OK, except if you have a space in the share name, as it tends to break the hyperlink.</p>
<p>Here&#8217;s a trick to get around this:</p>
<blockquote><p><a href="file://\\server\share">\\server\share</a> name with space</p>
</blockquote>
<p>See the hyperlink only grabs up to the first space?</p>
<p>OK, here&#8217;s the trick:&nbsp; Put a Greater-Than and Less-Than sign on either end of the UNC path:&nbsp; &lt;&nbsp;&nbsp; &gt;</p>
<blockquote><p>&lt;\\server\share name with space&gt;</p>
</blockquote>
<p>and once you press enter, it will look like this:</p>
<blockquote><p><a href="file://\\server\share name with space">\\server\share name with space</a></p>
</blockquote>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/how-to/use-excel-to-create-easy-batch-jobs' rel='bookmark' title='Use Excel to create easy batch jobs'>Use Excel to create easy batch jobs</a></li>
<li><a href='http://everydaynerd.com/microsoft/windows/home-server/windows-home-server' rel='bookmark' title='Windows Home Server'>Windows Home Server</a></li>
<li><a href='http://everydaynerd.com/microsoft/easy-way-create-windows-7-bootable-usb-drive' rel='bookmark' title='Easy way create Windows 7 Bootable USB drive'>Easy way create Windows 7 Bootable USB drive</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/easy-hyperlink-trick-for-windows-even-if-it-has-a-space-in-the-unc-path/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>By Request: How to Backup all My Pictures?</title>
		<link>http://everydaynerd.com/general/by-request-how-to-backup-all-my-pictures</link>
		<comments>http://everydaynerd.com/general/by-request-how-to-backup-all-my-pictures#comments</comments>
		<pubDate>Wed, 24 Sep 2008 18:46:57 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[By Request]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Picasa]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/general/by-request-how-to-backup-all-my-pictures</guid>
		<description><![CDATA[Thanks KF for asking a great question, and something that almost everyone with a digital camera is going to ask at some point in time! There are several ways to backup items on your computer; burning files to DVD (See &#8230; <a class="more-link" href="http://everydaynerd.com/general/by-request-how-to-backup-all-my-pictures">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/google/backup-pictures-using-picasa-get-free-eye-fi-card' rel='bookmark' title='Backup Pictures Using Picasa &#8211; Get Free Eye-Fi Card!'>Backup Pictures Using Picasa &#8211; Get Free Eye-Fi Card!</a></li>
<li><a href='http://everydaynerd.com/how-to/new-how-to-posted' rel='bookmark' title='New &ldquo;How To&rdquo; posted'>New &ldquo;How To&rdquo; posted</a></li>
<li><a href='http://everydaynerd.com/software/backup/spideroak-secure-easy-online-backupsharesync-software' rel='bookmark' title='SpiderOak &#8211; Secure, Easy, Online Backup/Share/Sync Software'>SpiderOak &#8211; Secure, Easy, Online Backup/Share/Sync Software</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="119" alt="image" src="http://everydaynerd.com/wp-content/uploads/2008/09/image44.png" width="99" border="0"> </p>
<p>Thanks <strong>KF</strong> for asking a great question, and something that almost everyone with a digital camera is going to ask at some point in time!</p>
<p>There are several ways to backup items on your computer; burning files to DVD (<a href="http://everydaynerd.com/software/free/software-i-like-infrarecorder" target="_blank">See Infra Recorder</a>), using online backup services such as <a href="https://mozy.com/?code=JYR3CH" target="_blank">Mozy</a>, or as simple as taking your flash memory to any photo processing location, and letting them archive the pictures to CD/DVD.&nbsp; </p>
<p>But in this case, when talking specifically about pictures, I only have one way that I will back them up:&nbsp; <a href="http://everydaynerd.com/?s=Picasa" target="_blank">Picasa</a>! </p>
<p>That&#8217;s right, you read that right, <a href="http://everydaynerd.com/?s=Picasa" target="_blank">Picasa</a>!&nbsp; I&#8217;ve told you before about how much I love Picasa, <a href="http://everydaynerd.com/google/picasa-3-wow" target="_blank">especially Picasa 3</a>!&nbsp; Well, now, here&#8217;s one more reason to love it even more!</p>
<p>Open Picasa, and go to Tools, Backup Pictures.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/09/image45.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="345" alt="image" src="http://everydaynerd.com/wp-content/uploads/2008/09/image-thumb25.png" width="473" border="0"></a> </p>
<p>At the bottom of Picasa, the Backup steps (all two of them) appear:</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/09/image46.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="110" alt="image" src="http://everydaynerd.com/wp-content/uploads/2008/09/image-thumb26.png" width="468" border="0"></a> </p>
<p>First, either accept the default backup set name, or create/edit the set in Step 1.&nbsp; The set can be customized to backup to DVD, or to a drive (good if you are backing up to an external Hard Drive, or network drive), as well as choosing All file types, All Pictures, or only JPEG with Camera Information.&nbsp; I go with the default, because I want my movies backed up as well (I have Picasa &#8220;watch&#8221; my home movies folder as well).</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/09/image47.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="210" alt="image" src="http://everydaynerd.com/wp-content/uploads/2008/09/image-thumb27.png" width="244" border="0"></a> </p>
<p>If this is your first time backing up your pictures, you will want to choose &#8220;Select All&#8221; in step 2, otherwise, Picasa will automatically select all the pictures that have not been backed up since your last backup.</p>
<p>Also, if you wish, you can manually select the folders that you want to backup.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/09/image48.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="352" alt="image" src="http://everydaynerd.com/wp-content/uploads/2008/09/image-thumb28.png" width="480" border="0"></a> </p>
<p>If you have a lot of pictures, it may take a couple of DVD&#8217;s to backup, but trust me, it&#8217;s a LOT better to have a backup of those precious memories, than your hard drive going &#8220;clack clack clack&#8221; with the only copy of your pictures on it&#8230;&nbsp; </p>
<p>Restoring from the Picasa DVD Backups is just as easy as the backup process.&nbsp; Simply insert the DVD, let the auto-play run, and a nice restore wizard asks you if you want to restore to the original location, or a new one.&nbsp; Easy as pie!</p>
<p><strong><font color="#ff0000"></font></strong>&nbsp;</p>
<p><strong><font color="#ff0000">REMEMBER:&nbsp; ALL HARD DRIVES GO BAD!&nbsp; It&#8217;s a matter of when &#8211; not if!</font></strong></p>
<p>Backup often, cry less&#8230; <img src='http://everydaynerd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p><img src="http://everydaynerd.com/images/download.jpg"> <a href="http://picasa.google.com/"><strong>Download Picasa 3</strong></a></p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/google/backup-pictures-using-picasa-get-free-eye-fi-card' rel='bookmark' title='Backup Pictures Using Picasa &#8211; Get Free Eye-Fi Card!'>Backup Pictures Using Picasa &#8211; Get Free Eye-Fi Card!</a></li>
<li><a href='http://everydaynerd.com/how-to/new-how-to-posted' rel='bookmark' title='New &ldquo;How To&rdquo; posted'>New &ldquo;How To&rdquo; posted</a></li>
<li><a href='http://everydaynerd.com/software/backup/spideroak-secure-easy-online-backupsharesync-software' rel='bookmark' title='SpiderOak &#8211; Secure, Easy, Online Backup/Share/Sync Software'>SpiderOak &#8211; Secure, Easy, Online Backup/Share/Sync Software</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/general/by-request-how-to-backup-all-my-pictures/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>By Request:  Cleaning your Registry &#8211; How and Why?</title>
		<link>http://everydaynerd.com/general/by-request-cleaning-your-registry-how-and-why</link>
		<comments>http://everydaynerd.com/general/by-request-cleaning-your-registry-how-and-why#comments</comments>
		<pubDate>Thu, 11 Sep 2008 05:17:43 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[By Request]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/software/free/by-request-cleaning-your-registry-how-and-why</guid>
		<description><![CDATA[The Windows Registry.  Most people cringe when they hear this, or are afraid of even messing with it, until they see that ad on the Internet claiming that their computer is slow, and they need to buy their registry cleaner!  &#8230; <a class="more-link" href="http://everydaynerd.com/general/by-request-cleaning-your-registry-how-and-why">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/general/by-request-how-to-backup-all-my-pictures' rel='bookmark' title='By Request: How to Backup all My Pictures?'>By Request: How to Backup all My Pictures?</a></li>
<li><a href='http://everydaynerd.com/how-to/tame-vista-uac-to-be-less-annoying' rel='bookmark' title='Tame Vista UAC to be less annoying'>Tame Vista UAC to be less annoying</a></li>
<li><a href='http://everydaynerd.com/software/free/software-system-information-for-windows' rel='bookmark' title='Software &#8211; System Information for Windows'>Software &#8211; System Information for Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" src="http://everydaynerd.com/wp-content/uploads/2008/09/regedit.png" border="0" alt="regedit" width="100" height="100" align="left" /> The Windows Registry.  Most people cringe when they hear this, or are afraid of even messing with it, until they see that ad on the Internet claiming that their computer is slow, and they need to buy their registry cleaner!  Heck yeah!  Whip out your Credit Card, and fire that bad boy up right?  Well&#8230;.</p>
<p>The Registry is basically a database, holding information for the entire operating system, it&#8217;s programs, and settings.  If you were to look at any given registry, it would be hundreds of thousands of lines long (mine is 1.9 million lines long in Vista Ultimate).  With this in mind, even a 100 or so keys in the registry that are &#8220;dirty&#8221; are not going to slow your computer down in a noticeable manner.  Now that being said, if you have a corrupt key for an application, it may cause issues with that particular application, for sure, but a registry cleaner isn&#8217;t going to fix those issues!</p>
<p>So, is cleaning out your registry going to speed up your computer?  Doubt it.  Should you clean your registry anyway?  Yes, but don&#8217;t stop there!</p>
<p>What do I use to clean my registry?  CCleaner.  It&#8217;s a free, easy to use, and very good system cleaner.  Not only does it clean your registry, it will also clean up browser, application, temp, and java junk files, and even comes with an application remover &#8211; it&#8217;s faster than using the one in Add/Remove Programs!  Using CCleaner on your system can definitely speed up a sluggish computer.</p>
<p>How often should you run CCleaner?  That is entirely up to you.  I usually run it about once a month.  Some people run it daily, and others weekly.  This part is entirely up to you, but I wouldn&#8217;t go over a month between cleanings.</p>
<p>One thing to remember when cleaning the registry; make sure to ALWAYS make a backup!  CCleaner prompts you to do so, before making any changes to the registry.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/09/image32.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" src="http://everydaynerd.com/wp-content/uploads/2008/09/image-thumb20.png" border="0" alt="image" width="388" height="294" /></a></p>
<p>My only gripe with CCleaner, is during the install, it wants to install the Yahoo! toolbar.  I HATE installers that always want to throw toolbars in my browser!!!!</p>
<p><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" src="http://everydaynerd.com/wp-content/uploads/2008/09/image33.png" border="0" alt="image" width="369" height="44" /></p>
<p>Coming soon, I&#8217;ll be adding some more system optimizations for your PC, so stay tuned!</p>
<p>Thanks E. B. for the Request!</p>
<p><img src="http://everydaynerd.com/images/download.jpg" alt="" /> <a href="http://www.ccleaner.com/" target="_blank">Download CCleaner</a></p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/general/by-request-how-to-backup-all-my-pictures' rel='bookmark' title='By Request: How to Backup all My Pictures?'>By Request: How to Backup all My Pictures?</a></li>
<li><a href='http://everydaynerd.com/how-to/tame-vista-uac-to-be-less-annoying' rel='bookmark' title='Tame Vista UAC to be less annoying'>Tame Vista UAC to be less annoying</a></li>
<li><a href='http://everydaynerd.com/software/free/software-system-information-for-windows' rel='bookmark' title='Software &#8211; System Information for Windows'>Software &#8211; System Information for Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/general/by-request-cleaning-your-registry-how-and-why/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software I Like:  InfraRecorder</title>
		<link>http://everydaynerd.com/software/free/software-i-like-infrarecorder</link>
		<comments>http://everydaynerd.com/software/free/software-i-like-infrarecorder#comments</comments>
		<pubDate>Tue, 26 Aug 2008 14:07:48 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software I Like]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/software/free/software-i-like-infrarecorder</guid>
		<description><![CDATA[Everyone needs a good CD/DVD burning program, but nobody really wants to pay a really good one like Nero!  Don&#8217;t get me wrong, Nero is a great program, but if you just need a burning application, no frills, just does &#8230; <a class="more-link" href="http://everydaynerd.com/software/free/software-i-like-infrarecorder">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/hardware/dvd/free-dvd-software-from-winx' rel='bookmark' title='Free DVD Software from WinX'>Free DVD Software from WinX</a></li>
<li><a href='http://everydaynerd.com/software/free/software-i-like-virtual-clonedrive' rel='bookmark' title='Software I Like:  Virtual CloneDrive'>Software I Like:  Virtual CloneDrive</a></li>
<li><a href='http://everydaynerd.com/software/free/software-system-information-for-windows' rel='bookmark' title='Software &#8211; System Information for Windows'>Software &#8211; System Information for Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://infrarecorder.sourceforge.net/" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://everydaynerd.com/wp-content/uploads/2008/08/image9.png" border="0" alt="image" width="484" height="149" /></a></p>
<p>Everyone needs a good CD/DVD burning program, but nobody really wants to pay a really good one like Nero!  Don&#8217;t get me wrong, Nero is a great program, but if you just need a burning application, no frills, just does the job, then <a href="http://infrarecorder.sourceforge.net/" target="_blank">InfraRecorder</a> is the one for you!</p>
<p><a href="http://infrarecorder.sourceforge.net/" target="_blank">InfraRecorder</a> has all of the best features of any retail burning app, but with the sweet price of free!</p>
<ul>
<li>Create custom data, audio and mixed-mode projects and record them to physical discs as well as disc images.</li>
<li>Supports recording to dual-layer DVDs.</li>
<li>Blank (erase) rewritable discs using four different methods.</li>
<li>Record disc images (ISO and BIN/CUE).</li>
<li>Fixate discs (write lead-out information to prevent further data from being added to the disc).</li>
<li>Scan the <acronym>SCSI</acronym>/IDE bus for devices and collect information about their capabilities.</li>
<li>Create disc copies, on the fly and using a temporary disc image.</li>
<li>Import session data from multi-session discs and add more sessions to them.</li>
<li>Display disc information.</li>
<li>Save audio and data tracks to files (.wav, .wma, .ogg, .mp3 and .iso).</li>
</ul>
<p>This is a great product, and have never had an issue while using it!  I give it two thumbs up for sure!</p>
<p><a href="http://infrarecorder.sourceforge.net/?page_id=5" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://everydaynerd.com/wp-content/uploads/2008/08/download4.jpg" border="0" alt="download" width="35" height="36" /></a> <a href="http://infrarecorder.sourceforge.net/?page_id=5" target="_blank">Download InfraRecorder</a></p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/hardware/dvd/free-dvd-software-from-winx' rel='bookmark' title='Free DVD Software from WinX'>Free DVD Software from WinX</a></li>
<li><a href='http://everydaynerd.com/software/free/software-i-like-virtual-clonedrive' rel='bookmark' title='Software I Like:  Virtual CloneDrive'>Software I Like:  Virtual CloneDrive</a></li>
<li><a href='http://everydaynerd.com/software/free/software-system-information-for-windows' rel='bookmark' title='Software &#8211; System Information for Windows'>Software &#8211; System Information for Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/software/free/software-i-like-infrarecorder/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Software I Like:  Virtual CloneDrive</title>
		<link>http://everydaynerd.com/software/free/software-i-like-virtual-clonedrive</link>
		<comments>http://everydaynerd.com/software/free/software-i-like-virtual-clonedrive#comments</comments>
		<pubDate>Thu, 21 Aug 2008 20:18:43 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software I Like]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[CloneDrive]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/software/free/software-i-like-virtual-clonedrive</guid>
		<description><![CDATA[If you are a good nerd, you&#8217;ve downloaded some sort of CD / DVD image file, in in number of formats: .iso .bin .cue, and several other types.  There are many ways to access these files, like burning them (as &#8230; <a class="more-link" href="http://everydaynerd.com/software/free/software-i-like-virtual-clonedrive">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/launch-virtual-pc-without-console-window' rel='bookmark' title='Launch Virtual PC (without console window)'>Launch Virtual PC (without console window)</a></li>
<li><a href='http://everydaynerd.com/hardware/dvd/free-dvd-software-from-winx' rel='bookmark' title='Free DVD Software from WinX'>Free DVD Software from WinX</a></li>
<li><a href='http://everydaynerd.com/microsoft/windows-7-gets-xp-virtual-mode' rel='bookmark' title='Windows 7 gets XP virtual mode'>Windows 7 gets XP virtual mode</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.elby.ch/fun/software/" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://everydaynerd.com/wp-content/uploads/2008/08/image5.png" border="0" alt="image" width="169" height="219" /></a></p>
<p>If you are a good nerd, you&#8217;ve downloaded some sort of CD / DVD image file, in in number of formats: .iso .bin .cue, and several other types.  There are many ways to access these files, like burning them (as intended I suppose) or mounting them with a virtual device.  I used to use Daemon Tools for everything, but I ran across <a href="http://www.elby.ch/fun/software/" target="_blank">Elby&#8217;s Virtual Clone Drive</a>.</p>
<p>One of the coolest thing is that you can right click on the virtual CD/DVD drive, and choose to Mount or Unmount.  Nothing runs in the tray, and I didn&#8217;t even have to restart my machine after installing!</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/08/image6.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://everydaynerd.com/wp-content/uploads/2008/08/image-thumb2.png" border="0" alt="image" width="425" height="72" /></a></p>
<p><a href="http://www.elby.ch/fun/software/" target="_blank">Virtual CloneDrive</a> is a free product from <a href="http://www.elby.ch/" target="_blank">Elby</a>, a company that offers cloning software.</p>
<p><a href="http://www.elby.ch/fun/software/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://everydaynerd.com/wp-content/uploads/2008/08/download1.jpg" border="0" alt="download" width="35" height="36" /></a> <a href="http://www.elby.ch/fun/software/" target="_blank">Download Virtual CloneDrive Here</a></p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/launch-virtual-pc-without-console-window' rel='bookmark' title='Launch Virtual PC (without console window)'>Launch Virtual PC (without console window)</a></li>
<li><a href='http://everydaynerd.com/hardware/dvd/free-dvd-software-from-winx' rel='bookmark' title='Free DVD Software from WinX'>Free DVD Software from WinX</a></li>
<li><a href='http://everydaynerd.com/microsoft/windows-7-gets-xp-virtual-mode' rel='bookmark' title='Windows 7 gets XP virtual mode'>Windows 7 gets XP virtual mode</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/software/free/software-i-like-virtual-clonedrive/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tame Vista UAC to be less annoying</title>
		<link>http://everydaynerd.com/how-to/tame-vista-uac-to-be-less-annoying</link>
		<comments>http://everydaynerd.com/how-to/tame-vista-uac-to-be-less-annoying#comments</comments>
		<pubDate>Mon, 16 Jun 2008 14:02:03 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/?p=325</guid>
		<description><![CDATA[UAC is a great security enhancement to Windows Vista (over XP) but you know, it can be rather annoying too!  As an administrator, I use certain programs that require me to &#8220;Run as Administrator&#8221; &#8211; such as command prompt, computer &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/tame-vista-uac-to-be-less-annoying">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/software/free/replace-vistas-annoying-uac-with-norton-uac-beta' rel='bookmark' title='Replace Vista&#8217;s Annoying UAC with Norton UAC (Beta)'>Replace Vista&#8217;s Annoying UAC with Norton UAC (Beta)</a></li>
<li><a href='http://everydaynerd.com/security/elevator-windows-vista-permissions' rel='bookmark' title='Elevator (Windows Vista Permissions)'>Elevator (Windows Vista Permissions)</a></li>
<li><a href='http://everydaynerd.com/how-to/tip/edit-file-types-in-windows-vista' rel='bookmark' title='Edit File Types in Windows Vista'>Edit File Types in Windows Vista</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>UAC is a great security enhancement to Windows Vista (over XP) but you know, it can be rather annoying too!  As an administrator, I use certain programs that require me to &#8220;Run as Administrator&#8221; &#8211; such as command prompt, computer management, and others.  Thanks to the <a href="http://www.howtogeek.com" target="_blank">HowToGeek</a>, here are 4 ways to make your vista experience better&#8230;</p>
<p><em>**Note:  Disabling and/or modifying UAC may put your system at risk.  To be the most secure, leave UAC at default settings.</em></p>
<p> <strong>1:  Disable UAC completely via Command line:</strong></p>
<h5>Disable UAC:</h5>
<blockquote><p>C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f</p></blockquote>
<h5>Enable UAC:</h5>
<blockquote><p>C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f</p></blockquote>
<p><strong>2:  Disable for Administrators Only</strong></p>
<p>To configure this setting on Windows Vista Business and Ultimate, you can use the Local Security Policy configuration. Just type in <em>secpol.msc</em> into the Start menu search box and hit enter.</p>
<p>Now browse down to Local Policies \ Security Options</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/06/image24.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://everydaynerd.com/wp-content/uploads/2008/06/image-thumb24.png" border="0" alt="image" width="502" height="197" align="left" /></a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Find the following in the list: &#8220;User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode&#8221; and double-click on it.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/06/image2.png"><img src="http://everydaynerd.com/wp-content/uploads/2008/06/image-thumb2.png" border="0" alt="image" width="79" height="94" /></a></p>
<p> Change the setting to &#8220;Elevate without prompting&#8221;. You should be all done.</p>
<p>&lt;&lt; <a href="http://everydaynerd.com/files/DisableUACforAdmin.zip">Download Registry Tweak</a> &gt;&gt;</p>
<p><strong>3:  Disable Screen Dimming</strong></p>
<p>UAC itself is a good thing &#8211; but on some video cards, it seems to take forever for the screen dimming to pop, and prompt you.  So, this is my personal favorite &#8211; keep the security, but get rid of the dimming:</p>
<p>&lt;&lt; <a href="http://everydaynerd.com/files/DisableSecureDesktop.zip">Download Registry Tweak</a> &gt;&gt;</p>
<p><strong>4:  Create Specific shortcuts that don&#8217;t prompt for UAC</strong></p>
<p>This is quite a nice little trick.  You want UAC, you want Desktop Dimming, but you just have one program that  you run all the time that you don&#8217;t want to prompt you for UAC.  This is for you&#8230;</p>
<p>  </p>
<p><span id="more-325"></span></p>
<p>Open up Task Scheduler (Start, Search box, type <em>task)</em>, and then on the right-hand side click the &#8220;Create Task&#8221; link:</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/06/image14.png"><img src="http://everydaynerd.com/wp-content/uploads/2008/06/image-thumb14.png" border="0" alt="image" width="102" height="94" align="left" /></a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Enter a name for the task, and check the box for &#8220;Run with highest privileges&#8221;</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/06/image15.png"><img src="http://everydaynerd.com/wp-content/uploads/2008/06/image-thumb15.png" border="0" alt="image" width="125" height="94" align="left" /></a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Click the Actions tab, choose New, and enter the path to the program you want to run.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/06/image16.png"><img src="http://everydaynerd.com/wp-content/uploads/2008/06/image-thumb16.png" border="0" alt="image" width="132" height="94" align="left" /></a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Choose OK button to close.  Right click the task, and choose &#8220;Run&#8221; &#8211; just to make sure that you have done it correctly, and it doesn&#8217;t prompt for UAC.</p>
<p><strong>Create the Shortcut to Start the Task</strong></p>
<p>Right-click anywhere on the desktop and choose New, Shortcut</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/06/image18.png"><img src="http://everydaynerd.com/wp-content/uploads/2008/06/image-thumb18.png" border="0" alt="image" width="240" height="56" align="left" /></a></p>
<p> </p>
<p> </p>
<p> Enter the following:   schtasks /run /tn &#8220;TASKNAMEINQUOTES&#8221; </p>
<p>As you can see, I used <em>Command Prompt</em> as the name for the task.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/06/image19.png"><img src="http://everydaynerd.com/wp-content/uploads/2008/06/image-thumb19.png" border="0" alt="image" width="134" height="94" align="left" /></a> </p>
<p> </p>
<p> </p>
<p> Give your shortcut a meaningful name, and then click next to finish.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/06/image20.png"><img src="http://everydaynerd.com/wp-content/uploads/2008/06/image-thumb20.png" border="0" alt="image" width="134" height="94" align="left" /></a></p>
<p> </p>
<p> </p>
<p> </p>
<p> You now have a shortcut that will launch your application in administrator mode without prompting you for UAC!</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/06/image21.png"><img src="http://everydaynerd.com/wp-content/uploads/2008/06/image-thumb21.png" border="0" alt="image" width="78" height="94" align="left" /></a></p>
<p> </p>
<p> </p>
<p> </p>
<p>I&#8217;m a bit anal, and don&#8217;t like that generic icon, so right click on the shortcut, choose properties, and then Change Icon.  Also, change the Run drop-down to &#8220;Minimized&#8221; (to hide the schtasks command line utility).</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/06/image22.png"><img src="http://everydaynerd.com/wp-content/uploads/2008/06/image-thumb22.png" border="0" alt="image" width="71" height="94" align="left" /></a></p>
<p> </p>
<p> </p>
<p> </p>
<p>The simplest thing to do is just browse down to the application that you are opening with the shortcut… and you should see the icons for the application itself.</p>
<p><a href="http://everydaynerd.com/wp-content/uploads/2008/06/image23.png"><img src="http://everydaynerd.com/wp-content/uploads/2008/06/image-thumb23.png" border="0" alt="image" width="64" height="94" align="left" /></a></p>
<p> </p>
<p> </p>
<p> </p>
<p>So now you have a nice looking icon that launches an application in Administrator mode… with no prompts whatsoever.</p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/software/free/replace-vistas-annoying-uac-with-norton-uac-beta' rel='bookmark' title='Replace Vista&#8217;s Annoying UAC with Norton UAC (Beta)'>Replace Vista&#8217;s Annoying UAC with Norton UAC (Beta)</a></li>
<li><a href='http://everydaynerd.com/security/elevator-windows-vista-permissions' rel='bookmark' title='Elevator (Windows Vista Permissions)'>Elevator (Windows Vista Permissions)</a></li>
<li><a href='http://everydaynerd.com/how-to/tip/edit-file-types-in-windows-vista' rel='bookmark' title='Edit File Types in Windows Vista'>Edit File Types in Windows Vista</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/tame-vista-uac-to-be-less-annoying/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Vista&#8217;s Administrator Account</title>
		<link>http://everydaynerd.com/how-to/enable-vistas-administrator-account</link>
		<comments>http://everydaynerd.com/how-to/enable-vistas-administrator-account#comments</comments>
		<pubDate>Fri, 11 Jan 2008 21:00:49 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/how-to/enable-vistas-administrator-account</guid>
		<description><![CDATA[Source: [Lifehacker] &#160; For the average Windows Vista session, the &#34;Needs your permission to continue&#34; prompts are just momentary, occasional annoyances which can be disabled or by-passed. But if you&#8217;re planning to do a lot of tweaking or installations, having &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/enable-vistas-administrator-account">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/google/setup-gmail-to-send-receive-your-livehotmail-account' rel='bookmark' title='Setup Gmail to Send &amp; Receive your Live/Hotmail Account'>Setup Gmail to Send &amp; Receive your Live/Hotmail Account</a></li>
<li><a href='http://everydaynerd.com/apple/iphone/enable-mms-now-on-your-iphone' rel='bookmark' title='Enable MMS now on your iPhone'>Enable MMS now on your iPhone</a></li>
<li><a href='http://everydaynerd.com/how-to/tame-vista-uac-to-be-less-annoying' rel='bookmark' title='Tame Vista UAC to be less annoying'>Tame Vista UAC to be less annoying</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Source: [<a href="http://lifehacker.com/341521/enable-vistas-administrator-account" target="_blank">Lifehacker</a>]</p>
<p>&#160;</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 0px 0px; border-right-width: 0px" height="111" alt="image" src="http://everydaynerd.com/wp-content/uploads/2008/01/image1.png" width="183" align="left" border="0" /> For the average Windows Vista session, the &quot;Needs your permission to continue&quot; prompts are just momentary, occasional annoyances which can be <a href="http://lifehacker.com/software/vista/windows-vista-tip--disable-annoying-need-your-permission-to-continue-prompts-230866.php">disabled</a> or <a href="http://lifehacker.com/341521/%5Chttp://lifehacker.com/software/windows-vista-tip/the-fastest-way-to-launch-programs-with-elevated-credentials-292948.php">by-passed</a>. But if you&#8217;re planning to do a lot of tweaking or installations, having a dedicated Administrator account&#8212;like the kind available in XP&#8212;can be mighty helpful. The How-To Geek blog shows how to enable (and disable) the account from the log-in screen:</p>
<blockquote><ul>
<li>First you&#8217;ll need to open a command prompt in administrator mode by right-clicking and choosing &quot;Run as administrator&quot; </li>
<li>Now type the following command:        <br /><code>net user administrator /active:yes</code> </li>
</ul>
</blockquote>
<p> Log out and you should see an &quot;Administrator&quot; account available. Un-doing the tweak requires running nearly the same command, but with <code>/active:no</code> at the end. Like the Geek, we&#8217;ll note here that only experienced users who know exactly what they&#8217;re doing should use this type of account, and that Microsoft obviously doesn&#8217;t want you to do this as a normal thing. All the same, it could be a boon for easier troubleshooting.</p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/google/setup-gmail-to-send-receive-your-livehotmail-account' rel='bookmark' title='Setup Gmail to Send &amp; Receive your Live/Hotmail Account'>Setup Gmail to Send &amp; Receive your Live/Hotmail Account</a></li>
<li><a href='http://everydaynerd.com/apple/iphone/enable-mms-now-on-your-iphone' rel='bookmark' title='Enable MMS now on your iPhone'>Enable MMS now on your iPhone</a></li>
<li><a href='http://everydaynerd.com/how-to/tame-vista-uac-to-be-less-annoying' rel='bookmark' title='Tame Vista UAC to be less annoying'>Tame Vista UAC to be less annoying</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/enable-vistas-administrator-account/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Uninstall software that doesn&#8217;t give you the option</title>
		<link>http://everydaynerd.com/how-to/tip/tip-uninstall-software-that-doesnt-give-you-the-option</link>
		<comments>http://everydaynerd.com/how-to/tip/tip-uninstall-software-that-doesnt-give-you-the-option#comments</comments>
		<pubDate>Wed, 02 Jan 2008 16:01:00 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[Tip]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/general/tip-uninstall-software-that-doesnt-give-you-the-option</guid>
		<description><![CDATA[Have you ever had software that shows up in Add/Remove Programs, but doesn&#8217;t have the Remove/Uninstall button?&#160; I recently had a program (a custom repack of WinZip) that only had the Repair option.&#160; Well, I use WinRAR exclusively,&#160; so I &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/tip/tip-uninstall-software-that-doesnt-give-you-the-option">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/windows/7/uninstall-ie-9-beta-on-windows-7' rel='bookmark' title='Uninstall IE 9 Beta on Windows 7'>Uninstall IE 9 Beta on Windows 7</a></li>
<li><a href='http://everydaynerd.com/hardware/dvd/free-dvd-software-from-winx' rel='bookmark' title='Free DVD Software from WinX'>Free DVD Software from WinX</a></li>
<li><a href='http://everydaynerd.com/software/free/software-i-like-virtual-clonedrive' rel='bookmark' title='Software I Like:  Virtual CloneDrive'>Software I Like:  Virtual CloneDrive</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Have you ever had software that shows up in Add/Remove Programs, but doesn&#8217;t have the Remove/Uninstall button?&#160; </p>
<p><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="342" alt="image" src="http://everydaynerd.com/wp-content/plugins/hot-linked-image-cacher/upload/lh5.google.com/burgessfam.com/R3u1TrOJenI/AAAAAAAABvk/_J5rERAEMRA/image%5B3%5D?imgmax=800" width="400" border="0" /></p>
<p>I recently had a program (a custom repack of WinZip) that only had the Repair option.&#160; Well, I use WinRAR exclusively,&#160; so I wanted to remove it.</p>
<p>To fix this open Regedit (Start, run Regedit), and navigate to HKLM\Software\Microsoft\CurrentVersion\Uninstall\</p>
<p>From here, you can either go through each sub-folder, looking for the software in question, or highlight Uninstall, go to Edit, Find and type the name of software you are looking for.</p>
<p>Once you find it, look for two keys:&#160; <strong>NoModify</strong> &amp; <strong>NoRemove</strong> &#8211; they are pretty self explanatory as to what each key does.&#160; Change the key value from a 1 to a 0 (zero) to deactivate the key.</p>
<p><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="42" alt="image" src="http://everydaynerd.com/wp-content/plugins/hot-linked-image-cacher/upload/lh5.google.com/burgessfam.com/R3u1ULOJeoI/AAAAAAAABvs/h0xJ5MXqtqE/image%5B7%5D?imgmax=800" width="336" border="0" /> </p>
<p><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="42" alt="image" src="http://everydaynerd.com/wp-content/plugins/hot-linked-image-cacher/upload/lh5.google.com/burgessfam.com/R3u1UrOJepI/AAAAAAAABv0/IQMW56brwTc/image%5B11%5D?imgmax=800" width="337" border="0" /> </p>
<p>Next, open Add/Remove Programs again, and you will see the Uninstall button now!</p>
<p><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="227" alt="image" src="http://everydaynerd.com/wp-content/plugins/hot-linked-image-cacher/upload/lh5.google.com/burgessfam.com/R3u1VbOJeqI/AAAAAAAABv8/5qBgZUsSIwo/image%5B21%5D?imgmax=800" width="429" border="0" /> </p>
<p>This works for Windows XP / Vista (Probably 2000 as well, but not tested)</p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/windows/7/uninstall-ie-9-beta-on-windows-7' rel='bookmark' title='Uninstall IE 9 Beta on Windows 7'>Uninstall IE 9 Beta on Windows 7</a></li>
<li><a href='http://everydaynerd.com/hardware/dvd/free-dvd-software-from-winx' rel='bookmark' title='Free DVD Software from WinX'>Free DVD Software from WinX</a></li>
<li><a href='http://everydaynerd.com/software/free/software-i-like-virtual-clonedrive' rel='bookmark' title='Software I Like:  Virtual CloneDrive'>Software I Like:  Virtual CloneDrive</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/tip/tip-uninstall-software-that-doesnt-give-you-the-option/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow Terminal Session from Vista to 2003 R2 &#8211; Fixed</title>
		<link>http://everydaynerd.com/how-to/fix/slow-terminal-session-from-vista-to-2003-r2-fixed</link>
		<comments>http://everydaynerd.com/how-to/fix/slow-terminal-session-from-vista-to-2003-r2-fixed#comments</comments>
		<pubDate>Thu, 13 Dec 2007 20:01:00 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[Fix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/general/slow-terminal-session-from-vista-to-2003-r2-fixed</guid>
		<description><![CDATA[I regularly remote administer servers, most of which are Windows Server 2003 R2.&#160; I starting having an issue a few weeks ago when connecting to certain servers that the mouse response was extremely slow.&#160; The keyboard function was fine.&#160; I &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/fix/slow-terminal-session-from-vista-to-2003-r2-fixed">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/windows-7-slow-remote-desktop-rdp-fix' rel='bookmark' title='Windows 7 Slow Remote Desktop (RDP) fix'>Windows 7 Slow Remote Desktop (RDP) fix</a></li>
<li><a href='http://everydaynerd.com/microsoft/fix-slow-vista-log-on-times' rel='bookmark' title='Fix slow Vista log on times'>Fix slow Vista log on times</a></li>
<li><a href='http://everydaynerd.com/microsoft/command-line-terminal-server-tip' rel='bookmark' title='Command Line &#8211; Terminal Server tip'>Command Line &#8211; Terminal Server tip</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I regularly remote administer servers, most of which are Windows Server 2003 R2.&#160; I starting having an issue a few weeks ago when connecting to certain servers that the mouse response was extremely slow.&#160; The keyboard function was fine.&#160; I had a quick fix &#8211; every time I click the mouse, I would press the Ctrl key, which seemed to speed it up, but was extremely annoying.</p>
<p>Now I have found a fix!</p>
<p>Open a Command prompt as Administrator, and enter this command:</p>
<p><strong>netsh interface tcp set global autotuninglevel=disabled</strong></p>
<p>If you want to to re-enable it:   <br /><strong>netsh interface tcp set global autotuninglevel=normal</strong></p>
<p>This immediately fixed the issue &#8211; no more slow RDP sessions!&#160; Now, back to work&#8230; </p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/windows-7-slow-remote-desktop-rdp-fix' rel='bookmark' title='Windows 7 Slow Remote Desktop (RDP) fix'>Windows 7 Slow Remote Desktop (RDP) fix</a></li>
<li><a href='http://everydaynerd.com/microsoft/fix-slow-vista-log-on-times' rel='bookmark' title='Fix slow Vista log on times'>Fix slow Vista log on times</a></li>
<li><a href='http://everydaynerd.com/microsoft/command-line-terminal-server-tip' rel='bookmark' title='Command Line &#8211; Terminal Server tip'>Command Line &#8211; Terminal Server tip</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/fix/slow-terminal-session-from-vista-to-2003-r2-fixed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Desktop Sidebar Widget</title>
		<link>http://everydaynerd.com/hardware/gadget/remote-desktop-sidebar-widget</link>
		<comments>http://everydaynerd.com/hardware/gadget/remote-desktop-sidebar-widget#comments</comments>
		<pubDate>Fri, 09 Nov 2007 15:50:00 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[Gadget]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/general/remote-desktop-sidebar-widget</guid>
		<description><![CDATA[I like widgets&#8230; One that I use every day, many times a day is the Remote Desktop widget. I love that it has a history, and favorites, as well as an easy console and full screen selection. Go get it &#8230; <a class="more-link" href="http://everydaynerd.com/hardware/gadget/remote-desktop-sidebar-widget">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/windows-7-slow-remote-desktop-rdp-fix' rel='bookmark' title='Windows 7 Slow Remote Desktop (RDP) fix'>Windows 7 Slow Remote Desktop (RDP) fix</a></li>
<li><a href='http://everydaynerd.com/hardware/gadget/finally-microsoft-outlook-2007-sidebar-gadgets' rel='bookmark' title='Finally! Microsoft Outlook 2007 Sidebar Gadgets!'>Finally! Microsoft Outlook 2007 Sidebar Gadgets!</a></li>
<li><a href='http://everydaynerd.com/general/good-deal/win-a-free-zune' rel='bookmark' title='Win a Free Zune!'>Win a Free Zune!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I like widgets&#8230;  One that I use every day, many times a day is the Remote Desktop widget.</p>
<p><img style="border:0 none;" alt="Remote Desktop Sidebar Widget" src="http://everydaynerd.com/wp-content/plugins/hot-linked-image-cacher/upload/lh6.google.com/burgessfam.com/RzSB2xuSlyI/AAAAAAAABp0/Gf6SIlJ-u-s/image%5B7%5D?imgmax=800" border="0" height="244" width="202" /> </p>
<p>I love that it has a history, and favorites, as well as an easy console and full screen selection.</p>
<p><a href="http://gallery.live.com/liveItemDetail.aspx?li=c7f9c661-ed0b-44e9-b69c-c068c52110ab&amp;bt=1&amp;pl=1" target="_blank">Go get it here!</a></p>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/windows-7-slow-remote-desktop-rdp-fix' rel='bookmark' title='Windows 7 Slow Remote Desktop (RDP) fix'>Windows 7 Slow Remote Desktop (RDP) fix</a></li>
<li><a href='http://everydaynerd.com/hardware/gadget/finally-microsoft-outlook-2007-sidebar-gadgets' rel='bookmark' title='Finally! Microsoft Outlook 2007 Sidebar Gadgets!'>Finally! Microsoft Outlook 2007 Sidebar Gadgets!</a></li>
<li><a href='http://everydaynerd.com/general/good-deal/win-a-free-zune' rel='bookmark' title='Win a Free Zune!'>Win a Free Zune!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/hardware/gadget/remote-desktop-sidebar-widget/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edit File Types in Windows Vista</title>
		<link>http://everydaynerd.com/how-to/tip/edit-file-types-in-windows-vista</link>
		<comments>http://everydaynerd.com/how-to/tip/edit-file-types-in-windows-vista#comments</comments>
		<pubDate>Thu, 08 Nov 2007 21:11:00 +0000</pubDate>
		<dc:creator>Nerd</dc:creator>
				<category><![CDATA[Tip]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://everydaynerd.com/general/edit-file-types-in-windows-vista</guid>
		<description><![CDATA[VISTA ONLY Source: annoyances.org &#34;File Type&#34; associations are the links between your documents and the applications that create them. For instance, when you double-click a Microsoft Word Document on your desktop, Windows knows to start Word and instruct it to &#8230; <a class="more-link" href="http://everydaynerd.com/how-to/tip/edit-file-types-in-windows-vista">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/vista-finally-faster-file-copy' rel='bookmark' title='Vista: Finally &#8211; Faster File Copy!'>Vista: Finally &#8211; Faster File Copy!</a></li>
<li><a href='http://everydaynerd.com/security/elevator-windows-vista-permissions' rel='bookmark' title='Elevator (Windows Vista Permissions)'>Elevator (Windows Vista Permissions)</a></li>
<li><a href='http://everydaynerd.com/how-to/disable-group-policy-service-on-windows-vista7' rel='bookmark' title='Disable Group Policy Service on Windows Vista/7'>Disable Group Policy Service on Windows Vista/7</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>VISTA ONLY</p>
<p>Source: <a href="http://www.annoyances.org" target="_blank">annoyances.org</a></p>
<p>&quot;File Type&quot; associations are the links between your documents and the applications that create them. For instance, when you double-click a Microsoft Word Document on your desktop, Windows knows to start Word and instruct it to open the document because of the Microsoft Word Document file type. Likewise, when you click a website link in an email message, Windows knows which browser to open (e.g., Firefox, Internet Explorer) because of the HTTP Protocol file type. </p>
<p>The <b>Folder Options</b> window in Windows Vista is missing the <b>File Types</b> tab found in earlier versions of Windows. So how do you edit file type associations in Windows Vista? </p>
<p>There are three ways: </p>
<p><b>Method #1 (on the fly):</b></p>
<ol>
<li>Right-click a file of the type you want to change, and select <b>Properties</b>. </li>
<li>In the <b>General</b> tab, click the <b>Change</b> button. </li>
<li>Choose a program from the list, or click <b>Browse</b> to select an .EXE file on your hard disk. </li>
</ol>
<p><b>Method #2 (view a list of file types):</b></p>
<ol>
<li>Open <b>Control Panel</b>. </li>
<li>In <i>Control Panel Home</i>, click <b>Programs</b>, and then click <b>Make a file type always open in a specific program</b>.
<p>Or, in the <i>Classic View</i>, open <b>Default Programs</b> and then click <b>Associate a file type or protocol with a program</b>. </p>
</li>
<li>Highlight a file type in the list and click <b>Change Program</b>. </li>
</ol>
<p>Unfortunately, neither method in Vista allows you to choose anything but the default programs, such as the programs listed in your files&#8217; context menus. If you want complete control over your file types, use this tool: </p>
<p><b>Method #3 (File Type Doctor):</b></p>
<ol>
<li>Download and install <a href="http://www.creativelement.com/powertools/">Creative Element Power Tools</a>. </li>
<li>Open the Creative Element Power Tools Control Panel. </li>
<li>Turn on the <b>Edit file type associations</b> option, and click <b>Accept</b>. </li>
<li>Right-click a file of the type you want to change, and select <b>Edit File Type</b> to show this window:       <br /><a href="http://www.creativelement.com/powertools/"><img height="268" alt="File Type Doctor" src="http://everydaynerd.com/wp-content/plugins/hot-linked-image-cacher/upload/creativelement.com/powertools/pictures/167.png" width="388" border="0" /></a></li>
<li>Click <b>Help</b> if you need more information. </li>
</ol>
<p>Related posts:<ol>
<li><a href='http://everydaynerd.com/microsoft/vista-finally-faster-file-copy' rel='bookmark' title='Vista: Finally &#8211; Faster File Copy!'>Vista: Finally &#8211; Faster File Copy!</a></li>
<li><a href='http://everydaynerd.com/security/elevator-windows-vista-permissions' rel='bookmark' title='Elevator (Windows Vista Permissions)'>Elevator (Windows Vista Permissions)</a></li>
<li><a href='http://everydaynerd.com/how-to/disable-group-policy-service-on-windows-vista7' rel='bookmark' title='Disable Group Policy Service on Windows Vista/7'>Disable Group Policy Service on Windows Vista/7</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://everydaynerd.com/how-to/tip/edit-file-types-in-windows-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

