This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
networking:windows:network_profiles [2014/04/29 08:48] gcooper created |
networking:windows:network_profiles [2022/08/11 08:44] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== How to Change Current Network Location Profile ====== | ====== How to Change Current Network Location Profile ====== | ||
+ | |||
+ | http:// | ||
http:// | http:// | ||
http:// | http:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | 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 ===== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | <note tip>The '' | ||
+ | |||
+ | <note tip>If rebooting is problematic, | ||
+ | |||
+ | ===== In PowerShell ===== | ||
+ | |||
+ | < | ||
+ | Get-NetConnectionProfile | ||
+ | |||
+ | Set-NetConnectionProfile -InterfaceIndex 18 -NetworkCategory Private | ||
+ | </ | ||
+ | |||
+ | or perhaps: | ||
+ | |||
+ | < | ||
+ | Set-NetConnectionProfile -InterfaceAlias * -NetworkCategory Private | ||
+ | </ | ||
+ | |||
+ | ===== In the GUI ===== | ||
:!: You can also see these settings in '' | :!: You can also see these settings in '' | ||
Line 9: | Line 57: | ||
Run '' | Run '' | ||
- | Restore **Unidentified Networks** to **Default Not Configured**. | + | Restore **Unidentified Networks** to: |
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | ===== Bonded Connections (NIC Teams) ===== | ||
+ | |||
+ | Set the Network Location Awareness service to '' |