Difference between revisions of "Profile"

From Max's Wiki
Jump to navigation Jump to search
Line 27: Line 27:
 
==Auto-Login to Domain==
 
==Auto-Login to Domain==
 
  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
 
  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
##Change AutoAdminLogon from 0 (False) to 1 (True)
+
#Change AutoAdminLogon from 0 (False) to 1 (True)
##Add '''''DOMAIN''''' to the DefaultDomainName String. Create one if one isn't already created
+
#Add '''''DOMAIN''''' to the DefaultDomainName String. Create one if one isn't already created
##Add '''''USERNAME''''' to the DefaultUserName String
+
#Add '''''USERNAME''''' to the DefaultUserName String
##Add '''''USERS PASSWORD''''' to the DefaultPassword String. Create one if one isn't already created
+
#Add '''''USERS PASSWORD''''' to the DefaultPassword String. Create one if one isn't already created
##Delete AutoLogonChecked if exists
+
#Delete AutoLogonChecked if exists
 +
#Restart to test. Cry if doesn't work.

Revision as of 23:08, 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
  6. Restart to test. Cry if doesn't work.