Difference between revisions of "Profile"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
|- | |- | ||
| Windows XP || Example || None | | Windows XP || Example || None | ||
+ | |- | ||
| Windows Vista/Windows 7 || Windows Server 2008/Windows Server 2008 R2 || V2 | | Windows Vista/Windows 7 || Windows Server 2008/Windows Server 2008 R2 || V2 | ||
|- | |- | ||
Line 20: | Line 21: | ||
==Temporary/Default Profile== | ==Temporary/Default Profile== | ||
− | + | 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== | ||
+ | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon | ||
+ | #Change AutoAdminLogon from 0 (False) to 1 (True) | ||
+ | #Add '''''DOMAIN''''' to the DefaultDomainName String. Create one if one isn't already created | ||
+ | #Add '''''USERNAME''''' to the DefaultUserName String | ||
+ | #Add '''''USERS PASSWORD''''' to the DefaultPassword String. Create one if one isn't already created | ||
+ | #Delete AutoLogonChecked if exists | ||
+ | #Restart to test. Cry if it doesn't work. |
Latest 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
- Change AutoAdminLogon from 0 (False) to 1 (True)
- Add DOMAIN to the DefaultDomainName String. Create one if one isn't already created
- Add USERNAME to the DefaultUserName String
- Add USERS PASSWORD to the DefaultPassword String. Create one if one isn't already created
- Delete AutoLogonChecked if exists
- Restart to test. Cry if it doesn't work.