Permanently Stop Windows 11 from Changing Network Profile Settings After Update

Anonymous
2024-02-16T01:34:54+00:00

Is there a way to permanently stop Windows 11 changing network profile settings after updates. The amount of times I have had to fix clients scanning issues because password protected sharing has been turned back on or the network profile has been changed to public is annoying. Is there a way to permanently set the network profile settings so that when an update is done it doesn't break connections to printers or local shares.

***moved from Windows / Windows 11 / Internet and connectivity***

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

23 answers

Sort by: Most helpful
  1. Anonymous
    2024-12-31T15:29:26+00:00

    Hello,

    To permanently stop Windows 11 from changing network profile settings after updates, you can follow these steps:

    1. Open the Settings app by pressing Windows key + I.
    2. Go to the "Network & internet" section.
    3. Click on "Advanced network settings".
    4. Under the "Network profile" section, click on the network profile you want to change (e.g., Private or Public).
    5. Toggle off the option that says "Set as metered connection".
    6. Repeat the above steps for all the network profiles you want to configure.
    7. By setting the network profiles as non-metered connections, Windows 11 will not change the network profile settings after updates.

    Regards,

    Zunhui

    I checked this on all 3 of our computers.

    1. The "metered connection" is under "Network & Internet" and then Ethernet for me.
    2. None of our computers had "metered connection" toggled on.
    3. Can someone give an answer that actually solves this problem?

    We have software that requires our computers to remain connected and I'm the only computer savvy (ish) person in our office. Not IT and I have to fix this every other Microsoft software update, which is ridiculous.

    0 comments No comments
  2. Anonymous
    2024-12-31T17:31:58+00:00

    TBH I do not think there is an actual fix for this. I have seen many other people report the same issue and as usual many advisors and techs reply with a fix that doesn't apply to the situation.

    In fact I am an admin in a Windows 10 and 11 help group on Facebook. One of the other admins on there even has a regedit mod that adds an option in a menu to switch the Network from public to private. They gave me the mod but I have not been able to get it to work so far.

    Either way that would not exactly work for your issue because you would still have to go to each computer to use it.

    0 comments No comments
  3. Anonymous
    2024-12-31T18:07:59+00:00

    Not really a fix, but maybe a workaround. Create a .bat file with this powershell command in it.

    powershell "Set-NetConnectionProfile -name 'Ethernet Name' -NetworkCategory Private"

    Then add that .bat file as a startup item in the registry here.

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

    Everytime the computer starts up it shoud set whatever ethernet connection you name in the .bat file to Private. Maybe...

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-12-31T18:23:07+00:00

    Not really a fix, but maybe a workaround. Create a .bat file with this powershell command in it.

    powershell "Set-NetConnectionProfile -name 'Ethernet Name' -NetworkCategory Private"

    Then add that .bat file as a startup item in the registry here.

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

    Everytime the computer starts up it shoud set whatever ethernet connection you name in the .bat file to Private. Maybe...

    It's highly likely this will get reset every time there is a major update, which is about the same time the actual network type gets reset.

    0 comments No comments
  5. Anonymous
    2025-01-13T21:01:26+00:00

    No, that doesn't work. I never use metered connections for any of the 500+ PCs I manage, and every so often a Windows update will switch a private connection back to public. This happens even on desktop systems which stay in place in an office situation, and do not change networks.

    How about Microsoft stops mucking with the user's network settings with every bloody update?

    1 person found this answer helpful.
    0 comments No comments