Recommended Posts

your probably going to have to change the windows default visual style in the registry to a visual style with a black desktop background color to make that window black since windows loads luna by default at startup thats where its getting the color from also you will notice that scrollbars in the logon screen come from luna too so if you want the scrollbars in the logon screen to match your custom logon and it happens to match your visual style you can change the default visual style to the one you like so the scrollbars match the logon .. there may also be some default sysmetric colors in the registry that you could change to get the window black but im not sure.

Well, I?ve searched the web for hours:sleep:: and found another few posts, there was an reply like: (but I guess it?s rather impossible to change)

-----------------------------------------------------------------------------------------------

Go to this key in the Registry -

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ThemeManager

Double-click on 'DllName' in the right-hand pane and change the value to your chosen visual style in C:\WINDOWS\Resources\Themes ....

After doing that, go to this key in the Registry -

HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager

Change the same 'DllName' value to your chosen visual style as show before but also double-click & change 'ColorName' to the sub-style you are using e.g. 'Homestead' for Luna Olive or 'NormalColor' for a visual style's default theme ....

-----------------------------------------------------------------------------------------------

but the trick didn?t work.

I?ve read and noticed, that if the style is in windows classic mode, after you?ve logged out, windows is switching to newer optic (and show the blue screen even with "olive" or "silver" activated). I?ve found a few entries for luna in the reg (*.msstyles,*.theme), but don?t know by what to replace it?

  • 2 years later...

Well, I?d like to change it to a simple color. But because this screen is the same on all LogonSkins, it must be a value that can?t be changed with Logonui.exe editors.

Right now I?am trying to hack the logonui.exe an HEX-editor. Allready found some values (in reverse order) but didn?t work yet (hold on, didn?t reboot...)

Edit: No Succes. Rebooting isn?t neccesary anyway, i guess.

There are a huge number of RGB Values which could match!

5A 7E DC, 5A 7F DC, all slightly different.

Edit: It would be great if I could get some ideas. i tried:

- Searched the Logonui.exe for the 3bytes, found many ones, turned them to Zero,

It?s still possible it?s in there but I can?t find them, better said, i don?t know exactly

what to look for. That?s the bad thing! Must be around RGB 75 105 195. maybe slighly darker.

- Searched the whole sys32 for the Hex-String.

- Looked in the ASCII part of Logonui.exe.

- Searched The Reg.

- Installed several custumize tools, just to know if the can handle.

- Plus several Tweakers (that change the background IN the login phase).

- Another Idea: It?s in the .msconfig file - Looked it through ...

...But if i press Win+L it still flashes. It?s like the last piece for my OS; and it?s well hidden.

Hello! Unfortunately, the Background Color DURING the Login isn?t the problem. It?s all fine yet.

The problem, for me, is after the login process, right before the mousepointer appears, and when Fast User Switching (Right after pressing Win+L, Right before the UserAcounts appear) there is a short appearence of a

Blue Screen (+-0.5s). Seems to be a Fx to make the default loginscreen in XP appear more smoothly.

I tried also to put all RGB values to Zero in the LogonUi.exe, to check out if it has something to do with

this File. My Opinion is: Either there is a hidden RGB value anywhere or this feature is somewhere coded and part of an executable. But anyway, many Thanks for replying! Have a nice day.

Yes, I turned all values to zero in the uifile in logonui.exe and both settings in the apperance dialog (the one you mentioned and the on in the advanced dialog) are set.

I turned on FileMonitor and did a fast user switch to check out which files/dll are used. Working...

  • 1 year later...

One year on from last post...

has anyone got any ideas about this problem? I mean anyone who customizes their logon screen to a color other than blue must get it. It's sooooooo annoying!

Anyway thanks oliver for trying all those ideas out and posting back your results, saved me a few extra hours of grief.

  • 6 months later...

this was one of the most annoying little thing in xp that annoys me a long time. but finally i did the hack. basically it is a quite simple hack. you only have to modify one single number to eliminate that blue flash forever.

requires a disassembler and a hexeditor.

load logonui.exe into a disassembler, then search for CreateSolidBrush . you will see this:

n6q2hw.png

see that 74(15)? thats the problem. you have to change that number to 75(15) in hexeditor. when you select (green line in my disassembler) that line (7415) in a disassembler, you will see (in example in the status bar) what offset you need to search for in hexeditor. in my case it was at offset 771f but that number depends on what's your dll version or dll language.

done. no more blue flash when you lock the computer or when logging on/off.

for those who are not familiar with disassembling things. :)

here is the hexcode snippet where you have to change that 74: FF15F41000018BF085F67415568D45

search for it in hexeditor and change it. if you can't find this code snippet, try search for this: F085F67415568D. if you still can't find it, well, it seems you will have to use a disassembler first to determine the correct code.

  • 2 weeks later...

hacker's disassembler (freeware): http://hdasm.narod.ru/

cygnus hexeditor (freeware): http://www.softcircuits.com/cygnus/fe/

+ sometimes hexplorer (freeware): https://sourceforge.net/projects/hexplorer

but on the picture above i used w32dasm as disassembler but that's shareware: http://www.softpedia.com/progDownload/WDAS...nload-1821.html

Edited by dis
hacker's disassembler (freeware): http://hdasm.narod.ru/

