<?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>Jared Heinrichs</title>
	<atom:link href="http://jaredheinrichs.com/feed" rel="self" type="application/rss+xml" />
	<link>http://jaredheinrichs.com</link>
	<description>A &#34;How to&#34; Blog on Software and Technology</description>
	<lastBuildDate>Thu, 02 Sep 2010 16:11:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mac GUI design pitfalls&#8230;</title>
		<link>http://jaredheinrichs.com/mac-gui-design-pitfalls.html</link>
		<comments>http://jaredheinrichs.com/mac-gui-design-pitfalls.html#comments</comments>
		<pubDate>Thu, 02 Sep 2010 16:06:00 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/mac-gui-design-pitfalls.html</guid>
		<description><![CDATA[I love when I hear Mac Fanboys say how much better designed the Mac GUI is. While I do have to agree parts of the Mac GUI look nice if not nicer then the Windows, The GUI is fundamentally flawed in my opinion. Here’s a side by side comparison of Safari on a mac vs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/09/image7.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image_thumb.png" width="499" height="222" /></a></p>
<p>I love when I hear Mac Fanboys say how much better designed the Mac GUI is.</p>
<p>While I do have to agree parts of the Mac GUI look nice if not nicer then the Windows, The GUI is fundamentally flawed in my opinion.</p>
<p>Here’s a side by side comparison of Safari on a mac vs Internet Explorer on the PC. At first glance most people might not notice this, but do you realize how much vertical space is lost on a Mac due to the way the GUI is designed? Notice how in Windows you start seeing the webpage much higher up then on the mac. In face the PC shows the page almost where Favorites bar&#160; starts on Safari. </p>
<p>I don’t know about you, the less scrolling I have to do in an application the better. My wrists feel better and I work faster.</p>
<p>Another thing in my opinion that I hate about the Mac GUI is where the Close, Minimize and maximize buttons are located. Since they are so close to the Mac Menu bar I’ve so many times when someone accidently clicked on these buttons by accident.&#160; Again it wasted space in my opinion.</p>
<p>Because the Mac Menu bar is at the top of the screen and the doc is at the bottom you loose even more space. While you can’t see it in the picture I provided there is a lot of White or unused space with Mac Applications because of where the Mac Menu Bar is located.</p>
<p>Most Mac heads come back and say while it doesn’t matter that the dock takes up so much room because “I can hide the Dock and I then I have even more space then Windows users”. I then have to say you are misinformed. The Windows Start has had the ability to hide itself since Window 95. That puts the mac still lacking in space vs the same Windows machine.</p>
<p>Now with all this information I am really puzzled. Of ALL people who need&#160; the most space, Photoshop/CAD users are the ones that need it most. While thankfully most people using CAD are on PC’s, there has been a stereotype that Mac are better for “Artists” because of the need for photoshop.</p>
<p>I laugh when my two year old sony Viao Laptop opens Photoshop&#160; CS5 and Lightroom 3 FASTER then most brand new macs. It applies loading filters FASTER. It has more visual space to work with then most macs, and it was $800 cheaper then what Macs cost at the time I bought this machine. I can count on one hand the number of “Crashes” I have had with Windows 7.</p>
<p>I’d love to hear other people’s comments on what they don’t like about the Mac Interface…</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/mac-gui-design-pitfalls.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to copy files from Hyper-V host to clients</title>
		<link>http://jaredheinrichs.com/how-to-copy-files-from-hyper-v-host-to-clients.html</link>
		<comments>http://jaredheinrichs.com/how-to-copy-files-from-hyper-v-host-to-clients.html#comments</comments>
		<pubDate>Thu, 02 Sep 2010 12:27:36 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-copy-files-from-hyper-v-host-to-clients.html</guid>
		<description><![CDATA[I’ve been doing a deep dive into hyper-V. While I think Microsoft has it’s leg up on VMWare with price and performance it’s still lacking in the tools arena. One thing I was wanting to do was transfer a file from the Hyper-V host to the Hyper-V client. The Hyper-V client machines were running in [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been doing a deep dive into hyper-V. While I think Microsoft has it’s leg up on VMWare with price and performance it’s still lacking in the tools arena. One thing I was wanting to do was transfer a file from the Hyper-V host to the Hyper-V client. The Hyper-V client machines were running in a different subnet then what my original machines were running in.</p>
<p>After doing some searching around I found a great article about setting up a <a href="http://www.andrewconnell.com/blog/articles/allowing-a-host-machine-to-talk-to-guest-vms-in.aspx" target="_blank">private virtual NIC on both the Hyper-V Host and Hyper-V client</a> and setting the IPs to the same subnet.</p>
<p>While this might be OK for some people I really miss the ability to just copy files from the host machine like I could in Virtual PC/VMware.</p>
<p>After day dreaming for a bit how this could be done I thought I remember seeing an option in Windows 7 Disk manager to not only CREATE but Mount VHD files. I then started thinking what if I create a VHD and then mount it. Copy the files to the VHD and then mount the VHD in the virtual machine.</p>
<p>It could be like using a networked USB Drive.</p>
<p>Open Disk Management in Windows 7. Create VHD.</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 01" border="0" alt="How to copy files from Hyper-V host to clients 01" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image.png" width="345" height="403" /></p>
<p>I saved this file to my desktop. It doesn’t seem to let you save to a network location.</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 02" border="0" alt="How to copy files from Hyper-V host to clients 02" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image1.png" width="378" height="339" /></p>
<p>You will need to initialize the disk</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 03" border="0" alt="How to copy files from Hyper-V host to clients 03" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image2.png" width="463" height="206" /></p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 04" border="0" alt="How to copy files from Hyper-V host to clients 04" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image3.png" width="398" height="270" /></p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 05" border="0" alt="How to copy files from Hyper-V host to clients 05" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image4.png" width="552" height="141" /></p>
<p>This will walk you through the volume and format wizard. I am assuming you have experience with this.</p>
<p>Copy the files you want on the virtual disk drive.</p>
<p>You will need to “detach” the VHD drive in Drive Manager.</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 06" border="0" alt="How to copy files from Hyper-V host to clients 06" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image5.png" width="388" height="112" /></p>
<p>Click “OK” when this window pops up.</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 07" border="0" alt="How to copy files from Hyper-V host to clients 07" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image6.png" width="375" height="183" /></p>
<p>Copy this VHD to the Hyper-V Host. I like to put it in a shared directory I use for media. ie. iso’s &amp; vhd’s etc.</p>
<p>Open the properties of the virtual machine.</p>
<p>Add a Hard drive. Point the wizard to where ever you copied the newly created VHD.</p>
<p>Hit apply.</p>
<p>Boot up the Virtual Machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-copy-files-from-hyper-v-host-to-clients.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send an Email as a Text for FREE in Winnipeg</title>
		<link>http://jaredheinrichs.com/how-to-send-an-email-as-a-text-for-free-in-winnipeg.html</link>
		<comments>http://jaredheinrichs.com/how-to-send-an-email-as-a-text-for-free-in-winnipeg.html#comments</comments>
		<pubDate>Sat, 28 Aug 2010 18:49:18 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Winnipeg]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-send-an-email-as-a-text-for-free-in-winnipeg.html</guid>
		<description><![CDATA[This post will go over how to send a Text for free in Winnipeg. It will also show you how to send text for free by emailing the ISP SMS gateway. If you can email you should be able to follow along. I’d say 95% of the people I know in Winnipeg either use MTS [...]]]></description>
			<content:encoded><![CDATA[<p>This post will go over how to send a Text for free in Winnipeg. It will also show you how to send text for free by emailing the ISP SMS gateway. If you can email you should be able to follow along.</p>
<p>I’d say 95% of the people I know in Winnipeg either use MTS or Rogers for their wireless provider. To send an Text for free to them using email you need to know their phone number as well as the extension.</p>
<h2>Rogers</h2>
<p>If you want to send a Text for Free to Rogers clients follow this formula:</p>
<p><a href="mailto:phoneNumber@pcs.rogers.com">phoneNumber@pcs.rogers.com</a>. If the number was 222-3333 then you could send a text to them using the email address <a href="mailto:222-3333@pcs.rogers.com">222-3333@pcs.rogers.com</a>.</p>
<p><a title="http://websms.rogers.page.ca/2way/" href="http://websms.rogers.page.ca/2way/">http://websms.rogers.page.ca/2way/</a> &#8211; This is a link that you can use instead of using Email.</p>
<h2>MTS Mobility</h2>
<p>If you want to send a Text for Free to MTS clients follow this formula:</p>
<p><i><a href="mailto:number@text.mtsmobility.com">number</a>@text.mtsmobility.com</i> If the number was 222-3333 then you could send a text to them using the email address <a href="mailto:222-3333@text.mtsmobility.com">222-3333@text.mtsmobility.com</a>.</p>
<p><a title="http://text.mtsmobility.com/" href="http://text.mtsmobility.com/">http://text.mtsmobility.com/</a> &#8211; This is a link that you can use instead of using Email.</p>
<p>For all other carriers you can find a very long list on Wikipedia: <a href="http://en.wikipedia.org/wiki/List_of_SMS_gateways" target="_blank">List of SMS Gateways</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-send-an-email-as-a-text-for-free-in-winnipeg.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorites refers to a locations that is unavailable. It could be on a hard drive on this computer or on a network.</title>
		<link>http://jaredheinrichs.com/favorites-refers-to-a-locations-that-is-unavailable-it-could-be-on-a-hard-drive-on-this-computer-or-on-a-network.html</link>
		<comments>http://jaredheinrichs.com/favorites-refers-to-a-locations-that-is-unavailable-it-could-be-on-a-hard-drive-on-this-computer-or-on-a-network.html#comments</comments>
		<pubDate>Fri, 27 Aug 2010 20:43:48 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/favorites-refers-to-a-locations-that-is-unavailable-it-could-be-on-a-hard-drive-on-this-computer-or-on-a-network.html</guid>
		<description><![CDATA[This error usually happens after a person acidentally moves the Favorites folder to another folder like Documents or Pictures. To fix this go to: C:\users\%usesrname%\ *Replace %username% with the actualusername of the user who is having the issue. Once you do find the folder “Favorites” right click it and select properties. Click on the location [...]]]></description>
			<content:encoded><![CDATA[<p>This error usually happens after a person acidentally moves the Favorites folder to another folder like Documents or Pictures. To fix this go to:</p>
<p>C:\users\%usesrname%\</p>
<p>*Replace %username% with the actualusername of the user who is having the issue.</p>
<p>Once you do find the folder “Favorites” right click it and select properties.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/08/image7.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/08/image_thumb7.png" width="347" height="537" /></a></p>
<p>Click on the location tab. Then Click on the “Restore Default”&#160; button.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/08/image8.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/08/image_thumb8.png" width="299" height="292" /></a></p>
<p>If you know where you acidently moved the favorites to move them back to the Favorites directory.</p>
<p>You will now be able to use your favorites in Internet&#160; Explorer.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/favorites-refers-to-a-locations-that-is-unavailable-it-could-be-on-a-hard-drive-on-this-computer-or-on-a-network.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the Blackberry Maximum Security Time out Policy</title>
		<link>http://jaredheinrichs.com/how-to-change-the-blackberry-maximum-security-time-out-policy.html</link>
		<comments>http://jaredheinrichs.com/how-to-change-the-blackberry-maximum-security-time-out-policy.html#comments</comments>
		<pubDate>Thu, 26 Aug 2010 20:47:16 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-change-the-blackberry-maximum-security-time-out-policy.html</guid>
		<description><![CDATA[There is most likely three ways you can change the Blackberry Maximum Security Timeout. The first way is on the phone. If you can not change it on the phone then there is a policy enforcing the Blackberry maximum time out. I will first go over how to change the Blackberry Maximum Security time on [...]]]></description>
			<content:encoded><![CDATA[<p>There is most likely three ways you can change the Blackberry Maximum Security Timeout. The first way is on the phone. If you can not change it on the phone then there is a policy enforcing the Blackberry maximum time out.</p>
<p>I will first go over how to change the Blackberry Maximum Security time on Blackberry Manager:</p>
<p>On the Home screen click on:</p>
<ol>
<li>Global Properties</li>
<li>IT Policy</li>
<li>In IT Policies click the “…” box</li>
<li>Select the policy you want to change</li>
<li>Click Properties…</li>
<li>Click Device-Only Items</li>
<li>Select Maximum Security Timeout</li>
</ol>
<p>&#160;</p>
<p>Your screen should look like this:</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/08/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to change the Blackberry Maximum Security Time out Policy 01" border="0" alt="How to change the Blackberry Maximum Security Time out Policy 01" src="http://jaredheinrichs.com/wp-content/uploads/2010/08/image_thumb.png" width="630" height="459" /></a> </p>
<p>When entering the number keep in mind you can’t just enter any number. You have to follow what Blackberry wants you to set as the Maximum Security Timeout Policy.</p>
<p>The numbers you can use are:</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/08/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to change the Blackberry Maximum Security Time out Policy 02" border="0" alt="How to change the Blackberry Maximum Security Time out Policy 02" src="http://jaredheinrichs.com/wp-content/uploads/2010/08/image_thumb1.png" width="416" height="89" /></a> </p>
<p>So for example 3hrs is not an option. You can however select 2hrs or 4hrs.</p>
<p>How to change the Blackberry Maximum Security timeout in the Administration Service</p>
<p>This is the replacement for Blackberry Manager. I find it is much easier to find the Blackberry Maximum Security timeout setting in this application.</p>
<p>To change the security timeout follow these steps:</p>
<ol>
<li>Login to the web interface</li>
<li>Click on Policy</li>
<li>Click “Manage IT Policies”.</li>
<li>Click on the IT policy. </li>
</ol>
<p>&#160;</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/08/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to change the Blackberry Maximum Security Time out Policy 03" border="0" alt="How to change the Blackberry Maximum Security Time out Policy 03" src="http://jaredheinrichs.com/wp-content/uploads/2010/08/image_thumb2.png" width="501" height="431" /></a> </p>
<p>In the policy Click on “Edit policy</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/08/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to change the Blackberry Maximum Security Time out Policy 04" border="0" alt="How to change the Blackberry Maximum Security Time out Policy 04" src="http://jaredheinrichs.com/wp-content/uploads/2010/08/image_thumb3.png" width="177" height="358" /></a> </p>
<p>Click on Device only. </p>
<p>Click on the The Maximum Security Timeout text box. The valid range for the value of this rule is 10 through 480 minutes.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/08/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to change the Blackberry Maximum Security Time out Policy 05" border="0" alt="How to change the Blackberry Maximum Security Time out Policy 05" src="http://jaredheinrichs.com/wp-content/uploads/2010/08/image_thumb4.png" width="469" height="259" /></a> </p>
<p>Change the Blackberry Maximum Security Timeout on the Blackberry phone:</p>
<p>Once you have changed the policy on the server or if you aren’t under policy control then you can easily change the settings on the phone:</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/08/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to change the Blackberry Maximum Security Time out Policy 06" border="0" alt="How to change the Blackberry Maximum Security Time out Policy 06" src="http://jaredheinrichs.com/wp-content/uploads/2010/08/image_thumb5.png" width="320" height="240" /></a>&#160;</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/08/image6.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to change the Blackberry Maximum Security Time out Policy 07" border="0" alt="How to change the Blackberry Maximum Security Time out Policy 07" src="http://jaredheinrichs.com/wp-content/uploads/2010/08/image_thumb6.png" width="320" height="240" /></a>&#160;</p>
<p>&#160;<a href="http://jaredheinrichs.com/wp-content/uploads/2010/08/image0031.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to change the Blackberry Maximum Security Time out Policy 07" border="0" alt="How to change the Blackberry Maximum Security Time out Policy 07" src="http://jaredheinrichs.com/wp-content/uploads/2010/08/image0031_thumb.png" width="320" height="240" /></a> </p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/08/image0042.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to change the Blackberry Maximum Security Time out Policy 08" border="0" alt="How to change the Blackberry Maximum Security Time out Policy 08" src="http://jaredheinrichs.com/wp-content/uploads/2010/08/image0042_thumb.png" width="320" height="240" /></a></p>
<p>Change the Security timeout to what ever time the device will allow you to change it to.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-change-the-blackberry-maximum-security-time-out-policy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic Jack contacts missing</title>
		<link>http://jaredheinrichs.com/magic-jack-contacts-missing.html</link>
		<comments>http://jaredheinrichs.com/magic-jack-contacts-missing.html#comments</comments>
		<pubDate>Wed, 25 Aug 2010 18:13:13 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Magic Jack]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/magic-jack-contacts-missing.html</guid>
		<description><![CDATA[Well I am really starting to hate magic jack as a company. I asked them this question and this is what they told me: Thomas: We are pleased to announce that magicJack customers have now received our latest magicJack upgrade. This upgrade includes the following benefits: Thomas: -Less bugs Thomas: -Superior call quality Thomas: -Works [...]]]></description>
			<content:encoded><![CDATA[<p>Well I am really starting to hate magic jack as a company. I asked them this question and this is what they told me:</p>
<p>Thomas: We are pleased to announce that magicJack customers have now received our latest magicJack upgrade. This upgrade includes the following benefits:</p>
<p>Thomas: -Less bugs</p>
<p>Thomas: -Superior call quality</p>
<p>Thomas: -Works on Windows and Mac</p>
<p>Thomas: -Easy to use</p>
<p>Thomas: -and much more</p>
<p>Thomas: There may be some magicJack users that will no longer have their past contact list available. Please create a new contact list. Our latest upgrade, with advanced features should prevent this from ever happening again. We apologize for any inconvenience. We are not be able to restore contact list.</p>
<p>We are not able to restore contact lists? Did you tell me about the upgrade?</p>
<p>NO!</p>
<p>Did you warn this could be an issue?</p>
<p>NO!</p>
<p>Is there a way to backup contacts?</p>
<p>NO!</p>
<p>Is all my phone history gone?</p>
<p>YES!</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/magic-jack-contacts-missing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remotely manage Hyper-V with Windows 7</title>
		<link>http://jaredheinrichs.com/how-to-remotely-manager-hyper-v-with-windows-7.html</link>
		<comments>http://jaredheinrichs.com/how-to-remotely-manager-hyper-v-with-windows-7.html#comments</comments>
		<pubDate>Mon, 23 Aug 2010 21:15:57 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-remotely-manager-hyper-v-with-windows-7.html</guid>
		<description><![CDATA[This article will go over how to remotely manager Hyper-V with Windows 7. I’ve also included the link for the tools for how to remotely manager Hyper-V with Windows Vista. For Windows 7 you will need to download Microsoft Remote Server Administration tools for Windows 7 to remotely manage Hyper-V. For Windows Vista you will [...]]]></description>
			<content:encoded><![CDATA[<p>This article will go over how to remotely manager Hyper-V with Windows 7. I’ve also included the link for the tools for how to remotely manager Hyper-V with Windows Vista.</p>
<p>For Windows 7 you will need to download <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d" target="_blank">Microsoft Remote Server Administration tools for Windows 7</a> to remotely manage Hyper-V.</p>
<p>For Windows Vista you will need to download <a href="http://support.microsoft.com/kb/952627" target="_blank">Microsoft Vista Management tools update</a>. You will need at least sp1 or sp2 installed before you can remotely manage Hyper-V.</p>
<p>Warning. The tools are just over 220MB in size. Once you download the Remote server administration tools for windows just run the msu file and follow the install. You should find it pretty easy to click along with.</p>
<p>Complete all the steps that are required by the wizard, and then click <strong>Finish</strong> to exit the wizard when installation is completed.</p>
<ol>
<li>Click <strong>Start</strong>, click <strong>Control Panel</strong>, and then click <strong>Programs</strong>.</li>
<li>In the <strong>Programs and Features</strong> area, click <strong>Turn Windows features on or off</strong>.</li>
<li>If you are prompted by User Account Control to allow the Windows Features dialog box to open, click <strong>Continue</strong>.</li>
<li>In the <strong>Windows Features</strong> dialog box, expand <strong>Remote Server Administration Tools</strong>.</li>
<li>Select the remote management tools (Hyper-V) that you want to install, and then click <strong>OK</strong>.</li>
<li>Configure the <strong>Start</strong> menu to display the <strong>Administration Tools</strong> shortcut, if it is not already there.</li>
<li>Right-click <strong>Start</strong>, and then click <strong>Properties</strong>.</li>
<li>On the <strong>Start Menu</strong> tab, click <strong>Customize</strong>.</li>
<li>In the <strong>Customize Start Menu</strong> dialog box, scroll down to <strong>System Administrative Tools</strong>, and then select <strong>Display on the All Programs menu and the Start menu</strong>. Click <strong>OK</strong>.</li>
<li>Shortcuts for snap-ins installed by Remote Server Administration Tools for Windows 7 are added to the <strong>Administrative Tools</strong> list on the <strong>Start</strong> menu.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-remotely-manager-hyper-v-with-windows-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Location of Outlook configuration files</title>
		<link>http://jaredheinrichs.com/location-of-outlook-configuration-files.html</link>
		<comments>http://jaredheinrichs.com/location-of-outlook-configuration-files.html#comments</comments>
		<pubDate>Thu, 19 Aug 2010 18:02:50 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/location-of-outlook-configuration-files.html</guid>
		<description><![CDATA[Trying to find the signature file location, where the nk2 file is located, or other Outlook settings so you can take them with you over to your new Windows 7 PC? Check out Microsoft&#8217;s KB 287070 for great info on PST files, and the best part, where the nk2 and signature files are located. Copied [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to find the signature file location, where the nk2 file is located, or other Outlook settings so you can take them with you over to your new Windows 7 PC? Check out <a href="http://support.microsoft.com/kb/287070">Microsoft&#8217;s KB 287070</a> for great info on PST files, and the best part, where the nk2 and signature files are located. Copied that info below for you too.</p>
<h5>How to back up Outlook settings files</h5>
<p>If you have customized settings, such as toolbar settings and Favorites, that you want to replicate on another computer or restore to your computer, you might want to include the following files in your backup: </p>
<ul>
<li>Outcmd.dat: This file stores toolbar and menu settings. </li>
<li><var>ProfileName</var>.fav: This is your Favorites file, which includes the settings for the Outlook bar. </li>
<li><var>ProfileName</var>.nk2: This file stores the Nicknames for AutoComplete. </li>
<li>Signature files: Each signature has its own file and uses the same name as the signature that you used when you created it. For example, if you create a signature named MySig, the following files are created in the Signatures folder:
<ul>
<li>MySig.htm: This file stores the HTML Auto signature. </li>
<li>MySig.rtf: This file stores the Microsoft Outlook Rich Text Format (RTF) Auto signature. </li>
<li>MySig.txt: This file stores the plain text format Auto signature. </li>
</ul>
<p> The location of the signature files depends on the version of Windows that you are running. Use this list to find the appropriate location:
<ul>
<li><b>Windows Vista</b>: <var>Drive</var>\users\<var>Username</var>\appdata, where <var>Drive</var> represents the drive that Outlook was installed to and <var>Username</var> represents the user name that Outlook was installed under. </li>
<li><b>Windows XP or Windows 2000</b>: <var>Drive</var>\Documents and Settings\<var>Username</var>\Local Settings\Application Data\Microsoft\Outlook, where <var>Drive</var> represents the drive that Outlook was installed to and <var>Username</var> represents the user name that Outlook was installed under. </li>
<li><b>Windows 98 or Windows Me</b>: <var>Drive</var>\Windows\Local Settings\Application Data, where <var>Drive</var> represents the drive that Outlook was installed to. </li>
</ul>
</li>
</ul>
<p><b>Note</b> If you use Microsoft Word as your e-mail editor, signatures are stored in the Normal.dot file as AutoText entries. You should back up this file also.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/location-of-outlook-configuration-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use a dcpromo unattended script for first DC</title>
		<link>http://jaredheinrichs.com/how-to-use-a-dcpromo-unattended-script-for-first-dc.html</link>
		<comments>http://jaredheinrichs.com/how-to-use-a-dcpromo-unattended-script-for-first-dc.html#comments</comments>
		<pubDate>Tue, 17 Aug 2010 19:06:54 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Active Directory (2003)]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-use-a-dcpromo-unattended-script-for-first-dc.html</guid>
		<description><![CDATA[This article will go over how to completely automate setting up active directory. While this might or might not help you if you are setting things up with the Window GUI, I can tell you this will save your behind if you are wanting to install Active Directory to a server core box! There are [...]]]></description>
			<content:encoded><![CDATA[<p>This article will go over how to completely automate setting up active directory. While this might or might not help you if you are setting things up with the Window GUI, I can tell you this will save your behind if you are wanting to install Active Directory to a server core box!</p>
<p>There are some things that you will have to change in this script! In this script my Fully Qualified domain name is going to be called: “heinrichs.domain”. If you were to only change the FQ domain name everything else is the Active Directory defaults in the GUI install. Fortunately for most people Microsoft chose some very good defaults and unless you are some enormous enterprise outfit this script should also work for you.</p>
<p>Bellow if the setup file for the Active Directory setup and install. First make a directory on C: called “scripts”. Make a file called “dcpromo-answer.txt” and copy this info into that file.</p>
<p> <font face="Lucida Console">
<p><font face="Lucida Console">[DCInstall]       <br />; New forest promotion        <br />ReplicaOrNewDomain=Domain        <br />NewDomain=Forest        <br />NewDomainDNSName=heinrichs.domain        <br />ForestLevel=3        <br />DomainNetbiosName=HEIINRICHS        <br />DomainLevel=3        <br />InstallDNS=Yes        <br />ConfirmGc=Yes        <br />CreateDNSDelegation=No        <br />DatabasePath=&quot;C:\Windows\NTDS&quot;        <br />LogPath=&quot;C:\Windows\NTDS&quot;        <br />SYSVOLPath=&quot;C:\Windows\SYSVOL&quot;        <br />; Set SafeModeAdminPassword to the correct value prior to using the unattend file        <br />SafeModeAdminPassword=        <br />; Run-time flags (optional)        <br />; RebootOnCompletion=Yes</font></p>
<p>     You will want open a command prompt. You will need to type this command:</font>
<p><font face="Lucida Console">dcpromo.exe /unattend:C:\scripts\dcpromo-answer.txt</font></p>
<p>Once you do that you should have a fully working Domain Controller with Active Directory installed and setup!</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-use-a-dcpromo-unattended-script-for-first-dc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to speed up Windows Networking</title>
		<link>http://jaredheinrichs.com/how-to-speed-up-windows-networking.html</link>
		<comments>http://jaredheinrichs.com/how-to-speed-up-windows-networking.html#comments</comments>
		<pubDate>Tue, 17 Aug 2010 17:45:50 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-speed-up-windows-networking.html</guid>
		<description><![CDATA[I finally figured out how to help speed up Windows networking. There was a tip I got from here that I found works REALLY well: http://msmvps.com/blogs/thenakedmvp/archive/2010/02/23/rss-tcp-offloading-strikes-again-microsoft-should-kill-this-feature-for-the-masses.aspx Basically this issue effects more Intel and Broadcom drivers. Almost every machine I see has one of these two network drivers. In your network card settings, Intel and Broadcom [...]]]></description>
			<content:encoded><![CDATA[<p>I finally figured out how to help speed up Windows networking. There was a tip I got from here that I found works REALLY well:</p>
<p><a title="http://msmvps.com/blogs/thenakedmvp/archive/2010/02/23/rss-tcp-offloading-strikes-again-microsoft-should-kill-this-feature-for-the-masses.aspx" href="http://msmvps.com/blogs/thenakedmvp/archive/2010/02/23/rss-tcp-offloading-strikes-again-microsoft-should-kill-this-feature-for-the-masses.aspx">http://msmvps.com/blogs/thenakedmvp/archive/2010/02/23/rss-tcp-offloading-strikes-again-microsoft-should-kill-this-feature-for-the-masses.aspx</a></p>
<p>Basically this issue effects more Intel and Broadcom drivers. Almost every machine I see has one of these two network drivers.</p>
<p>In your network card settings, Intel and Broadcom primarily; you need to disable the advanced features.</p>
<p>Receive Side Scaling (RSS Offload)</p>
<p>TCP Offload (IPV4 and IPV6)</p>
<p>IP Checksum Offload</p>
<p>This problem has been around for ages, and was made worse since 2003 SP2 was released.</p>
<p>A couple of good articles:</p>
<p><a href="http://support.microsoft.com/kb/948496">support.microsoft.com/&#8230;/948496</a></p>
<p><a href="http://blogs.technet.com/fixit4me/archive/2009/01/19/disable-rss-and-tcp-offload-fix-it-live.aspx">blogs.technet.com/&#8230;/disable-rss-and-tcp-offload-fix-it-live.aspx</a></p>
<p>Fixit packs&#8230;&#160;&#160; wonderful, but this should be included in the critical updates IMHO.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-speed-up-windows-networking.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
