<?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>tinyint.com &#187; windows 2003</title>
	<atom:link href="http://www.tinyint.com/index.php/tag/windows-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tinyint.com</link>
	<description>An engineering and development &#60;em&#62;Factory of Knowledge&#60;/em&#62;™</description>
	<lastBuildDate>Mon, 09 Aug 2010 19:41:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Black Login Screen Showing Logo in Windows 2003</title>
		<link>http://www.tinyint.com/index.php/2009/06/22/black-login-screen-showing-logo-in-windows-2003/</link>
		<comments>http://www.tinyint.com/index.php/2009/06/22/black-login-screen-showing-logo-in-windows-2003/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 09:56:03 +0000</pubDate>
		<dc:creator>tcnolan</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[black login]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[windows 2003]]></category>

		<guid isPermaLink="false">http://www.tinyint.com/?p=71</guid>
		<description><![CDATA[Have you ever had a login screen show up in Windows where everything is black except for the logo like the image below? This happens sometimes when the system drive on a server fills up, and a bug in windows causing all of the color settings to default to black. It is a pretty common [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever had a login screen show up in Windows where everything is black except for the logo like the image below? This happens sometimes when the system drive on a server fills up, and a bug in windows causing all of the color settings to default to black. It is a pretty common problem, however for some reason Microsoft has not released a KB article about this even though I have seen this happen numerous times.</p>
<div id="attachment_72" class="wp-caption alignnone" style="width: 510px"><a href="http://www.tinyint.com/wp-content/uploads/2009/06/black-login-with-logo.png"><img class="size-full wp-image-72" title="black-login-with-logo" src="http://www.tinyint.com/wp-content/uploads/2009/06/black-login-with-logo.png" alt="Black Login Screen With Logo in Windows 2003" width="500" height="395" /></a><p class="wp-caption-text">Black Login Screen With Logo in Windows 2003</p></div>
<p>If you ever see this happen on one of your machines, the solution is actually pretty simple. The first thing you will need to do is clear up the disk space on the server. The easiest way is to do this remotely from another server. If you do not have that option, try and type the username in the blank screen, you should see the text cursor move across as if it is recognizing the letters you are typing, which it is. If you don&#8217;t see the cursor moving, it may just be waiting for you to press Ctrl-Alt-Del, so press that and try again. Once the username is entered, press tab and enter the password. Then hit enter and you should be able to login without an issue. Once you are logged in you will see that all of the color is back on the screen and you can use the machine like normal and you can now clear up the disk space issue.</p>
<p>Now that the disk space has been cleared up, you will want to make a few changes to the registry. You will want to take a backup of the registry before you make any changes though. For more information on backing up the registry check out the following link <a href="http://support.microsoft.com/kb/322756">http://support.microsoft.com/kb/322756</a> for Windows XP/Vista&#8230; the steps are pretty much the same for Windows 2003. Keep in mind that the next step of editing the registry can be dangerous if things are done improperly and you must do so at your own risk. To quote Microsoft, with one change to refer to this site:</p>
<blockquote><p><strong>Warning</strong> Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. TinyInt.Com cannot guarantee that these problems can be solved. Modify the registry at your own risk.</p></blockquote>
<p>Ok now that that is out of the way, and you have backed up your registry, you can try the following. You can manually edit the registry, specifically the string values located in the key [HKEY_USERS\.DEFAULT\Control Panel\Colors] to match the following block of text. You can also simply start up notepad, copy the text below into a blank document, then save the file to your desktop as something like colors.reg (make sure to change the &#8220;Files of Type&#8221; to &#8220;All Files&#8221; so it doesn&#8217;t save as a text file) then simply double click on that file on your desktop and click yes to allow it to be imported into your registry. Then you can log off and you should see that the colors have been updated!</p>
<pre class="brush: plain;">
Windows Registry Editor Version 5.00

[HKEY_USERS\.Default\Control Panel\Colors]
&quot;ActiveBorder&quot;=&quot;212 208 200&quot;
&quot;ActiveTitle&quot;=&quot;10 36 106&quot;
&quot;AppWorkSpace&quot;=&quot;128 128 128&quot;
&quot;Background&quot;=&quot;102 111 116&quot;
&quot;ButtonAlternateFace&quot;=&quot;181 181 181&quot;
&quot;ButtonDkShadow&quot;=&quot;64 64 64&quot;
&quot;ButtonFace&quot;=&quot;212 208 200&quot;
&quot;ButtonHilight&quot;=&quot;255 255 255&quot;
&quot;ButtonLight&quot;=&quot;212 208 200&quot;
&quot;ButtonShadow&quot;=&quot;128 128 128&quot;
&quot;ButtonText&quot;=&quot;0 0 0&quot;
&quot;GradientActiveTitle&quot;=&quot;166 202 240&quot;
&quot;GradientInactiveTitle&quot;=&quot;192 192 192&quot;
&quot;GrayText&quot;=&quot;128 128 128&quot;
&quot;Hilight&quot;=&quot;10 36 106&quot;
&quot;HilightText&quot;=&quot;255 255 255&quot;
&quot;HotTrackingColor&quot;=&quot;0 0 128&quot;
&quot;InactiveBorder&quot;=&quot;212 208 200&quot;
&quot;InactiveTitle&quot;=&quot;128 128 128&quot;
&quot;InactiveTitleText&quot;=&quot;212 208 200&quot;
&quot;InfoText&quot;=&quot;0 0 0&quot;
&quot;InfoWindow&quot;=&quot;255 255 225&quot;
&quot;Menu&quot;=&quot;212 208 200&quot;
&quot;MenuText&quot;=&quot;0 0 0&quot;
&quot;Scrollbar&quot;=&quot;212 208 200&quot;
&quot;TitleText&quot;=&quot;255 255 255&quot;
&quot;Window&quot;=&quot;255 255 255&quot;
&quot;WindowFrame&quot;=&quot;0 0 0&quot;
&quot;WindowText&quot;=&quot;0 0 0&quot;
</pre>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tinyint.com%2Findex.php%2F2009%2F06%2F22%2Fblack-login-screen-showing-logo-in-windows-2003%2F&amp;linkname=Black%20Login%20Screen%20Showing%20Logo%20in%20Windows%202003"><img src="http://www.tinyint.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.tinyint.com/index.php/2009/06/22/black-login-screen-showing-logo-in-windows-2003/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix for a hanging server after shutdown in rdp session&#8230;</title>
		<link>http://www.tinyint.com/index.php/2009/03/25/shutdown-hang-from-remote-desktop-fix/</link>
		<comments>http://www.tinyint.com/index.php/2009/03/25/shutdown-hang-from-remote-desktop-fix/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 20:04:02 +0000</pubDate>
		<dc:creator>tcnolan</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[hotfix]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[windows 2003]]></category>

		<guid isPermaLink="false">http://www.tinyint.com/?p=11</guid>
		<description><![CDATA[One of my least favorite, and recurring, issues with Windows is one that pops up all the time where you try to reboot a server while you are in a remote desktop session; the RDP session will end but the server never reboots.  In my experience this only happens when you reboot within a normal RDP [...]]]></description>
			<content:encoded><![CDATA[<p>One of my least favorite, and recurring, issues with Windows is one that pops up all the time where you try to reboot a server while you are in a remote desktop session; the RDP session will end but the server never reboots.  In my experience this only happens when you reboot within a normal RDP session, but if you are logged in with the /console or /admin switch it will work fine.  This fix is relatively old, but it is one that is not talked about very frequently.  This can also happen if you are logged into a regular RDP session and are trying to run Windows Updates.</p>
<p>This problem is a result of deadlocks occurring between the NTFS shutdown process and disk resource access.  Usually, your server will remain online responding to ping when this happens, and you can even get into computer management, remote registry, and other things remotely.  Getting back into the server through RDP however does not work because terminal services is already shutting down.  You can read more about this at the link below for the KB article.</p>
<p>Without this fix your options are limited to bring the server down gracefully, in fact many people would just do a hard reset from the power button to finish the reboot.  You can however issue a remote shutdown command from the command line.  Simply run &#8220;shutdown /r /t 5 /m \\computer_name&#8221; without the quotes to reboot the machine in question.  Make sure you don&#8217;t forget the /m switch otherwise you will end up rebooting your own machine.  /t is for the time to wait before shutting down and you can use 0 if you like to shutdown immediately, but this doesn&#8217;t give you a chance to send an abort (/a) if you enter the wrong server accidentally. You can also issue &#8220;shutdown /i&#8221; without the quotes to get the interactive dialog which will let you enter a list of servers to reboot and a few other options.</p>
<p>The Microsoft patch for this can be acquired from the following page: <a href="http://support.microsoft.com/kb/930045">http://support.microsoft.com/kb/930045</a></p>
<p><em>Note:</em> This does not solve the problem every single time.  I have seen the issue occur even after applying this patch, but it seems to fix the problem for the vast majority.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tinyint.com%2Findex.php%2F2009%2F03%2F25%2Fshutdown-hang-from-remote-desktop-fix%2F&amp;linkname=Fix%20for%20a%20hanging%20server%20after%20shutdown%20in%20rdp%20session%26%238230%3B"><img src="http://www.tinyint.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.tinyint.com/index.php/2009/03/25/shutdown-hang-from-remote-desktop-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
