Difference between revisions of "Profile"

From Max's Wiki
Jump to navigation Jump to search
(Created page with "__FORCETOC__ ==Temporary/Default Profile== * HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList * Remove the extension of UID from either .tmp or .bak * Log off/in...")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__FORCETOC__
 
__FORCETOC__
 +
==Roaming Profiles==
 +
{| class="wikitable"
 +
|-
 +
! 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: [https://support.microsoft.com/en-us/help/3056198/roaming-user-profiles-versioning-in-windows-10-and-windows-server-technical-preview Roaming user profiles versioning in Windows 10 and Windows Server Technical Preview]
  
 
==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==
 +
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
  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 it doesn't work.