User Tools

Site Tools


networking:windows:network_profiles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:windows:network_profiles [2021/11/18 13:39]
gcooper
networking:windows:network_profiles [2022/08/11 08:44] (current)
gcooper
Line 12: Line 12:
  
 http://blog.mpecsinc.ca/2013/08/server-2012unidentified-network-with.html http://blog.mpecsinc.ca/2013/08/server-2012unidentified-network-with.html
 +
 +<note tip>If you have problems with the Windows Firewall selecting **Private instead of Domain Profile**, try **restarting the NLA service**.  Also try setting the NLA service to ''Automatic (Delayed Start)''.</note>
 +
 +===== Registry =====
 +
 +The registry key path to a Windows computer’s network profiles (wired and wireless):
 +
 +''HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles''
 +
 +:!: The **Domain** connection type also needs the **Managed** value set to ''1'' and the the **NameType** set to ''6''.
 +
 +The **Category** value sets type of connection:
 +
 +  0 = Public (sharing disabled)
 +  1 = Private (home, sharing enabled)
 +  2 = Domain (AD, sharing enabled)
  
 ===== How NLA Works ===== ===== How NLA Works =====
Line 18: Line 34:
  
 <note tip>The ''DomainAuthenticated'' category is set automatically.  If you need to change from Private to ''DomainAuthenticated'', try rebooting the server.</note> <note tip>The ''DomainAuthenticated'' category is set automatically.  If you need to change from Private to ''DomainAuthenticated'', try rebooting the server.</note>
 +
 +<note tip>If rebooting is problematic, you might try **disabling, then re-enabling the network interface** in question.</note>
  
 ===== In PowerShell ===== ===== In PowerShell =====
Line 32: Line 50:
 Set-NetConnectionProfile -InterfaceAlias * -NetworkCategory Private Set-NetConnectionProfile -InterfaceAlias * -NetworkCategory Private
 </file> </file>
- 
-===== Registry ===== 
- 
-The registry key path to a Windows computer’s network profiles (wired and wireless): 
- 
-''HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles'' 
- 
-The DWORD Category value sets type of connection: 
- 
-  0 = **Public** (sharing disabled) 
-  1 = **Private** (home, sharing enabled) 
-  2 = **Domain** (AD, sharing enabled) 
- 
-:!: The **Domain** connection type also needs the DWORD Managed value set to 1 and the the DWORD NameType set to 6. 
  
 ===== In the GUI ===== ===== In the GUI =====
networking/windows/network_profiles.1637267940.txt.gz · Last modified: 2021/11/18 13:39 by gcooper