cygnus hexeditor (freeware): http://www.softcircuits.com/cygnus/fe/

+ sometimes hexplorer (freeware): https://sourceforge.net/projects/hexplorer

but on the picture above i used w32dasm as disassembler but that's shareware: http://www.softpedia.com/progDownload/WDAS...nload-1821.html

Dear Dis thank U for telln me and I hav modified my loginui and its not flashing the blue screen any more thank u very much and thanks for telln us what to modify.

  • 4 weeks later...

hey dis i really would like to get rid of this blue flash as well.

i got hackers disassembler and cygnus. in disassembler i have the same line as you:

010087E9: 7415 je 01008800 (then theres actually an arrow pointing down at the end of this row)

and in cygnus i searched for the hex you said to search for, and at the end it shows

.........t.V.E.P

so what do i do in cygnus to get rid of the blue flash? Thanks in advance!

hey dis i really would like to get rid of this blue flash as well.

i got hackers disassembler and cygnus. in disassembler i have the same line as you:

010087E9: 7415 je 01008800 (then theres actually an arrow pointing down at the end of this row)

and in cygnus i searched for the hex you said to search for, and at the end it shows

.........t.V.E.P

so what do i do in cygnus to get rid of the blue flash? Thanks in advance!

just change the 74 to 75.

t.V.E.P ---> u.V.E.P

(then save the logonui.exe, replace the file)

btw, here is a logonui version i made. this one doesn't have that blue flash.

http://des.virtualplastic.net/downloads/logonui_eng.zip

just reshack this to your likings (by changing bitmaps, uifiles) and you will have a logonui with your design and without the blue flash. :)

Edited by dis
  • 5 weeks later...
just change the 74 to 75.

t.V.E.P ---> u.V.E.P

(then save the logonui.exe, replace the file)

OMG!

Dis you are a god damn legend!!!!!

thank you so much for solving this problem, it has been driving me nuts for years....

i registered here at the forums just to say THANK YOU!

seriously you deserve a medal or something. absolute champion!

:woot:

  • 1 month later...

Nice work dis , i love you ! You are the best !

If somebody cannot find the string "FF15F41000018BF085F67415568D45" , because i couldn't too ,

just try to search for t.V. { hex code : 74 15 56 8D }, it will be enough .

And then replace/change the " t " with " u " , save it , then reshack it , resedit it , a.s.o. !!! Happy windows now ;-)

I have made 2 screenshots one for Cygnus , one for Hex Workshop ( just in case ).

cygnushexby7.png

w678.png

hexworkshopbm9.png

w531.png

Hope , will find it usefull .

Ciao .

screenshots.zip

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • When will the Photos app be updated to remember the window size and position when reopened? They addressed this issue in a 2024 version of the app (though I can't recall the build number). Unfortunately, after that specific version, the problem persists! Please prioritise this fix in your K2 schedule. Additionally, the Snipping Tool has lost the ability to capture the Windows Taskbar starting from the 2024 version!
    • Same, never saw it on Android or iOS. Guess only some people got it *shrugs*
    • Anthropic pulls Fable 5 and Mythos 5 after US export control order by Pradeep Viswanathan In April this year, Anthropic launched the Claude Mythos Preview frontier model with state-of-the-art cyber and coding capabilities for a select set of companies around the world. After preparing appropriate guardrails, early this week, Anthropic launched Claude Fable 5 and Mythos 5, its most capable AI models. Claude Fable 5 is for general users and comes with strict safeguards, while Mythos 5 is designed with fewer safeguards for cybersecurity and biology use cases. Today, Anthropic abruptly suspended access to its Fable 5 and Mythos 5 AI models for all customers after receiving an export control directive from the US government. The company received the directive from the government today at 5:21 p.m. ET, and the received letter did not provide any details regarding the national security concern. Anthropic understands that the government became aware of a method to bypass, or “jailbreak,” Fable 5, which might be the reason behind the directive. The order was issued under national security authorities and requires the company to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether they are inside or outside the United States. The restriction also applies to foreign national employees working at Anthropic. As a result, the company has disabled both models for all customers to ensure compliance. Access to previous Anthropic models like Opus and Sonnet is not affected by this government order. The company highlighted that it had developed strong safeguards to reduce the possibility that Fable is misused for tasks related to cybersecurity. In fact, many developers are complaining that the safeguards are going overboard. Additionally, the company worked with the US government, the UK AISI, multiple private third-party organizations, and internal teams to red-team Fable’s safeguards for thousands of hours. Finally, Anthropic noted that no testers have yet been able to find a universal jailbreak on Fable 5. As expected, Anthropic disagrees that a narrow potential jailbreak should lead to the recall of a commercial model used by hundreds of millions of people. It warned that applying this standard across the AI industry could effectively halt new frontier model deployments. Anthropic concluded by mentioning that it is working to restore access to Fable 5 and Mythos 5 as soon as possible and plans to share more details within the next 24 hours.
    • Brave Browser 1.91.172 is out.
  • Recent Achievements

    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
    • Rookie
      Rimplesnort went up a rank
      Rookie
    • One Year In
      Markus94287 earned a badge
      One Year In
    • One Month Later
      Markus94287 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      503
    2. 2
      +Edouard
      176
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      92
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!