How to Customize Windows 7 Login Screen Text and Button Set
1. Type regedit in RUN or Startmenu Searchbox and press Enter. It'll open Registry Editor.
2. Now go to following key:
3. In right-side pane, create a new DWORD value ButtonSet and set its value to any of following according to your requirements:
4. That's it. Now you can see the modified text and button set at login screen.
S-RT
1. Type regedit in RUN or Startmenu Searchbox and press Enter. It'll open Registry Editor.
2. Now go to following key:
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI
3. In right-side pane, create a new DWORD value ButtonSet and set its value to any of following according to your requirements:
Code:
0 – Lighter text shadows, darker (more opaque) buttons (Windows default)
S-RT
1 – Darker text shadows, lighter (more translucent) buttons (for lighter backgrounds)
2 – No text shadows, opaque buttons (for darker backgrounds)
4. That's it. Now you can see the modified text and button set at login screen.
S-RT