Renaming your Network Profile Name

Some time ago I wanted to change the name of my network, and searching here and there I found a post here that pointed in the right direction.

I wrote the steps I did there, but I wanted to also add to my site 😋.


How to rename your Network Profile Name

Every time you connect to a new network Windows create a profile for it, giving it a unique name. In wireless networks this is accomplished by using the network SSID. However for wired networks it is usually a variation of "Network".

There are two options to do so:

  • Rename it in the Registry; or

  • Rename it in the Local Security Policy

Renaming it in the Registry

Here are the steps to do so:

  1. Open the Registry Editor

    1. Press Win+R and type "regedit" and click OK (or press Enter); or

    2. Press the Windows key and type "reg" to search for the app and click its icon to open it.

  2. If you're prompted by the USA, click "Yes".

  3. Navigate, on the left panel, to the following key:
    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles

  4. If you connect to various networks you'll find a list of GUIDs under this key.

  5. Browse each of them until you find the one you want to rename. You'll know you found because of the property "ProfileName" will be the one you're looking for.

  6. Edit the profile name. You can do this through two ways:

    1. Double click the "ProfileName" property; or

    2. Right click it and choose Modify.

  7. Type in the new name and click OK (or press Enter).

  8. Close the Registry Editor.

  9. Done! 😀

Renaming it in the Local Security Policy

NOTE:
The *Local Security Policy Editor* is only available 
in the Windows Pro and Enterprise versions.
Also, this will rewrite the option above.

Here are the steps to do so:

  1. Open the Local Security Policy Editor Editor

    1. Press Win+R and type "secpol.msc" and click OK (or press Enter); or

    2. Press the Windows key and type "secpol" to search for the app and click its icon to open it.

  2. If you're prompted by the USA, click "Yes".

  3. Navigate, on the left panel, to Network List Manager Policies.

  4. On the right panel you'll see all the networks you're currently connected.

  5. Select the network you want to rename and edit its properties. You can do this through to ways:

    1. Double click the profile name; or

    2. Right click it and choose "Properties"

  6. A screen similar to this one should appear:

  7. In the field Name type the name you desire and click OK (or press Enter)

    The name you put in this field is, also, stored in the Registry in the property "NetworkName" under the following key:

    HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\unique_identifier

  8. Close the Local Security Policy Editor.

  9. Log off and log back on the network,

  10. Done! 😀

Comments