<?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>TomGee.us</title>
	<atom:link href="http://tomgee.us/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://tomgee.us</link>
	<description>Chef Boy-r-Gee&#039;s Om-Nomables (and geek stuff)</description>
	<lastBuildDate>Mon, 06 Sep 2010 16:37:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to add a Windows 7 computer to a Windows Server 2003 Domain</title>
		<link>http://tomgee.us/?p=230</link>
		<comments>http://tomgee.us/?p=230#comments</comments>
		<pubDate>Mon, 06 Sep 2010 16:37:50 +0000</pubDate>
		<dc:creator>Tom Gee</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[03]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Active]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[Add]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[Join]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Win7]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Workstation]]></category>

		<guid isPermaLink="false">http://tomgee.us/?p=230</guid>
		<description><![CDATA[I had a bunch of problems getting this to work, but eventually found the solution; surprisingly, it was very simple. On the machine running Windows 7 (mine was Win7 Professional), change the DNS server (in the Network Connections TCP/IP 4 section) to the IP of the Domain Server (Server 2003 machine) Voila!]]></description>
			<content:encoded><![CDATA[<p>I had a bunch of problems getting this to work, but eventually found the solution; surprisingly, it was very simple.</p>
<p>On the machine running Windows 7 (mine was Win7 Professional), change the DNS server (in the Network Connections TCP/IP 4 section) to the IP of the Domain Server (Server 2003 machine)</p>
<p>Voila!</p>
]]></content:encoded>
			<wfw:commentRss>http://tomgee.us/?feed=rss2&amp;p=230</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7-Zip Command Lines (Windows)</title>
		<link>http://tomgee.us/?p=227</link>
		<comments>http://tomgee.us/?p=227#comments</comments>
		<pubDate>Mon, 09 Aug 2010 17:37:20 +0000</pubDate>
		<dc:creator>Tom Gee</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[7-zip]]></category>
		<category><![CDATA[7zip]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[zip]]></category>
		<category><![CDATA[zips]]></category>

		<guid isPermaLink="false">http://tomgee.us/?p=227</guid>
		<description><![CDATA[To extract all .zip files in the specified directory and make a new folder in the current directory for the extract that has the same name as the .zip file: D:\Unzipped&#62;&#8221;c:\Program Files\7-Zip\7z.exe&#8221; x d:\Zips\*.zip -o* Archive a folder &#8220;C:\Program Files\7-Zip\7z&#8221; a -tzip D:\Zips\Data_20100801.zip D:\Output\Data_20100801]]></description>
			<content:encoded><![CDATA[<p><strong>To extract all .zip files in the specified directory and make a new folder in the current directory for the extract that has the same name as the .zip file:</strong></p>
<div id="_mcePaste">
<ul>
<li>D:\Unzipped&gt;&#8221;c:\Program Files\7-Zip\7z.exe&#8221; x d:\Zips\*.zip -o*</li>
</ul>
</div>
<div id="_mcePaste"><strong>Archive a folder</strong></div>
<div id="_mcePaste">
<ul>
<li>&#8220;C:\Program Files\7-Zip\7z&#8221; a -tzip D:\Zips\Data_20100801.zip D:\Output\Data_20100801</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tomgee.us/?feed=rss2&amp;p=227</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup PC via Batch Script</title>
		<link>http://tomgee.us/?p=210</link>
		<comments>http://tomgee.us/?p=210#comments</comments>
		<pubDate>Sun, 25 Apr 2010 18:50:26 +0000</pubDate>
		<dc:creator>Tom Gee</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[.bat]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tomgee.us/?p=210</guid>
		<description><![CDATA[I made a few small alterations to the script found [http://www.speedguide.net/read_articles.php?id=1547] and use it on a regular basis to backup my Windows 7 PC. The source code is as follows, where F:\Backup is the location on my external drive where I want my files to be copied to: @echo off :: variables set drive=F:\Backup set [...]]]></description>
			<content:encoded><![CDATA[<p>I made a few small alterations to the script found [<a title="http://www.speedguide.net/read_articles.php?id=1547" href="http://www.speedguide.net/read_articles.php?id=1547">http://www.speedguide.net/read_articles.php?id=1547</a>] and use it on a regular basis to backup my Windows 7 PC.</p>
<p>The source code is as follows, where <strong><em>F:\Backup</em><span style="font-weight: normal;"> is the location on my external drive where I want my files to be copied to</span></strong>:</p>
<div id="_mcePaste" style="padding-left: 30px;"><em></p>
<div id="_mcePaste" style="padding-left: 30px;">@echo off</div>
<div id="_mcePaste" style="padding-left: 30px;">:: variables</div>
<div id="_mcePaste" style="padding-left: 30px;">set drive=F:\Backup</div>
<div id="_mcePaste" style="padding-left: 30px;">set backupcmd=xcopy /s /c /d /e /h /i /r /y</div>
<div id="_mcePaste" style="padding-left: 30px;">echo Starting Backup &#8211; %date% %time% &gt;&gt; %drive%\backup.log</div>
<div id="_mcePaste" style="padding-left: 30px;">echo ### Backing up Documents&#8230;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo   Documents &gt;&gt; %drive%\backup.log</div>
<div id="_mcePaste" style="padding-left: 30px;">%backupcmd% &#8220;%USERPROFILE%\Documents&#8221; &#8220;%drive%\Documents&#8221;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo ### Backing up Pictures&#8230;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo   Pictures &gt;&gt; %drive%\backup.log</div>
<div id="_mcePaste" style="padding-left: 30px;">%backupcmd% &#8220;%USERPROFILE%\Pictures&#8221; &#8220;%drive%\Pictures&#8221;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo ### Backing up Desktop&#8230;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo   Desktop &gt;&gt; %drive%\backup.log</div>
<div id="_mcePaste" style="padding-left: 30px;">%backupcmd% &#8220;%USERPROFILE%\Desktop&#8221; &#8220;%drive%\Desktop&#8221;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo ### Backing up Downloads&#8230;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo   Downloads &gt;&gt; %drive%\backup.log</div>
<div id="_mcePaste" style="padding-left: 30px;">%backupcmd% &#8220;%USERPROFILE%\Pictures&#8221; &#8220;%drive%\Downloads&#8221;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo ### Backing up Favorites&#8230;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo   Favorites &gt;&gt; %drive%\backup.log</div>
<div id="_mcePaste" style="padding-left: 30px;">%backupcmd% &#8220;%USERPROFILE%\Favorites&#8221; &#8220;%drive%\Favorites&#8221;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo ### Backing up Music&#8230;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo   Music &gt;&gt; %drive%\backup.log</div>
<div id="_mcePaste" style="padding-left: 30px;">%backupcmd% &#8220;%USERPROFILE%\Music&#8221; &#8220;%drive%\Music&#8221;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo ### Backing up Videos&#8230;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo   Videos &gt;&gt; %drive%\backup.log</div>
<div id="_mcePaste" style="padding-left: 30px;">%backupcmd% &#8220;%USERPROFILE%\Videos&#8221; &#8220;%drive%\Videos&#8221;</div>
<div id="_mcePaste" style="padding-left: 30px;">echo Backup Complete!</div>
<div id="_mcePaste" style="padding-left: 30px;">echo Backup Complete &#8211; %date% %time% &gt;&gt; %drive%\backup.log</div>
<div style="padding-left: 30px;"></div>
<div><span style="font-style: normal;">Click [<a title="http://www.tomgee.us/progz/Backup.bat.zip" href="http://www.tomgee.us/progz/Backup.bat.zip" target="_blank">this link</a>] to download the above batch script and enjoy!</span></div>
<p></em></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tomgee.us/?feed=rss2&amp;p=210</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>reader_s.exe Virus Removal Instructions</title>
		<link>http://tomgee.us/?p=205</link>
		<comments>http://tomgee.us/?p=205#comments</comments>
		<pubDate>Sun, 25 Apr 2010 18:07:28 +0000</pubDate>
		<dc:creator>Tom Gee</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Adapter]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[HE]]></category>
		<category><![CDATA[Home Edition]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[ndis]]></category>
		<category><![CDATA[ndis.sys]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Not]]></category>
		<category><![CDATA[Pro]]></category>
		<category><![CDATA[Professional]]></category>
		<category><![CDATA[reader_s]]></category>
		<category><![CDATA[removal]]></category>
		<category><![CDATA[Scam]]></category>
		<category><![CDATA[Scamware]]></category>
		<category><![CDATA[Scare]]></category>
		<category><![CDATA[Scareware]]></category>
		<category><![CDATA[thumb]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WinXP]]></category>
		<category><![CDATA[Working]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://tomgee.us/?p=205</guid>
		<description><![CDATA[A couple of my clients came to me because their computer seemed to be infected with a virus.  I hear this often and never know what exactly I&#8217;m getting myself into when I arrive to fix the issue.  Recently, &#8220;reader_s.exe&#8221; has been the pain that I have been encountering, but I think that I have [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of my clients came to me because their computer seemed to be infected with a virus.  I hear this often and never know what exactly I&#8217;m getting myself into when I arrive to fix the issue.  Recently, &#8220;reader_s.exe&#8221; has been the pain that I have been encountering, but I think that I have finally figured out how to completely rid the infected machine of the lil bugger.</p>
<p>Symptoms:</p>
<ol>
<li>Internet not working</li>
<li>Constant pop-ups (scareware) indicating that the machine was &#8220;infected&#8221; and prompting the user to pay a certain amount of money to purchase and download their &#8220;antivirus&#8221; software, which was actually a bogus program that simply removed the pop-ups that they, themselves, created.</li>
<li>USB drives not working</li>
</ol>
<p>Resolution:</p>
<ol>
<li>Booted the computer into Safe Mode by pressing the F8 key on the keyboard when the computer is booting up and the Windows XP logo screen appears.  Select Safe Mode from the boot menu and hit Enter.</li>
<li>Once in Safe Mode, delete the <strong><em>Reader_s.exe</em></strong> files from the <strong><em>C:\Windows\System32</em></strong> and <strong><em>C:\Documents and Settings\YourUserName</em></strong> directories</li>
<li>Most essential Windows Services had also been disabled, so I used a &#8220;clean&#8221; XP machine as master list of what needed to be re-enabled.  To re-enable the services:
<ol>
<li>Click on your <strong><em>Start</em></strong> menu and then click on<em><strong> Run</strong></em>.</li>
<li>In the Run box type &#8220;<strong><em>services.msc</em></strong>&#8221; and press <em><strong>OK</strong></em>.</li>
<li>When the Services list appears, open (by double-clicking) each of the below services (if currently &#8220;disabled&#8221;) and changing their <em>Startup type</em> to &#8220;<strong><em>Automatic</em></strong>&#8221; and press OK to save the changes.
<ol>
<li>Automatic Updates</li>
<li>Computer Browser</li>
<li>Cryptographic Services</li>
<li>DCOM Server Process Launcher</li>
<li>DHCP Client</li>
<li>Distributed Link Tracking Client</li>
<li>DNS Client</li>
<li>Error Reporting Service</li>
<li>Event Log</li>
<li>Help and Support</li>
<li>IPSEC Services</li>
<li>Logical Disk Manager</li>
<li>Plug and Play</li>
<li>Print Spooler</li>
<li>Protected Storage</li>
<li>Remote Procedure Call (RPC)</li>
<li>Remote Registry</li>
<li>Secondary Logon</li>
<li>Security Accounts Manager</li>
<li>Security Center</li>
<li>Server</li>
<li>Shell Hardware Detection</li>
<li>System Event Notification</li>
<li>System Restore Service</li>
<li>Task Scheduler</li>
<li>TCP/IP NetBIOS Helper</li>
<li>Themes</li>
<li>WebClient</li>
<li>Windows Audio</li>
<li>Windows Firewall/Internet Connection Sharing (ICS)</li>
<li>Windows Management Instrumentation</li>
<li>Windows Time</li>
<li>Wireless Zero Configuration</li>
</ol>
</li>
</ol>
</li>
<li>Once all of the above Services have have been re-enabled and the &#8220;reader_s.exe&#8221; files deleted, reboot the computer.</li>
<li>You should notice that your machine booted into Windows faster and that you can now plug USB devices and drives into your computer and have them recognized by Windows; this is because the <strong><em>Plug and Play </em></strong>Service was previously disabled.</li>
<li>Your network connections probably don&#8217;t work still, so on another machine, copy this [<strong><em><a title="NDIS.sys" href="http://www.tomgee.us/progz/NDIS.zip" target="_blank">ndis.sys</a></em></strong>] file (copied from my Windows XP SP3 CD) to a thumb drive.</li>
<li>Now, plug the thumb drive into your &#8220;infected&#8221; PC and copy the <strong><em>ndis.sys</em></strong> file from the thumb drive into the <strong>C:\</strong><em><strong>Windows\System32\Drivers</strong></em> folder and overwrite the existing file</li>
<li>Reboot the computer one more time, and the network adapters should all be working!</li>
<li>Have a beer to celebrate that you didn&#8217;t lose all of your files!</li>
</ol>
<p>It&#8217;s scary to think that you might lose all of your files because of a scamware/scareware program, so BACKUP YOUR FILES REGULARLY!  I recommend purchasing an external hard drive and either manually copy your important files to the disk, or setup an automatic backup program on your PC to copy the files for you.  Here is a [<a title="http://tomgee.us/?p=210" href="http://tomgee.us/?p=210" target="_blank">link</a>] to the backup script that I use personally.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomgee.us/?feed=rss2&amp;p=205</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel: Count the number of unique values in list</title>
		<link>http://tomgee.us/?p=202</link>
		<comments>http://tomgee.us/?p=202#comments</comments>
		<pubDate>Mon, 19 Apr 2010 13:56:15 +0000</pubDate>
		<dc:creator>Tom Gee</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Count]]></category>
		<category><![CDATA[Distinct]]></category>
		<category><![CDATA[Duplicate]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sum]]></category>
		<category><![CDATA[Total]]></category>
		<category><![CDATA[Unique]]></category>

		<guid isPermaLink="false">http://tomgee.us/?p=202</guid>
		<description><![CDATA[To count the number of unique or distinct values in a list in Microsoft Excel, use the following formula.  A2:A177 is the range of cells you want to count the unique values in: =SUM(IF(FREQUENCY(A2:A177,A2:A177)&#62;0,1))]]></description>
			<content:encoded><![CDATA[<p>To count the number of unique or distinct values in a list in Microsoft Excel, use the following formula.  <span style="color: #99ccff;"><strong>A2:A177</strong></span> is the range of cells you want to count the unique values in:</p>
<p style="padding-left: 30px;"><strong>=SUM(IF</strong><span style="color: #339966;"><strong>(</strong></span><strong>FREQUENCY</strong><span style="color: #cc99ff;"><strong>(</strong></span><span style="color: #99ccff;"><strong>A2:A177,A2:A177</strong></span><span style="color: #cc99ff;"><strong>)</strong></span><strong>&gt;0,1</strong><span style="color: #339966;"><strong>)</strong></span><strong>)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://tomgee.us/?feed=rss2&amp;p=202</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twice baked potatoes on the grill</title>
		<link>http://tomgee.us/?p=197</link>
		<comments>http://tomgee.us/?p=197#comments</comments>
		<pubDate>Fri, 16 Apr 2010 14:43:28 +0000</pubDate>
		<dc:creator>Tom Gee</dc:creator>
				<category><![CDATA[Entree]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bacon]]></category>
		<category><![CDATA[Baked]]></category>
		<category><![CDATA[Cheese]]></category>
		<category><![CDATA[Grill]]></category>
		<category><![CDATA[Grilling]]></category>
		<category><![CDATA[Om Nom Nom]]></category>
		<category><![CDATA[Potato]]></category>
		<category><![CDATA[Potatoes]]></category>
		<category><![CDATA[Propane]]></category>
		<category><![CDATA[Sour Cream]]></category>
		<category><![CDATA[Twice]]></category>

		<guid isPermaLink="false">http://tomgee.us/?p=197</guid>
		<description><![CDATA[Start with two 6-7&#8243; Russet (Idaho) potatoes. Wash potatoes with cold water Place 2 potatoes on a paper towel on a plate. Using a fork, stab the top of the potatoes deep enough to simply pierce the skin and allow moisture/steam to escape. To speed up the cooking process, place plate of potatoes into microwave. [...]]]></description>
			<content:encoded><![CDATA[<p>Start with two 6-7&#8243; Russet (Idaho) potatoes.</p>
<p>Wash potatoes with cold water</p>
<p>Place 2 potatoes on a paper towel on a plate.</p>
<p>Using a fork, stab the top of the potatoes deep enough to simply pierce the skin and allow moisture/steam to escape.</p>
<p>To speed up the cooking process, place plate of potatoes into microwave.</p>
<p>Cook in microwave on High for 15 minutes, flipping the taters over every 5 mins.</p>
<p>After they have been in the micro for 15 mins, remove from microwave and allow to cool 5-10 mins or until they are cool enough to touch.  This is a good time to begin pre-heating your grill.  Heat to medium (400 degrees give or take)</p>
<p>Next, cut the potato length-wise, removing the top 1/3 of the tater.</p>
<p>Now, grab a spoon and gently begin scooping the &#8220;meat&#8221; out of the potato and place it into a medium size bowl, thus turning the potato into a tater boat.  Try to leave about 1/4&#8243; of the potato against the skin for strength.</p>
<div class="wp-caption aligncenter" style="width: 580px"><img title="Tater boat" src="http://sphotos.ak.fbcdn.net/hphotos-ak-ash1/hs423.ash1/23416_632795865095_24411631_36010980_1992189_n.jpg" alt="Tater boat" width="570" height="428" /><p class="wp-caption-text">Tater boat</p></div>
<p>In the bowl that you scooped the innards into, add 1/2 cup sour cream, 2/3 cup cheddar cheese, 1 tbsp minced parsley (parsley flakes will work too), a little salt and pepper, and mix around.  Don&#8217;t over-mix the filling, leave it chunky.</p>
<p><img class="aligncenter" title="Tater filling" src="http://sphotos.ak.fbcdn.net/hphotos-ak-ash1/hs423.ash1/23416_632795919985_24411631_36010981_1169809_n.jpg" alt="Tater filling" width="570" height="428" /></p>
<p>Scoop the mixture back into the tater boats.  There should be a little too much mixture left over after filling the boats.  Om nom nom&#8230;</p>
<p>I like to add bacon pieces on top of my potatoes.  Any salad bacon toppers work fine for this.</p>
<p>Place the potatoes directly on the grill and cook for approximately 10-15 mins.  Try to keep the lid down so that the heat permeates all sides of the taters.</p>
<div class="wp-caption aligncenter" style="width: 580px"><img title="Tater 1" src="http://sphotos.ak.fbcdn.net/hphotos-ak-snc3/hs363.snc3/23416_632795949925_24411631_36010982_3350142_n.jpg" alt="Tater 1" width="570" height="428" /><p class="wp-caption-text">Tater 1</p></div>
<div class="wp-caption aligncenter" style="width: 580px"><img title="Tater 2 - with bacon pieces" src="http://hphotos-snc3.fbcdn.net/hs383.snc3/23416_632795979865_24411631_36010983_8375976_n.jpg" alt="Tater 2 - with bacon pieces" width="570" height="428" /><p class="wp-caption-text">Tater 2 - with bacon pieces</p></div>
<p>Remove the potatoes once they start to become golden and you can see the cheese mixture starting to bubble out.</p>
<div class="wp-caption aligncenter" style="width: 580px"><img title="Twice baked potatoes, fresh off the grill!" src="http://sphotos.ak.fbcdn.net/hphotos-ak-ash1/hs423.ash1/23416_632796099625_24411631_36010984_2553536_n.jpg" alt="Twice baked potatoes, fresh off the grill!" width="570" height="428" /><p class="wp-caption-text">Twice baked potatoes, fresh off the grill!</p></div>
<div class="wp-caption aligncenter" style="width: 580px"><img title="Twice baked potato with thin-cut NY Strip steak (Montreal steak seasoning), both grilled." src="http://hphotos-sjc1.fbcdn.net/hs363.snc3/23416_632825251205_24411631_36011408_1423030_n.jpg" alt="Twice baked potato with thin-cut NY Strip steak (Montreal steak seasoning), both grilled." width="570" height="428" /><p class="wp-caption-text">Twice baked potato with thin-cut NY Strip steak (Montreal steak seasoning), both grilled.</p></div>
<p>Om nom nom!</p>
]]></content:encoded>
			<wfw:commentRss>http://tomgee.us/?feed=rss2&amp;p=197</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stop the loud system beep on remote desktop sessions</title>
		<link>http://tomgee.us/?p=195</link>
		<comments>http://tomgee.us/?p=195#comments</comments>
		<pubDate>Fri, 16 Apr 2010 13:47:40 +0000</pubDate>
		<dc:creator>Tom Gee</dc:creator>
				<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[beep]]></category>
		<category><![CDATA[Disable]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[loud]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[msrdp]]></category>
		<category><![CDATA[mstsc]]></category>
		<category><![CDATA[mute]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[stop]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[turn off]]></category>

		<guid isPermaLink="false">http://tomgee.us/?p=195</guid>
		<description><![CDATA[Sick of the ridiculously loud system beep coming from your Remote Desktop sessions, even if you have Remote Audio Playback turned off?  If so, do the following on your local machine that you are connecting from: Open Device Manager View &#62; Show Hidden Devices Expand the Non-Plug and Play Drivers node Right-click Beep and choose Disable You&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>Sick of the ridiculously loud system beep coming from your Remote Desktop sessions, even if you have Remote Audio Playback turned off?  If so, do the following on your local machine that you are connecting from:</p>
<ul>
<li>Open Device Manager</li>
<li>View &gt; Show Hidden Devices</li>
<li>Expand the<strong><em> Non-Plug and Play Drivers</em></strong> node</li>
<li>Right-click <strong><em>Beep</em><span style="font-weight: normal;"> and choose <strong><em>Disable</em></strong></span></strong></li>
</ul>
<p>You&#8217;ll have to reboot or log-off and back in for the change to take effect.</p>
<p>That&#8217;s all there is to it!</p>
]]></content:encoded>
			<wfw:commentRss>http://tomgee.us/?feed=rss2&amp;p=195</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sequentially run all VB Script (.vbs) files in a directory</title>
		<link>http://tomgee.us/?p=186</link>
		<comments>http://tomgee.us/?p=186#comments</comments>
		<pubDate>Tue, 06 Apr 2010 19:42:40 +0000</pubDate>
		<dc:creator>Tom Gee</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.exe]]></category>
		<category><![CDATA[after]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[One after another]]></category>
		<category><![CDATA[One after the other]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Sequence]]></category>
		<category><![CDATA[Sequentially]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VB Script]]></category>
		<category><![CDATA[VBScript]]></category>

		<guid isPermaLink="false">http://tomgee.us/?p=186</guid>
		<description><![CDATA[Create a new C# Console Application in Visual Studio and compile the code.  Copy the compiled .exe file to the directory containing the .vbs scripts you want to run in sequence. using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Diagnostics; /*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; * Developer: Tom Gee * Date: April 6, 2010 * Description: This .exe [...]]]></description>
			<content:encoded><![CDATA[<p>Create a new C# Console Application in Visual Studio and compile the code.  Copy the compiled .exe file to the directory containing the .vbs scripts you want to run in sequence.</p>
<div>
<div id="_mcePaste"><span style="color: #99ccff;">using </span>System;</div>
<div id="_mcePaste"><span style="color: #99ccff;">using </span>System.Collections.Generic;</div>
<div id="_mcePaste"><span style="color: #99ccff;">using </span>System.Text;</div>
<div id="_mcePaste"><span style="color: #99ccff;">using </span>System.IO;</div>
<div id="_mcePaste"><span style="color: #99ccff;">using </span>System.Diagnostics;</div>
<div id="_mcePaste"><span style="color: #339966;">/*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span></div>
<div id="_mcePaste"><span style="color: #339966;">* Developer: Tom Gee</span></div>
<div id="_mcePaste"><span style="color: #339966;">* Date: April 6, 2010</span></div>
<div id="_mcePaste"><span style="color: #339966;">* Description: This .exe file will run every .VBS file in the same directory</span></div>
<div id="_mcePaste"><span style="color: #339966;">*              as the .exe, but will wait for the current .VBS script to end</span></div>
<div id="_mcePaste"><span style="color: #339966;">*              before beginning the next.</span></div>
<div id="_mcePaste"><span style="color: #339966;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;*/</span></div>
<div id="_mcePaste"><span style="color: #99ccff;">namespace </span>RunAllVBSinDirectory</div>
<div id="_mcePaste">{</div>
<div id="_mcePaste" style="padding-left: 30px;"><span style="color: #99ccff;">class </span><span style="color: #008080;">Program</span></div>
<div id="_mcePaste" style="padding-left: 30px;">{</div>
<div id="_mcePaste" style="padding-left: 60px;"><span style="color: #99ccff;">static</span> <span style="color: #99ccff;">void </span>Main(<span style="color: #99ccff;">string</span>[] args)</div>
<div id="_mcePaste" style="padding-left: 60px;">{</div>
<div id="_mcePaste" style="padding-left: 90px;"><span style="color: #99ccff;">try</span></div>
<div id="_mcePaste" style="padding-left: 90px;">{</div>
<div id="_mcePaste" style="padding-left: 120px;"><span style="color: #99ccff;">string</span>[] scripts = <span style="color: #008080;">Directory</span>.GetFiles(<span style="color: #008080;">Directory</span>.GetCurrentDirectory(), &#8220;*.vbs&#8221;);</div>
<div id="_mcePaste" style="padding-left: 120px;"><span style="color: #99ccff;">int </span>i = 0;</div>
<div id="_mcePaste" style="padding-left: 120px;"><span style="color: #99ccff;">foreach </span>(<span style="color: #99ccff;">string </span>script <span style="color: #99ccff;">in </span>scripts)</div>
<div id="_mcePaste" style="padding-left: 120px;">{</div>
<div id="_mcePaste" style="padding-left: 150px;">i++;</div>
<div id="_mcePaste" style="padding-left: 150px;"><span style="color: #008080;">Console</span>.WriteLine(&#8220;<span style="color: #800000;">Running</span>: &#8221; + script);</div>
<div id="_mcePaste" style="padding-left: 150px;"><span style="color: #99ccff;">using </span>(<span style="color: #99ccff;"><span style="color: #008080;">Process</span> </span>exeProcess = <span style="color: #008080;">Process</span>.Start(script))</div>
<div id="_mcePaste" style="padding-left: 150px;">{</div>
<div id="_mcePaste" style="padding-left: 180px;">exeProcess.WaitForExit();</div>
<div id="_mcePaste" style="padding-left: 180px;">exeProcess.Close();</div>
<div id="_mcePaste" style="padding-left: 180px;">exeProcess.Dispose();</div>
<div id="_mcePaste" style="padding-left: 150px;">}</div>
<div id="_mcePaste" style="padding-left: 120px;">}</div>
<div id="_mcePaste" style="padding-left: 120px;"><span style="color: #008080;">Console</span>.WriteLine(&#8220;<span style="color: #800000;">Ran all</span> &#8221; + i + &#8221; <span style="color: #800000;">script files in current directory (</span>&#8221; + <span style="color: #008080;">Directory</span>.GetCurrentDirectory() + &#8220;<span style="color: #800000;">)</span>&#8220;);</div>
<div id="_mcePaste" style="padding-left: 120px;"><span style="color: #008080;">Console</span>.ReadLine();</div>
<div id="_mcePaste" style="padding-left: 90px;">}</div>
<div id="_mcePaste" style="padding-left: 90px;"><span style="color: #99ccff;">catch </span>(<span style="color: #008080;">Exception </span>ex)</div>
<div id="_mcePaste" style="padding-left: 90px;">{</div>
<div id="_mcePaste" style="padding-left: 120px;"><span style="color: #008080;">Console</span>.WriteLine(&#8220;<span style="color: #800000;">ERROR!</span> &#8221; + ex.Message + <span style="color: #008080;">Environment</span>.NewLine + &#8220;<span style="color: #800000;">Inner Exception:</span> &#8221; + ex.InnerException + <span style="color: #008080;">Environment</span>.NewLine + &#8220;<span style="color: #800000;">Stack Trace:</span> &#8221; + ex.StackTrace);</div>
<div id="_mcePaste" style="padding-left: 120px;"><span style="color: #008080;">Console</span>.ReadLine();</div>
<div id="_mcePaste" style="padding-left: 90px;">}</div>
<div id="_mcePaste" style="padding-left: 60px;">}</div>
<div id="_mcePaste" style="padding-left: 30px;">}</div>
<div id="_mcePaste">}</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tomgee.us/?feed=rss2&amp;p=186</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to generate a random number in C#</title>
		<link>http://tomgee.us/?p=180</link>
		<comments>http://tomgee.us/?p=180#comments</comments>
		<pubDate>Fri, 19 Mar 2010 15:22:28 +0000</pubDate>
		<dc:creator>Tom Gee</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Integer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[RandomNumber]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[VS2008]]></category>

		<guid isPermaLink="false">http://tomgee.us/?p=180</guid>
		<description><![CDATA[Here&#8217;s a quick and dirty way to use Microsoft&#8217;s &#8220;Random&#8221; class for generating a random (or as you will soon find out, not-so-random) number. Because I believe in code reuse, I started by creating a new function that would return the random number as an integer datatype. static int RandomNumber(int min, int max) { Random [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick and dirty way to use Microsoft&#8217;s &#8220;Random&#8221; class for generating a random (or as you will soon find out, not-so-random) number.</p>
<p>Because I believe in code reuse, I started by creating a new function that would return the random number as an integer datatype.</p>
<p style="padding-left: 30px;"><span style="color: #99ccff;">static int</span> RandomNumber(<span style="color: #99ccff;">int </span>min, <span style="color: #99ccff;">int </span>max)</p>
<p style="padding-left: 30px;">{</p>
<p style="padding-left: 60px;"><span style="color: #339966;">Random </span>random = new <span style="color: #339966;">Random</span>();</p>
<p style="padding-left: 60px;"><span style="color: #99ccff;">return </span>random.Next(min, max);</p>
<p style="padding-left: 30px;">}</p>
<p>The only things you have to pass to the function are the upper and lower boundaries that you want the random number to fall between.</p>
<p style="padding-left: 30px;"><span style="color: #99ccff;">int</span><span style="color: #99ccff;"> </span>zip = RandomNumber(10000, 99999);</p>
<p>In the above example, a random number between 10000 and 99999 will be assigned to the &#8220;zip&#8221; variable.</p>
<p>As I stated above, the random number isn&#8217;t actually very random and, therefore, might not be a perfect fit for what your trying to use it for.  However, the Random class serves its purpose for quick data generation for application testing.</p>
<p>Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://tomgee.us/?feed=rss2&amp;p=180</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Fries</title>
		<link>http://tomgee.us/?p=176</link>
		<comments>http://tomgee.us/?p=176#comments</comments>
		<pubDate>Sun, 28 Feb 2010 21:34:17 +0000</pubDate>
		<dc:creator>Tom Gee</dc:creator>
				<category><![CDATA[Breakfast]]></category>
		<category><![CDATA[Fries]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[Homefries]]></category>
		<category><![CDATA[Potatoes]]></category>

		<guid isPermaLink="false">http://tomgee.us/?p=176</guid>
		<description><![CDATA[Today was my first attempt at making homemade home fries.  They were very easy to make and very tasty! Cube 3-4 medium size potatoes Add to saucepan with 3 tablespoons of butter or margarine. Bring to medium heat, make sure all of the potato cubes have been coated with the butter, and cover for 10 [...]]]></description>
			<content:encoded><![CDATA[<p>Today was my first attempt at making homemade home fries.  They were very easy to make and very tasty!</p>
<ol>
<li>Cube 3-4 medium size potatoes</li>
<li>Add to saucepan with 3 tablespoons of butter or margarine.</li>
<li>Bring to medium heat, make sure all of the potato cubes have been coated with the butter, and cover for 10 minutes</li>
<li>Remove cover, add seasoned salt &amp; pepper, and continue cooking on medium for another 5-10 minutes or until golden (stir <span style="text-decoration: underline;">frequently</span>)</li>
</ol>
<p>That&#8217;s it!  I&#8217;ll have to make them again in the near future and snap a pic to add to this post.  Om nom nom!</p>
]]></content:encoded>
			<wfw:commentRss>http://tomgee.us/?feed=rss2&amp;p=176</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
