<?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>JJClements.co.uk &#187; msgina</title>
	<atom:link href="http://www.jjclements.co.uk/tag/msgina/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jjclements.co.uk</link>
	<description>Clem&#039;s Technical Blog</description>
	<lastBuildDate>Tue, 15 Nov 2011 00:16:50 +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>Black logon box and text fields on Windows Server 2003</title>
		<link>http://www.jjclements.co.uk/2009/07/08/black-logon-box-and-text-fields-on-windows-server-2003/</link>
		<comments>http://www.jjclements.co.uk/2009/07/08/black-logon-box-and-text-fields-on-windows-server-2003/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 11:16:53 +0000</pubDate>
		<dc:creator>James Clements</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[logon]]></category>
		<category><![CDATA[msgina]]></category>

		<guid isPermaLink="false">http://www.jjclements.co.uk/?p=279</guid>
		<description><![CDATA[I had a problem the other day when I went to logon to a server using RDP and the text fields where you enter your username and password were black! I typed in my credentials anyway and found that I could still logon to the server. After this there seemed to be no other issues. [...]]]></description>
			<content:encoded><![CDATA[<p>I had a problem the other day when I went to logon to a server using RDP and the text fields where you enter your username and password were black! I typed in my credentials anyway and found that I could still logon to the server. After this there seemed to be no other issues.</p>
<p><span id="more-279"></span></p>
<p>Here is what I was presented with when I tried to logon:</p>
<p><img src="http://www.jjclements.co.uk/wp-content/uploads/2009/07/blacklogon.png" alt="blacklogon.png" /></p>
<p>Around the time it happened I remember the OS volume running extremely low on space and figured it may be a corrupt user profile. So I renamed the profile and then tried to logon to the server again using Remote Desktop. I was again presented with the same logon screen with black text fields. After a quick search on the Microsoft knowledge base I came across an article that seemed to offer a workaround:</p>
<p><a href="http://support.microsoft.com/kb/906510" target="_blank" rel="nofollow">KB906510</a></p>
<p>I had a quick check of the HKEY_USERS\.Default\Control Panel\Colors registry key and surely enough lots of the colours were set to "0 0 0":</p>
<p>[HKEY_USERS\.DEFAULT\Control Panel\Colors]<br />
"ActiveBorder"="212 208 200"<br />
"ActiveTitle"="10 36 106"<br />
"AppWorkSpace"="128 128 128"<br />
"Background"="102 111 116"<br />
"ButtonAlternateFace"="181 181 181"<br />
"ButtonDkShadow"="64 64 64"<br />
"ButtonFace"="212 208 200"<br />
"ButtonHilight"="255 255 255"<br />
"ButtonLight"="212 208 200"<br />
"ButtonShadow"="128 128 128"<br />
"ButtonText"="0 0 0"<br />
"GradientActiveTitle"="166 202 240"<br />
"GradientInactiveTitle"="192 192 192"<br />
"GrayText"="128 128 128"<br />
"Hilight"="10 36 106"<br />
"HilightText"="255 255 255"<br />
"HotTrackingColor"="0 0 128"<br />
"InactiveBorder"="0 0 0"<br />
"InactiveTitle"="0 0 0"<br />
"InactiveTitleText"="0 0 0"<br />
"InfoText"="0 0 0"<br />
"InfoWindow"="0 0 0"<br />
"Menu"="0 0 0"<br />
"MenuText"="0 0 0"<br />
"Scrollbar"="0 0 0"<br />
"TitleText"="0 0 0"<br />
"Window"="0 0 0"<br />
"WindowFrame"="0 0 0"<br />
"WindowText"="0 0 0"<br />
"MenuHilight"="0 0 0"<br />
"MenuBar"="0 0 0"</p>
<p>I exported the same registry key from another server (that wasn't affected) and imported it into the registry of the server that was displaying the black logon screen. After logging off and back onto the server (no reboot necessary) the colours had returned to what they were previously:</p>
<p><img src="http://www.jjclements.co.uk/wp-content/uploads/2009/07/normallogon.png" alt="normallogon.png" /></p>
<p>The registry key values I exported came from a Server running Server 2003 Enterprise Edition but I have compared them to those of Server 2003 Standard Edition and they are the same. You can download the correct registry values from here:</p>
<p><a href="http://www.jjclements.co.uk/wp-content/uploads/2009/07/logoncolourfix.reg" target="_blank" rel="nofollow">Download registry values for KB906510</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jjclements.co.uk/2009/07/08/black-logon-box-and-text-fields-on-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Regkey to disable XP dial-up connection logon</title>
		<link>http://www.jjclements.co.uk/2008/08/22/regkey-to-disable-xp-dial-up-connection-logon/</link>
		<comments>http://www.jjclements.co.uk/2008/08/22/regkey-to-disable-xp-dial-up-connection-logon/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 11:34:47 +0000</pubDate>
		<dc:creator>James Clements</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[dun]]></category>
		<category><![CDATA[logon]]></category>
		<category><![CDATA[msgina]]></category>

		<guid isPermaLink="false">http://www.jjclements.co.uk/?p=74</guid>
		<description><![CDATA[Here is a registry key I run from a startup script to disable the option that allows users to invoke a "Log on using dial-up connection". Having had experience of working in a school I know how kids will use any excuse to distract them from logging onto a computer and starting the lesson! Here [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a registry key I run from a startup script to disable the option that allows users to invoke a "Log on using dial-up connection". Having had experience of working in a school I know how kids will use any excuse to distract them from logging onto a computer and starting the lesson!</p>
<p><span id="more-74"></span></p>
<p>Here is the logon screen before the registry key has been added:</p>
<p><img src="http://www.jjclements.co.uk/wp-content/uploads/2008/08/beforedunregkey.png" alt="beforedunregkey.png" /></p>
<p>Here is what happens if a user selects the "Log on using dial-up connection" checkbox before logging on:</p>
<p><img src="http://www.jjclements.co.uk/wp-content/uploads/2008/08/duringdunlogon.png" alt="duringdunlogon.png" /></p>
<p>Setting the following registry key will disable the checkbox, disabling all users from using the dial-up connection feature:</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</p>
<p>you will need to manually create a new string value (REG_SZ) called RasDisable. Set the value's data to 1.</p>
<p>Here is the final result:</p>
<p><img src="http://www.jjclements.co.uk/wp-content/uploads/2008/08/afterdunregkey.png" alt="afterdunregkey.png" /></p>
<p>And finally here is what I wrote to add the regkey to all computers using a <a href="http://www.kixtart.org" target="_blank" rel="nofollow">KiXtart</a> startup script through Group Policy:</p>
<p>;===============================================<br />
;===============================================<br />
;<br />
;       DISABLE LOGON USING DIAL-UP CONNECTION<br />
;<br />
;===============================================<br />
;===============================================</p>
<p>IF READVALUE("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon", "RasDisable") <>"1"<br />
	WRITEVALUE("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon", "RasDisable", "1", "REG_SZ")<br />
ENDIF</p>
<p>NOTE: I've noticed that the quote marks are not displayed properly on this page. Here is the <a href="http://www.kixtart.org" target="_blank" rel="nofollow">KiXtart</a> script in its intended form:</p>
<p><a href="http://www.jjclements.co.uk/wp-content/uploads/2008/08/kixtart-disable-logon-dun.txt" target="_blank" rel="nofollow">Download Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jjclements.co.uk/2008/08/22/regkey-to-disable-xp-dial-up-connection-logon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

