<?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 &#187; Operating System</title>
	<atom:link href="http://jaredheinrichs.com/category/operating-system/feed" rel="self" type="application/rss+xml" />
	<link>http://jaredheinrichs.com</link>
	<description>A Winnipeg &#34;How to&#34; Blog on Software and Technology</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to FIX outlook cannot log on. Verify you are connected to the network error</title>
		<link>http://jaredheinrichs.com/how-to-fix-outlook-cannot-log-on-verify-you-are-connected-to-the-network-error.html</link>
		<comments>http://jaredheinrichs.com/how-to-fix-outlook-cannot-log-on-verify-you-are-connected-to-the-network-error.html#comments</comments>
		<pubDate>Tue, 10 Jan 2012 01:59:41 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=4681</guid>
		<description><![CDATA[Are you having the “outlook cannot log on. verify you are connected to the network” error? Did you just recently have a DNS or Active Directory issue? One of the reasons why you might get the “outlook cannot log on. &#8230; <a href="http://jaredheinrichs.com/how-to-fix-outlook-cannot-log-on-verify-you-are-connected-to-the-network-error.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Are you having the “outlook cannot log on. verify you are connected to the network” error? Did you just recently have a DNS or Active Directory issue?</p>
<p>One of the reasons why you might get the “outlook cannot log on. verify you are connected to the network” error is when there is a setting missing in the “Microsoft Management Console”. I recently worked at a client who’s PDC went south big time. Long story short they were getting the “outlook cannot log on. verify you are connected to the network” error every time they tried setting up a new user in outlook. Also if they selected a group from the Outlook Address Book (OAB) non of the contact of the groups would display.</p>
<p>The item that resolved this error for me was:</p>
<p>In Exchange Management Console, Right Click “Organization Configuration”and select “Modify Configuration Domain Controller”… setting.</p>
<p><img style="background-image: none; border-right-width: 0px; margin: 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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/01/image.png" width="471" height="234" /></p>
<p>A new window will open. Browse for the proper info. Active directory will need to be working as well as some kind of name resolution (namely DNS) in order to select the domain and domain controller properly.</p>
<p><img style="background-image: none; border-right-width: 0px; margin: 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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/01/image1.png" width="448" height="208" /></p>
<p>Once done hit OK. You will need to restart the services or restart the whole server. I restarted the services and that was all that I needed to do. Some people have had to do a full reboot of the exchange server after applying these settings.</p>
<p>This was done on a Microsoft Exchange Server 2007 running on Windows 2008 64bit.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-fix-outlook-cannot-log-on-verify-you-are-connected-to-the-network-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to sync the time on a Windows Server</title>
		<link>http://jaredheinrichs.com/how-to-sync-the-time-on-a-windows-server.html</link>
		<comments>http://jaredheinrichs.com/how-to-sync-the-time-on-a-windows-server.html#comments</comments>
		<pubDate>Fri, 09 Dec 2011 14:30:07 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows 2008 R2]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=4656</guid>
		<description><![CDATA[On the domain controller of the root forest , you may follow the steps to configure the Windows Time service to sync time with the authoritative time source. Open a Command Prompt. Type the following command to display the time &#8230; <a href="http://jaredheinrichs.com/how-to-sync-the-time-on-a-windows-server.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On the domain controller of the root forest , you may follow the steps to configure the Windows Time service to sync time with the authoritative time source.</p>
<ol>
<li>Open a Command Prompt.</li>
<li>Type the following command to display the time difference between the local computer and a target computer, and then press ENTER: (without quotation mark) &#8220;<em><strong>w32tm /stripchart /computer: time.windows.com /samples:5 /dataonly</strong></em>”</li>
<li>Open UDP port 123 for outgoing traffic if needed.</li>
<li>Open UDP port 123 (or a different port you have selected) for incoming NTP traffic.</li>
<li>Type the following command to configure the PDC emulator and then press ENTER: (without quotation mark) &#8220;<em><strong>w32tm /config /manualpeerlist: time.windows.com /syncfromflags:manual /reliable:yes /update</strong></em>&#8220;</li>
</ol>
<p>The computers that are joined to a domain are configured to synchronize from a manual time source. Please use the following procedure to configure a client computer that is currently synchronizing with a manually specified computer, to automatically synchronize time with the domain hierarchy. You may follow the steps to configure a client computer for automatic domain time synchronization</p>
<ol>
<li>Open a Command Prompt.</li>
<li>Type the following command and then press ENTER: <em><strong>w32tm /config /syncfromflags: domhier /update</strong></em></li>
<li>Type the following command and then press ENTER: <em><strong>net stop w32time</strong></em></li>
<li>Type the following command and then press ENTER: <em><strong>net start w32time</strong></em></li>
</ol>
<p>You may also use Group Policy to make all the domain clients to sync time with PDC emulator in the domain. You may find the Group Policy settings used to configure W32Time in the Group Policy Object Editor snap-in in the following locations:</p>
<ol>
<li>Configure Global Configuration Settings here: <em><strong>Computer Configuration\Policies\Administrative Templates\System\Windows Time Service</strong></em></li>
<li>Configure Windows NTP Client settings here: <em><strong>Computer Configuration\Administrative Templates\System\Windows Time Service\Time</strong></em></li>
</ol>
<p>Providers More reference: How to configure an authoritative time server in Windows Server 2003: <a href="http://support.microsoft.com/kb/816042/en-us">http://support.microsoft.com/kb/816042/en-us</a></p>
<p>Windows Time Service Best practices: <a href="http://technet2.microsoft.com/windowsserver/en/library/517e74d7-40e9-41bd-93aa-48b610b936321033.mspx?mfr=true">http://technet2.microsoft.com/windowsserver/en/library/517e74d7-40e9-41bd-93aa-48b610b936321033.mspx?mfr=true</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-sync-the-time-on-a-windows-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make sure you only type in English</title>
		<link>http://jaredheinrichs.com/how-to-make-sure-you-only-type-in-english.html</link>
		<comments>http://jaredheinrichs.com/how-to-make-sure-you-only-type-in-english.html#comments</comments>
		<pubDate>Wed, 30 Nov 2011 03:56:10 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-make-sure-you-only-type-in-english.html</guid>
		<description><![CDATA[If you are having an issue with your keyboard changing languages on you might have hit “Alt + SHIFT simultaneously”. Sometimes if a key is sticky and then you hit shift or alt then it will automatically change on you. &#8230; <a href="http://jaredheinrichs.com/how-to-make-sure-you-only-type-in-english.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you are having an issue with your keyboard changing languages on you might have hit “Alt + SHIFT simultaneously”. Sometimes if a key is sticky and then you hit shift or alt then it will automatically change on you. To prevent this I normally only have one language setup on my machine. Manufactures like HP and Dell by default will setup a machine with both official languages. The first thing I do is make these changes. The screenshots are all done on a Windows 7 machine but it will be similar if you are running Windows Vista.</p>
<p>Open Control pannel from the Start menu.</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 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/2011/11/image12.png" width="252" height="411" /></p>
<p>Type “language” in the search box at the top right of the screen. Click “Change keyboards and other input methods”.</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 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/2011/11/image13.png" width="571" height="220" /></p>
<p>Click on “Change keyboards”.</p>
<p><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/2011/11/image14.png" width="464" height="182" /></p>
<p>Make sure that you only have either English “Canadian” or “United States”. Remove Any “Multilingual” or “French Keyboards”. Use only one keyboard. I tend to find that this configuration works best for me.</p>
<p><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/2011/11/image15.png" width="431" height="294" /></p>
<p>Hit Apply and Ok. Voila. You’re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-make-sure-you-only-type-in-english.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSUS &#8211; Approve button greyed out FIX</title>
		<link>http://jaredheinrichs.com/wsus-approve-button-greyed-out-fix.html</link>
		<comments>http://jaredheinrichs.com/wsus-approve-button-greyed-out-fix.html#comments</comments>
		<pubDate>Mon, 03 Oct 2011 15:28:21 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/wsus-approve-button-greyed-out-fix.html</guid>
		<description><![CDATA[This will hopefully be a short post. The most likely reason the “approved” or “Declined” button is greyed out is the server you are connected to is a down stream WSUS server. What this means is that there is a &#8230; <a href="http://jaredheinrichs.com/wsus-approve-button-greyed-out-fix.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This will hopefully be a short post. The most likely reason the “approved” or “Declined” button is greyed out is the server you are connected to is a down stream WSUS server. What this means is that there is a WSUS server a little higher up the food chain that is dictating what updates you get /receive.</p>
<p>There are a couple of things that you can do:</p>
<p>Open <strong>Update Services MMC – OPTIONS – Update Source and Proxy Server</strong></p>
<p>This will open a window that will tell you where the updates are coming from! Now if you need to specify different updates to computers that use you can uncheck “This server is a replica of the upstream server”. Once you’ve unchecked this you should be able to have a little bit more control off the updates.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2011/10/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2011/10/image_thumb.png" width="372" height="405" /></a></p>
<p>I personally would just go to the upstream WSUS server listed in the “Update Source and Proxy Server” box and make the changes there.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/wsus-approve-button-greyed-out-fix.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Answer &#8211; How to find WSUS server in unknown environment</title>
		<link>http://jaredheinrichs.com/answer-how-to-find-wsus-server-in-unknown-environment.html</link>
		<comments>http://jaredheinrichs.com/answer-how-to-find-wsus-server-in-unknown-environment.html#comments</comments>
		<pubDate>Fri, 23 Sep 2011 20:05:50 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows 2008 R2]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/answer-how-to-find-wsus-server-in-unknown-environment.html</guid>
		<description><![CDATA[I recently started working with a new company maintaining their network. Because the old network admin left of bad terms I was tasked with documenting the network and getting things back in align. Because I was in an unknown environment &#8230; <a href="http://jaredheinrichs.com/answer-how-to-find-wsus-server-in-unknown-environment.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently started working with a new company maintaining their network. Because the old network admin left of bad terms I was tasked with documenting the network and getting things back in align. Because I was in an unknown environment I didn’t know where the WSUS server was located. There are two main ways to find out what server is the WSUS server.</p>
<ol>
<li>Registry – Using the regedit tool you can find this registry entry. It will tell you where it’s located &#8211; <b>HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate </b></li>
<li>Group Policy – You will need to open up the “Group Policy Management” look through all the “Group Policy Objects” entries and figure out which one is responsible for WSUS. The setting is located in <strong>“Computer Configuration – Policies – Administrative Templates – Windows Components – Windows Updates”</strong>.</li>
</ol>
<p>Hope this helps someone!</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/answer-how-to-find-wsus-server-in-unknown-environment.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Windows 8 Developer Build and a Visual Tour</title>
		<link>http://jaredheinrichs.com/how-to-install-windows-8-developer-build-and-a-visual-tour.html</link>
		<comments>http://jaredheinrichs.com/how-to-install-windows-8-developer-build-and-a-visual-tour.html#comments</comments>
		<pubDate>Tue, 20 Sep 2011 03:07:20 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-install-windows-8-developer-build-and-a-visual-tour.html</guid>
		<description><![CDATA[First you will need to download the Windows 8 Developer Build which is around 5GB or so. You might be tempted to try and install it in Virtual PC in Windows 7. Don’t. It won’t work and will tell you &#8230; <a href="http://jaredheinrichs.com/how-to-install-windows-8-developer-build-and-a-visual-tour.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First you will need to download the <a href="http://msdn.microsoft.com/en-us/windows/apps/br229516" target="_blank">Windows 8 Developer Build</a> which is around 5GB or so.</p>
<p>You might be tempted to try and install it in Virtual PC in Windows 7. Don’t. It won’t work and will tell you that you don’t have a 64bit processor even if you have one. Accept the license.</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 install Windows 8 Developer Build and a Visual Tour 01" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 01" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image8.png" width="583" height="434" /></p>
<p>Click Custom.</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 install Windows 8 Developer Build and a Visual Tour 02" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 02" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image9.png" width="580" height="431" /></p>
<p>Tell it to use as much disk space as you would like.</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 install Windows 8 Developer Build and a Visual Tour 03" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 03" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image10.png" width="579" height="429" /></p>
<p>Sit back and enjoy a hands free install!</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 install Windows 8 Developer Build and a Visual Tour 04" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 04" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image11.png" width="578" height="430" /></p>
<p>&#160;</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 install Windows 8 Developer Build and a Visual Tour 05" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 05" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image12.png" width="579" height="434" /></p>
<p>&#160;</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 install Windows 8 Developer Build and a Visual Tour 06" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 06" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image13.png" width="582" height="436" /></p>
<p>&#160;</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 install Windows 8 Developer Build and a Visual Tour 07" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 07" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image14.png" width="583" height="435" /></p>
<p>&#160;</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 install Windows 8 Developer Build and a Visual Tour 08" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 08" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image15.png" width="583" height="437" /></p>
<p>&#160;</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 install Windows 8 Developer Build and a Visual Tour 09" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 09" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image16.png" width="584" height="437" /></p>
<p>&#160;</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 install Windows 8 Developer Build and a Visual Tour 10" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 10" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image17.png" width="585" height="437" /></p>
<p>&#160;</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 install Windows 8 Developer Build and a Visual Tour 11" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 11" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image18.png" width="584" height="437" /></p>
<p>&#160;</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 install Windows 8 Developer Build and a Visual Tour 12" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 12" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image19.png" width="584" height="434" /></p>
<p>&#160;</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 install Windows 8 Developer Build and a Visual Tour 13" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 13" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image20.png" width="585" height="436" /></p>
<p>This is the first screen you will see. Believe it or not this is also what the new start menu looks like.</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 install Windows 8 Developer Build and a Visual Tour 14" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 14" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image21.png" width="591" height="462" /></p>
<p>If you are on the desktop and no program are open this is how the Start Menu works</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 install Windows 8 Developer Build and a Visual Tour 16" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 16" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image22.png" width="594" height="444" /></p>
<p>The new Explorer view.</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 install Windows 8 Developer Build and a Visual Tour 18" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 18" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image23.png" width="589" height="471" /></p>
<p>This is the new Metro version of Internet explorer.</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 install Windows 8 Developer Build and a Visual Tour 19" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour  19" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image24.png" width="617" height="462" /></p>
<p>Desktop Version of Internet Explorer.</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 install Windows 8 Developer Build and a Visual Tour 20" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 20" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image25.png" width="618" height="462" /></p>
<p>New Control Panel. Do I dare say it looks beautiful!?!?</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 install Windows 8 Developer Build and a Visual Tour 21" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 21" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image26.png" width="612" height="467" /></p>
<p>New Task Manager with no Details</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 install Windows 8 Developer Build and a Visual Tour 22" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 22" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image27.png" width="605" height="474" /></p>
<p>Task manager with details.</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 install Windows 8 Developer Build and a Visual Tour 23" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 23" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image28.png" width="609" height="491" /></p>
<p>Locked screen. You need to swipe up with your finger or with your mouse. Once done this will take you to the Login screen you’ve seen earlier.</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install Windows 8 Developer Build and a Visual Tour 24" border="0" alt="How to install Windows 8 Developer Build and a Visual Tour 24" src="http://jaredheinrichs.com/wp-content/uploads/2011/09/image29.png" width="611" height="455" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-install-windows-8-developer-build-and-a-visual-tour.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Profile was not loaded correctly &#8211; domain</title>
		<link>http://jaredheinrichs.com/user-profile-was-not-loaded-correctly-domain.html</link>
		<comments>http://jaredheinrichs.com/user-profile-was-not-loaded-correctly-domain.html#comments</comments>
		<pubDate>Fri, 17 Jun 2011 15:46:11 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/user-profile-was-not-loaded-correctly-domain.html</guid>
		<description><![CDATA[My problem was solved using this technique: 1. Restart your PC to release the locks on your profile. 2. Log on with another administrative account 3. Delete C:\Users\%username% 4. Delete C:\Users\TEMP 5. Delete the registry key matching your SID from &#8230; <a href="http://jaredheinrichs.com/user-profile-was-not-loaded-correctly-domain.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My problem was solved using this technique:<br />
1. Restart your PC to release the locks on your profile.<br />
2. Log on with another administrative account<br />
3. Delete C:\Users\%username%<br />
4. Delete C:\Users\TEMP<br />
5. Delete the registry key matching your SID from<br />
&#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows<br />
NT\CurrentVersion\ProfileList&#8221;. Check the value &#8220;ProfileImagePath&#8221; to make<br />
sure you pick your own profile.<br />
6. Restart once again and then you&#8217;re done!</p>
<p>Hope this helps someone using domain accounts instead of local ones!</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/user-profile-was-not-loaded-correctly-domain.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Adapter doesn&#8217;t show up in Windows 2003 Hyper-V Virtual machine</title>
		<link>http://jaredheinrichs.com/network-adapter-doesnt-show-up-in-windows-2003-hyper-v-virtual-machine.html</link>
		<comments>http://jaredheinrichs.com/network-adapter-doesnt-show-up-in-windows-2003-hyper-v-virtual-machine.html#comments</comments>
		<pubDate>Wed, 08 Jun 2011 14:30:02 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Hyper-V]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/network-adapter-doesnt-show-up-in-windows-2003-hyper-v-virtual-machine.html</guid>
		<description><![CDATA[The most likely reason why the network adapter doesn’t show up in a Windows 2003 virtual machine is that you need to use a legacy adapter. In order to use a legacy adapter you need to: Make sure that the &#8230; <a href="http://jaredheinrichs.com/network-adapter-doesnt-show-up-in-windows-2003-hyper-v-virtual-machine.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The most likely reason why the network adapter doesn’t show up in a Windows 2003 virtual machine is that you need to use a legacy adapter. In order to use a legacy adapter you need to:</p>
<ol>
<li>Make sure that the virtual machine in question is turned off and is not in any hibernation state.</li>
<li>Once that is done you right click the Virtual machine. Remove any NIC’s that may currently be installed. </li>
<li>Click “Add hardware”. It should be the top most option.</li>
<li>You will select Legacy NIC</li>
<li>Apply the settings and start the virtual machine</li>
</ol>
<p>Notice that the Legacy Network Adapter will be yellowie-orangish color and say “Legacy Network Adapter”.</p>
<p><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/2011/06/image4.png" width="620" height="360" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/network-adapter-doesnt-show-up-in-windows-2003-hyper-v-virtual-machine.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to script the VPN connection to VPN server</title>
		<link>http://jaredheinrichs.com/how-to-script-the-vpn-connection-to-vpn-server.html</link>
		<comments>http://jaredheinrichs.com/how-to-script-the-vpn-connection-to-vpn-server.html#comments</comments>
		<pubDate>Mon, 06 Jun 2011 15:25:56 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows Command Line]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-script-the-vpn-connection-to-vpn-server.html</guid>
		<description><![CDATA[Most of the posts that I have seen about scripting VPN connections refers to scripting the actual connection “settings” but not the “act” of starting the VPN connection. Scripting the VPN connection to the server requires that you have already &#8230; <a href="http://jaredheinrichs.com/how-to-script-the-vpn-connection-to-vpn-server.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Most of the posts that I have seen about scripting VPN connections refers to scripting the actual connection “settings” but not the “act” of starting the VPN connection.</p>
<p>Scripting the VPN connection to the server requires that you have already gone in on the workstation physically setup the VPN connection. It’s important that you know the full name of the VPN. In your VPN connections area you can verify what the name of the VPN is. In my example the name of VPN is “Fake Company VPN”.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2011/06/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to script the VPN connection to VPN server 01" border="0" alt="How to script the VPN connection to VPN server 01" src="http://jaredheinrichs.com/wp-content/uploads/2011/06/image_thumb.png" width="242" height="352" /></a></p>
<p>Once you have verified that you have a connection and that it actually connects you can proceed.</p>
<p>We are going to be using the built in command “Raddial”. If we type “rasdial /?” at the command prompt we would get this:</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2011/06/image1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to script the VPN connection to VPN server 02" border="0" alt="How to script the VPN connection to VPN server 02" src="http://jaredheinrichs.com/wp-content/uploads/2011/06/image_thumb1.png" width="550" height="145" /></a></p>
<p>This command should be pretty straight forward. The only thing that might be a bit confusing is that “entryname” should be identical to what ever you called the VPN connection during it’s setup. In my case I called it “Fake Company VPN”. Because the name has spaces in it we MUST use apostrophe’s.</p>
<p>Open “notepad” and enter the information as such. We are going to be using the command “Rasdial” to script the connection to the server. Please fill in the information as it applies to you and the VPN connection.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2011/06/image2.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to script the VPN connection to VPN server 03" border="0" alt="How to script the VPN connection to VPN server 03" src="http://jaredheinrichs.com/wp-content/uploads/2011/06/image_thumb2.png" width="547" height="102" /></a></p>
<p>Save the contents in Notepad as “vpn-connection.bat”. You’re done! You can now use this script in schedule tasks.</p>
<p>Here’s what the connection will look like from the command prompt view.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2011/06/image3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to script the VPN connection to VPN server 03" border="0" alt="How to script the VPN connection to VPN server 03" src="http://jaredheinrichs.com/wp-content/uploads/2011/06/image_thumb3.png" width="434" height="83" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-script-the-vpn-connection-to-vpn-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Group Policy to turn on Microsoft Distributed Transaction Coordinator (DTC) and firewall settings</title>
		<link>http://jaredheinrichs.com/using-group-policy-to-turn-on-microsoft-distributed-transaction-coordinator-dtc-and-firewall-settings.html</link>
		<comments>http://jaredheinrichs.com/using-group-policy-to-turn-on-microsoft-distributed-transaction-coordinator-dtc-and-firewall-settings.html#comments</comments>
		<pubDate>Sat, 14 May 2011 18:21:45 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Group Policy]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/using-group-policy-to-turn-on-microsoft-distributed-transaction-coordinator-dtc-and-firewall-settings.html</guid>
		<description><![CDATA[**NOTE ** &#8211; There might be better ways of doing this in newer versions then 2003 Group Policy but I never found a way. This post will go over how to turn on DTC only for the domain the computer &#8230; <a href="http://jaredheinrichs.com/using-group-policy-to-turn-on-microsoft-distributed-transaction-coordinator-dtc-and-firewall-settings.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>**NOTE ** &#8211; There might be better ways of doing this in newer versions then 2003 Group Policy but I never found a way. This post will go over how to turn on DTC only for the domain the computer resides as well as making the proper firewall rules on the client.</p>
<p>First thing you want to do is create a new Group Policy Object. For simplicity sake I am just going to call it “DTC”.</p>
<p><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/2011/05/image.png" width="345" height="226" /></p>
<p>Edit DTC. Go to “Computer Configuration” – “Windows Settings” – “Scripts (Startup/Shutdown)” – “Startup”.</p>
<p><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/2011/05/image1.png" width="601" height="190" /></p>
<p>Were’s going to create two items. One will import a few registry settings. The second one will runs some commands that will open the firewall so that DTC will only be externally exesible if the computer is on the domain.</p>
<p>Click “Add” button in the “startup Scripts for DTC”.</p>
<p>Script name is “regedit.exe” and the script parameters is “/s msdtc.reg”. Click “OK”.</p>
<p><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/2011/05/image2.png" width="381" height="186" /></p>
<p>You’re going to add another script so click “add” again. This time the script name is “firewall.bat”. Click “OK”.</p>
<p><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/2011/05/image3.png" width="381" height="183" /></p>
<p>Now we need to create the files needed. On the “Startup Properties” window click “Show files”.</p>
<p><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/2011/05/image4.png" width="404" height="448" /></p>
<p>In the Window that opens you will need to create two files and name them “Firewall.bat” amd “msdtc.reg”.</p>
<p><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/2011/05/image5.png" width="290" height="140" /></p>
<p>The contents of the firewall.bat is:</p>
<ul>
<li>netsh advfirewall firewall set rule name=&quot;Distributed Transaction Coordinator (TCP-In)&quot; new enable=yes profile=&quot;domain&quot;</li>
<li>netsh advfirewall firewall set rule name=&quot;Distributed Transaction Coordinator (TCP-Out)&quot; new enable=yes profile=&quot;domain&quot;</li>
<li>netsh advfirewall firewall set rule name=&quot;Distributed Transaction Coordinator (RPC)&quot; new enable=yes profile=&quot;domain&quot;</li>
<li>netsh advfirewall firewall set rule name=&quot;Distributed Transaction Coordinator (RPC-EPMAP)&quot; new enable=yes profile=&quot;domain&quot;</li>
<li>netsh advfirewall firewall set rule name=&quot;Distributed Transaction Coordinator (TCP-In)&quot; new enable=yes profile=&quot;domain&quot;</li>
<li>netsh advfirewall firewall set rule name=&quot;Distributed Transaction Coordinator (TCP-Out)&quot; new enable=yes profile=&quot;domain&quot;</li>
<li>netsh advfirewall firewall set rule name=&quot;Distributed Transaction Coordinator (RPC)&quot; new enable=yes profile=&quot;domain&quot;</li>
<li>netsh advfirewall firewall set rule name=&quot;Distributed Transaction Coordinator (RPC-EPMAP)&quot; new enable=yes profile=&quot;domain&quot;</li>
</ul>
<p><img style="background-image: none; border-bottom: 0px; border-left: 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/2011/05/image7.png" width="689" height="110" /></p>
<p>The Contents of “msdtc.reg” is:</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\Security]   <br />&quot;AccountName&quot;=&quot;NT AUTHORITY\\NetworkService&quot;    <br />&quot;DomainControllerState&quot;=dword:00000000    <br />&quot;NetworkDtcAccess&quot;=dword:00000001    <br />&quot;NetworkDtcAccessAdmin&quot;=dword:00000000    <br />&quot;NetworkDtcAccessClients&quot;=dword:00000001    <br />&quot;NetworkDtcAccessInbound&quot;=dword:00000001    <br />&quot;NetworkDtcAccessOutbound&quot;=dword:00000001    <br />&quot;NetworkDtcAccessTip&quot;=dword:00000000    <br />&quot;NetworkDtcAccessTransactions&quot;=dword:00000001    <br />&quot;XaTransactions&quot;=dword:00000000    <br />&quot;name=NetworkDTCAccess&quot;=&quot;Value=1&quot;</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\Security\XAKeyCNG]   <br />&quot;77f3543b-7150-40c0-84da-f1048248b689&quot;=hex:30,02,00,00,4b,53,53,4d,02,00,01,00,\    <br />&#160; 01,00,00,00,10,00,00,00,00,01,00,00,10,00,00,00,1f,da,f8,22,ed,6f,a9,a8,e4,\    <br />&#160; 97,34,38,51,20,e2,e6,00,00,00,00,00,00,00,00,00,00,00,00,3b,54,f3,77,0a,00,\    <br />&#160; 00,00,1f,da,f8,22,ed,6f,a9,a8,e4,97,34,38,51,20,e2,e6,a9,42,76,f3,44,2d,df,\    <br />&#160; 5b,a0,ba,eb,63,f1,9a,09,85,13,43,e1,52,57,6e,3e,09,f7,d4,d5,6a,06,4e,dc,ef,\    <br />&#160; 38,c5,3e,3d,6f,ab,00,34,98,7f,d5,5e,9e,31,09,b1,f7,c4,f6,36,98,6f,f6,02,00,\    <br />&#160; 10,23,5c,9e,21,2a,ed,1a,21,a3,3d,82,4e,55,3f,82,5e,76,63,1c,7f,5c,8e,e8,6b,\    <br />&#160; ba,a1,6a,25,ef,9e,e8,7b,99,fd,f4,04,c5,73,5a,cd,35,1e,30,e8,da,80,d8,93,43,\    <br />&#160; 7d,2c,97,86,0e,52,89,9e,6f,62,61,44,ef,ba,f2,07,92,96,65,81,9c,04,85,40,ff,\    <br />&#160; 66,e4,04,10,dc,16,03,82,4a,73,82,1e,bd,96,32,29,db,72,36,39,07,64,35,bb,4d,\    <br />&#160; 17,b7,a5,1f,da,f8,22,ed,6f,a9,a8,e4,97,34,38,51,20,e2,e6,06,eb,05,86,08,d5,\    <br />&#160; 52,62,cd,3f,b9,d9,74,45,59,8f,ec,e2,c3,2e,e4,37,91,4c,29,08,28,95,5d,4d,71,\    <br />&#160; 1a,8e,aa,6f,b5,6a,9d,fe,f9,43,95,d6,6c,1e,d8,a7,76,bf,6f,43,60,d5,f2,bd,99,\    <br />&#160; 96,67,6b,f5,88,bf,cc,83,44,b4,ac,f9,91,46,11,60,07,21,7a,95,8f,9e,b6,16,92,\    <br />&#160; e3,eb,02,03,a5,fa,62,04,84,80,f7,8b,1a,36,e1,e3,6c,ef,dc,e0,c9,15,be,e4,4d,\    <br />&#160; 95,49,6f,57,a3,a8,83,73,1b,c1,63,ba,0e,7f,87,f7,9b,36,e8,a0,38,9e,c3,32,fb,\    <br />&#160; 34,a0,88,f5,4b,27,7f,6e,7d,cf,df,56,e3,bd,96,32,29,db,72,36,39,07,64,35,bb,\    <br />&#160; 4d,17,b7,a5,00,00,00,00,a8,16,2c,01,ce,58,83,d2,6e,28,9a,7a,00,00,00,00,00,\    <br />&#160; 00,00,00,00,00,00,00,5b,00,00,00,16,c4,5a,19,00,00,00,80,09,00,31,75,00,00,\    <br />&#160; 00,00,e4,e2,2f,01,e4,e2,2f,01,00,00,00,00,a8,16,2c,01,9a,70,40,36,63,7a,9b,\    <br />&#160; 8d,00,00,00,00,00,00,00,00,00,00,00,00,5c,00,00,00,6f,c4,5a,19,00,00,00,80,\    <br />&#160; f0,00,31,75,00,00,00,00,34,e4,2f,01,34,e4,2f,01,00,00,00,00,a8,16,2c,01,bb,\    <br />&#160; 44,ff,ff,59,83,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00</p>
<p>Like any other Group Policy Object you must apply this object to a OU. The OU should contain the computers that will be needing these new settings. I will be including a zip file of these two files for download.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/using-group-policy-to-turn-on-microsoft-distributed-transaction-coordinator-dtc-and-firewall-settings.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

