Difference between revisions of "Profile"

From Max's Wiki
Jump to navigation Jump to search
Line 22: Line 22:
 
==Temporary/Default Profile==
 
==Temporary/Default Profile==
 
  HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
 
  HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
Remove the extension of UID from either .tmp or .bak
+
*Remove the extension of UID from either .tmp or .bak
Log off/in or Restart and try to login again
+
*Log off/in or Restart and try to login again
  
 
==Auto-Login to Domain==
 
==Auto-Login to Domain==

Revision as of 23:07, 4 June 2017

Roaming Profiles

OS Version Server OS Profile Extension
Windows XP Example None
Windows Vista/Windows 7 Windows Server 2008/Windows Server 2008 R2 V2
Windows 8 Windows Server 2012 V3
Windows 8.1 Windows Server 2012 R2 V4
Windows 10 Windows Server Technical Preview V5
Windows 10 Windows Server 2012 R2 V6

Source: Roaming user profiles versioning in Windows 10 and Windows Server Technical Preview

Temporary/Default Profile

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
  • Remove the extension of UID from either .tmp or .bak
  • Log off/in or Restart and try to login again

Auto-Login to Domain

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
    1. Change AutoAdminLogon from 0 (False) to 1 (True)
    2. Add DOMAIN to the DefaultDomainName String. Create one if one isn't already created
    3. Add USERNAME to the DefaultUserName String
    4. Add USERS PASSWORD to the DefaultPassword String. Create one if one isn't already created
    5. Delete AutoLogonChecked if exists