Jump to content

Disable XP Theme on initial logon screen


Recommended Posts

For some reason the initial XP logon screen has the big bubbly visual style that I hate.

As soon as I press enter and start logging in - the login box changes to classic.

How can I fix this?

I though it was related to the default user, however I have applied my reg tweaks and the cmdlines.txt level.

Link to comment
Share on other sites


Try this:

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager]
"ThemeActive"="0"

The settings found in this key as well as [HKEY_USERS\.DEFAULT\Control Panel] is what will be used at the Logon screen.

Link to comment
Share on other sites

I did the following to achieve the effect you seek:

- Install clean XP in VM

- Take a VMWare Snapshot right after first logon (not required for this, but gawd, I love this feature, it's so helpful)

- Install PowerToys

- Adjust your normal user settings the way you want them to be.

- Fire up Regshot (Google, go for the application's homepage, there is a link to the modified version which spits out .reg files)

- Take your first Snapshot

- In TweakUI, copy all the current settings to the logon profile

- Take your second Snapshot and save the output from Regshot

- Then remove the unnecessary keys from the output file (Windows Performance crap, etc.)

- Apply the resulting .reg with your tweaks

----

OR, if you don't need theming, use one of the registry hacks from this forum to completely disable the 'Themes' service.

(Or if you can't find it in the enormous reghacks thread here, just change the service properties in your clean windows and monitor the changed registry Keys using Regshot)

----

Btw, hello everyone, I'm new here as well (been around since Saturday, almost done with my first unattended :) )

Link to comment
Share on other sites

Lol! :)

I use a custom theme and I always hated the switch between the default and my settings during the logon process.

I copied these keys and then imported them into the [HKEY_USERS\.Default...]:

[HKEY_CURRENT_USER\Control Panel\Colors]

[HKEY_CURRENT_USER\Control Panel\Desktop]

[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager]

This will ensure that the theme settings you use are the same during logon.

I figured just the one setting would be needed for the classic theme...

Link to comment
Share on other sites

As suggested, disable the Themes Service, and you will never have to deal with them again!

A small clarification: HKEY_CURRENT_USER is the registry tree for User Setting of the logged on user. HKEY_USERS\.DEFAULT is the tree for default settings when NO user is logged on, i.e. BEFORE user logon.

Link to comment
Share on other sites

HKEY_USERS\.DEFAULT is the tree for default settings when NO user is logged on, i.e. BEFORE user logon.

Yes, that's correct. That's why the settings in HKEY_USERS\.Default are used at the logon screen.

If you want to completely disable the theme service:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes]
"Start"=dword:00000004

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...