Forum Discussion

TomasLarsson's avatar
TomasLarsson
Copper Contributor
Nov 11, 2025

Lokal Network is identified as Unknown Network.

How do I get windows to recognise my lokal network as "Lokal Network" an set it as "Private", as well as there is no option to set it as Private, I have to use Powershell each time the computer starts to set it as Private.

2 Replies

  • antijanson's avatar
    antijanson
    Iron Contributor

    netsh winsock reset
    netsh int ip reset
    ipconfig /release
    ipconfig /renew
    ipconfig /flushdns

  • HaydenMiller's avatar
    HaydenMiller
    Iron Contributor

    Sometimes, the "Set as Private" option in Settings is missing due to group policies or network profiles in some editions. The PowerShell method is more reliable for automation.

Resources