Jump to content

Search the Community

Showing results for tags 'small'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • The General Stuff
    • Announcements
    • Introduce Yourself!
    • General Discussion
  • Microsoft Software Products
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Server
    • Older Windows NT-Family OSes
    • Windows 9x/ME
    • Other Microsoft Products
  • Unattended Windows Discussion & Support
    • Unattended Windows
    • Other Unattended Projects
  • Member Contributed Projects
    • Nuhi Utilities
    • Member Projects
    • Other Member Contributed Projects
    • Windows Updates Downloader
  • Software, Hardware, Media and Games
    • Forum Categories
    • Mobile Devices
  • Customizing Windows and Graphics
    • Customizing Windows
    • Customizing Graphics
  • Coding, Scripting and Servers
    • Web Development (HTML, Java, PHP, ASP, XML, etc.)
    • Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
    • Server - Side Help (IIS, Apache, etc.)

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype

Found 1 result

  1. Have you ever looked at the logon screen in Windows Server 2003 R2 and thought "Wait a minute. Something looks a little bit off here." Well, you'd be right. In every version of Windows NT 5.x there are two banner bitmaps that are used on the logon screen. One used for the logon prompt, and the one used for the status messages between the differing stages of logging on. That is every version, except Server 2003 R2 (and also Windows XP Embedded, but anyway.). It looks like this: For some reason Microsoft just never bothered to make two bitmaps. But I did: See. Much better. Most of you will probably think that this is totally stupid and doesn't matter in the grand scheme of things. But for those of you that do think it matters, here are what you need. These registry values for Server 2003 R2 Standard Edition (only). Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\CustomBrand][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\CustomBrand\{F20B21BE-5E3D-11d2-8789-68CB20524153}]@="r2brand.dll, -1001"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\CustomBrand\{F20B21BF-5E3D-11d2-8789-68CB20524153}]@="r2brand.dll, -1002"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\CustomBrand\{F20B21C0-5E3D-11d2-8789-68CB20524153}]@="r2brand.dll, -1010"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\CustomBrand\{F20B21C1-5E3D-11d2-8789-68CB20524153}]@="r2brand.dll, -1011"And this modified version of "r2brand.dll" with the new added bitmap images. http://www.mediafire.com/download/786f3e33er8vao4/r2brand.dll Note: This is not for the x64 Editions of Windows Server 2003 R2. Replace r2brand.dll - through the Recovery Console or whatever method you have - first, then run the registry file. _______________________ For those of you not running Server 2003 R2 Standard Edition, you'll need to delve into the registry a little bit. Got to that part of the registry and you should find references to the same resource in r2brand.dll. The bottom two references are the banner for the logon prompt. One is a black and white basic image, and the other is the full colour version. (the one that needs to be changed). The full colour version that we need to change in this case is the 3rd one down in that list of four keys. Change the value in that key to the number that corresponds to your version of Server 2003 R2. Example: If you have Enterprise Edition, use 1013. If you have Datacenter Edition, use 1015. Reboot, and that should be that. Sooner or later I'll come up with a registry file that works on all three major releases of Server 2003 R2, and then maybe the x64 Editions.
×
×
  • Create New...