MSFN Forum: Why can't Windows Text Setup be changed from Blue? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Why can't Windows Text Setup be changed from Blue? Has it been rehashed? What does that mean? Rate Topic: -----

#1 User is offline   JASpurrier3 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 03-May 05

Posted 09 December 2005 - 10:21 AM

Why can't Windows Text Setup be changed from Blue? I have searched around and all I found what that Winnt.exe was "rehashed" or "obfusticated". What do these terms mean, it there anyway possible to change the blue color?

I am really interested.

Thanks for your input.

-JASpurrier3


#2 User is offline   keytotime 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 400
  • Joined: 05-October 04

Posted 09 December 2005 - 10:44 AM

Nobody's been able to solve it. So you can't change it.

#3 User is offline   laurens 

  • Member
  • PipPip
  • Group: Members
  • Posts: 120
  • Joined: 18-April 04

Posted 15 December 2005 - 05:21 AM

It is possible! About a year ago i :blushing: download :blushing: Windows MCE and this version has the name of the warez :no: group in it. in the text setup i mean so it is possible

#4 User is offline   n7Epsilon 

  • Currently Learning: C#, JavaScript, PHP
  • PipPip
  • Group: Members
  • Posts: 156
  • Joined: 11-February 05

Posted 15 December 2005 - 05:30 AM

You mean obfuscated ?

That means that the code inside WINNT.EXE has been changed in such a way that reverse-engineering it will either fail or produce incomprehensible results....

Google for Code Obfuscation to understand more...

But it would be cool if solved though, then we can have REALLY customized Windows versions...

#5 User is offline   Martijn 

  • It's-a-me, Mario!
  • PipPipPipPip
  • Group: Members
  • Posts: 524
  • Joined: 28-July 04

Posted 15 December 2005 - 01:26 PM

View Postlaurens, on Dec 15 2005, 01:21 PM, said:

It is possible! About a year ago i :blushing: download :blushing: Windows MCE and this version has the name of the warez :no: group in it. in the text setup i mean so it is possible

Let me guess, in the License file?

#6 User is offline   laurens 

  • Member
  • PipPip
  • Group: Members
  • Posts: 120
  • Joined: 18-April 04

Posted 18 December 2005 - 04:13 AM

View PostMartijn, on Dec 15 2005, 01:26 PM, said:

View Postlaurens, on Dec 15 2005, 01:21 PM, said:

It is possible! About a year ago i download Windows MCE and this version has the name of the warez :no: group in it. in the text setup i mean so it is possible

Let me guess, in the License file?

:realmad: no im not stupid :realmad:
i mean the bleu setup.

#7 User is offline   Innocent Devil 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 632
  • Joined: 04-February 05

Posted 18 December 2005 - 12:13 PM

i thin kthe Blue setup screens and texts are coming frm the I386\System32\smss.exe & NTDLL.DLL
winnt.exe has nothing to do with it
it just copies the install files in DOS and reboot the PC
then the setup (textmode) is handled by SMSS.exe and NTDLL.dll
check them with reshacker
i havnt tried to edit those , sometimes may work ??

#8 User is offline   anoxan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 57
  • Joined: 24-November 05

Posted 23 December 2005 - 09:44 PM

I just went through ntdll.dll and nothing for bitmaps

smss.exe has two bitmaps that I can't see...and it looks like all of the setup text..

now, if someone could tell me how to see bitmaps 601 and 602, this mystery may be solved! maybe it's like the boot screen and needs a certain color pallet to see?

am I the only one who wants a red txt setup?

edit: the boot screen color pallet didn't work :(

man, if only I knew the right person in ms..:P

This post has been edited by anoxan: 23 December 2005 - 10:32 PM


#9 User is offline   Gouki 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,168
  • Joined: 19-March 05

Posted 23 December 2005 - 11:04 PM

LOL. I would also change that ugly blue. Maybe something like red, like anoxan said.

#10 User is offline   Martijn 

  • It's-a-me, Mario!
  • PipPipPipPip
  • Group: Members
  • Posts: 524
  • Joined: 28-July 04

Posted 24 December 2005 - 02:57 AM

reminds me of the RSOD of Longhorn (Red Screen Of Death)

#11 User is offline   Gouki 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,168
  • Joined: 19-March 05

Posted 25 December 2005 - 12:40 AM

Well, at least it would remind us of something new, and not that old Blue who was been around since Windows 95 (?).

#12 User is offline   Synapse 

  • *Previously Bi0haZarD*
  • PipPipPipPipPip
  • Group: Members
  • Posts: 980
  • Joined: 29-July 04

Posted 28 December 2005 - 12:26 PM

got the color blue from a screenshot, the hex color is 00 00 AA
(R:00 G:00 B: 170)

did a search in the winnt.exe for Hex 0000AA and no result.. did a search in ntdll.dll and got too many, so if the color was more unique i could get it.

unless i remade an iso and checked it about 50 times i don't know of a way to find this.. and with no garuntee that the ntdll.dll is even the file that has to be modified.

#13 User is offline   HyperHacker 

  • Just plain nuts
  • PipPipPip
  • Group: Members
  • Posts: 473
  • Joined: 01-May 05

Posted 02 January 2006 - 01:53 AM

Windows generally stores colours as BGR, so try AA0000.

#14 User is offline   Martijn 

  • It's-a-me, Mario!
  • PipPipPipPip
  • Group: Members
  • Posts: 524
  • Joined: 28-July 04

Posted 02 January 2006 - 02:03 AM

View PostHyperHacker, on Jan 2 2006, 09:53 AM, said:

Windows generally stores colours as BGR, so try AA0000.

Why does it store them like that?

#15 User is offline   anoxan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 57
  • Joined: 24-November 05

Posted 02 January 2006 - 04:13 PM

three instances of AA0000 in winnt.exe...better than 0, and better than 50

edit: far too many instances in ntdll.dll... :/

This post has been edited by anoxan: 02 January 2006 - 04:16 PM


#16 User is offline   thorus 

  • I'm affraid of replicators!
  • Group: Members
  • Posts: 24
  • Joined: 01-September 04

Posted 09 March 2006 - 02:05 AM

I try too with a hexa editor but.....nothing.
Why should be so hard to change an ordinary text / colour when are so many ways to change advanced dll's ? :o

#17 User is offline   HyperHacker 

  • Just plain nuts
  • PipPipPip
  • Group: Members
  • Posts: 473
  • Joined: 01-May 05

Posted 29 March 2006 - 02:01 AM

View PostMartijn, on Jan 2 2006, 03:03 AM, said:

View PostHyperHacker, on Jan 2 2006, 09:53 AM, said:

Windows generally stores colours as BGR, so try AA0000.

Why does it store them like that?

Eh, don't ask me. That's just how x86 CPUs generally handle things.

You guys are talking about the part where you read the license, make partitions, etc? That appears to be some sort of text-based environment. It probably doesn't use any bitmaps; may even just be the 16 colours you get in older programs like QBasic.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy