Forum Discussion
TomasLarsson
Nov 11, 2025Copper Contributor
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
- antijansonIron Contributor
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns - HaydenMillerIron 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.