Changes between Version 5 and Version 6 of windows/windows7


Ignore:
Timestamp:
Apr 18, 2012, 5:30:15 PM (12 years ago)
Author:
joergs
Comment:

winlogon

Legend:

Unmodified
Added
Removed
Modified
  • windows/windows7

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