Sunday, June 8, 2008

Registry (Windows autologon, colors)

  • How to do it trough the registry:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
    String Value: DefaultUserName=domain/Administrator
    String Value: DefaultPassword=up...
    String Value: AutoAdminLogon=1

    also possible is DefaultUserName=username


  • If you have a color problem from Remove server client (Ubuntu):

    XP Mode with 32 bit color + integration is possible!
    I found an easier way to get 24 bit colors with integration on here.
    1. Run regedit in XP.
    2. Navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services].
    3. Add a DWORD Value named "ColorDepth" w/o parenthesis.
    4. Right-click it, modify, then put "4" in the Value data.
    5. Restart XP mode / Reboot
  •