N
N
Newbie22019-05-16 13:55:19
Windows
Newbie2, 2019-05-16 13:55:19

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

1 answer(s)
T
tartarelin, 2019-05-16
@Newbie2

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 question

Ask a Question

731 491 924 answers to any question