User Tools

Site Tools


networking:windows:network_profiles

This is an old revision of the document!


How to Change Current Network Location Profile

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 gpedit.msc.

Run secpol.msc.

Restore Unidentified Networks to:

  • Default Not Configured
  • Private (Work)
  • Public

Bonded Connections (NIC Teams)

Set the Network Location Awareness service to Automatic (Delayed Start).

networking/windows/network_profiles.1399053697.txt.gz · Last modified: 2014/05/02 12:01 by gcooper