Answer the question
In order to leave comments, you need to log in
How to change network type from public to private Windows 10?
Hello!
There is a PC whose network type is "Public". There is no possibility to change the network type through the menu - there is no choice of profiles. In the
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles\{65198128-00AD-4E1A-811E-2C88C71320FD} registry, the Category value is "1"
But the network is still public.
Answer the question
In order to leave comments, you need to log in
You can use powershell
to look at the
Get-NetConnectionProfile index
and change the network type
Set-NetConnectionProfile -InterfaceIndex 2 -NetworkCategory Private
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question