| 74 | |
| 75 | == winlogon == |
| 76 | |
| 77 | when a system has joind a domain, local users are no longer displayed, nor are the domains displayed as select-box. |
| 78 | |
| 79 | So, if the users tries to logon as a local user, |
| 80 | he has to select "other user" and type NETBIOSNAME\USERNAME. |
| 81 | |
| 82 | However, he can also type |
| 83 | {{{ |
| 84 | .\USERNAME |
| 85 | }}} |
| 86 | |
| 87 | ("." is taken as local system) |
| 88 | |
| 89 | The settings from |
| 90 | {{{ |
| 91 | hkey_local_machine\SOFTWARE\Microsoft\Windows NT\CurrentVersion\winlogon |
| 92 | }}} |
| 93 | are only partly evaluated. |
| 94 | |
| 95 | Last user is now stored at: |
| 96 | {{{ |
| 97 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI] |
| 98 | "LastLoggedOnProvider"="" |
| 99 | "LastLoggedOnSAMUser"="" |
| 100 | "LastLoggedOnUser"="" |
| 101 | }}} |