<?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>Mike&#039;s Blog &#187; windows 7</title>
	<atom:link href="http://www.brintech.net/tag/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brintech.net</link>
	<description>Gospel study notes and technical journal</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:01:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows 7 to Windows 2000 network connection</title>
		<link>http://www.brintech.net/windows-7-to-windows-2000-network-connection/</link>
		<comments>http://www.brintech.net/windows-7-to-windows-2000-network-connection/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 18:54:59 +0000</pubDate>
		<dc:creator>mbrinson</dc:creator>
				<category><![CDATA[Technical Journal]]></category>
		<category><![CDATA[Technology Recipes]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.brintech.net/?p=1302</guid>
		<description><![CDATA[You need to tweak a registry setting in order to allow connecting to a windows share that is shared on a windows 2000 or xp machine from a Windows 7 machine. Here is the technet article that describes the registry setting that needs to be changed: http://technet.microsoft.com/en-us/library/cc960646.aspx Here is the relevant part from the post: [...]]]></description>
			<content:encoded><![CDATA[<p>You need to tweak a registry setting in order to allow connecting to a windows share that is shared on a windows 2000 or xp machine from a Windows 7 machine.  Here is the technet article that describes the registry setting that needs to be changed:</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc960646.aspx">http://technet.microsoft.com/en-us/library/cc960646.aspx</a></p>
<p>Here is the relevant part from the post:</p>
<p>LmCompatibilityLevel</p>
<p>HKLM\SYSTEM\CurrentControlSet\Control\Lsa</p>
<p>Data type</p>
<p>Range</p>
<p>Default value</p>
<p>REG_DWORD</p>
<p>0–5</p>
<p>0</p>
<p>Description</p>
<p>Specifies the mode of authentication and session security to be used for network logons.</p>
<p>Value</p>
<p>Meaning</p>
<p>0</p>
<p>Clients use LM and NTLM authentication, but they never use NTLMv2 session security. Domain controllers accept LM, NTLM, and NTLMv2 authentication.</p>
<p>1</p>
<p>Clients use LM and NTLM authentication, and they use NTLMv2 session security if the server supports it. Domain controllers accept LM, NTLM, and NTLMv2 authentication.</p>
<p>2</p>
<p>Clients use only NTLM authentication, and they use NTLMv2 session security if the server supports it. Domain controller accepts LM, NTLM, and NTLMv2 authentication.</p>
<p>3</p>
<p>Clients use only NTLMv2 authentication, and they use NTLMv2 session security if the server supports it. Domain controllers accept LM, NTLM, and NTLMv2 authentication.</p>
<p>4</p>
<p>Clients use only NTLMv2 authentication, and they use NTLMv2 session security if the server supports it. Domain controller refuses LM authentication responses, but it accepts NTLM and NTLMv2.</p>
<p>5</p>
<p>Clients use only NTLMv2 authentication, and they use NTLMv2 session security if the server supports it. Domain controller refuses LM and NTLM authentication responses, but it accepts NTLMv2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brintech.net/windows-7-to-windows-2000-network-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 old QuickLaunch</title>
		<link>http://www.brintech.net/windows-7-old-quicklaunch/</link>
		<comments>http://www.brintech.net/windows-7-old-quicklaunch/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 09:58:50 +0000</pubDate>
		<dc:creator>mbrinson</dc:creator>
				<category><![CDATA[Technical Journal]]></category>
		<category><![CDATA[Technology Recipes]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.brintech.net/?p=1265</guid>
		<description><![CDATA[I do not like the large spacing that does not seem to be adjustable in the Windows 7 taskbar. I spent some time googling and found the post below that I have re-posted here. Hooray! THE GOOD OL&#8217; QUICK LAUNCH SOLUTION 1.Right click on the taskbar 2.Select : Toolbars&#8212;&#62;&#8221;New Toolbar&#8221; 3.Enter this line in the [...]]]></description>
			<content:encoded><![CDATA[<p>I do not like the large spacing that does not seem to be adjustable in the Windows 7 taskbar.  I spent some time googling and found the post below that I have re-posted here.  Hooray!</p>
<blockquote>
<h5>THE GOOD OL&#8217; QUICK LAUNCH SOLUTION</h5>
<p>1.Right click on the taskbar<br />
2.Select : Toolbars&#8212;&gt;&#8221;New Toolbar&#8221;<br />
3.Enter this line in the folder line :</p>
<pre>%SystemDrive%\Users\%username%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch</pre>
<p>4.Make sure the right folder appeared on the list, then press &#8220;Select Folder&#8221;<br />
5.Unlock the taskbar</p>
<p>Voila! Seems like you got the good ol&#8217; quick launch bar</p></blockquote>
<p>via <a href="http://windows7forums.com/windows-7-discussion/1163-taskbar-customization.html">http://windows7forums.com/windows-7-discussion/1163-taskbar-customization.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brintech.net/windows-7-old-quicklaunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

