This shows you the differences between two versions of the page.
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:// | http:// | ||
+ | |||
+ | <note tip>If you have problems with the Windows Firewall selecting **Private instead of Domain Profile**, try **restarting the NLA service**. | ||
+ | |||
+ | ===== Registry ===== | ||
+ | |||
+ | The registry key path to a Windows computer’s network profiles (wired and wireless): | ||
+ | |||
+ | '' | ||
+ | |||
+ | :!: The **Domain** connection type also needs the **Managed** value set to '' | ||
+ | |||
+ | 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 '' | <note tip>The '' | ||
+ | |||
+ | <note tip>If rebooting is problematic, | ||
===== In PowerShell ===== | ===== In PowerShell ===== | ||
Line 32: | Line 50: | ||
Set-NetConnectionProfile -InterfaceAlias * -NetworkCategory Private | Set-NetConnectionProfile -InterfaceAlias * -NetworkCategory Private | ||
</ | </ | ||
- | |||
- | ===== Registry ===== | ||
- | |||
- | The registry key path to a Windows computer’s network profiles (wired and wireless): | ||
- | |||
- | '' | ||
- | |||
- | 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 ===== |