<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.ledhed.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.ledhed.net/index.php?action=history&amp;feed=atom&amp;title=Change_Network_Public_to_Private_%28Windows%29</id>
		<title>Change Network Public to Private (Windows) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.ledhed.net/index.php?action=history&amp;feed=atom&amp;title=Change_Network_Public_to_Private_%28Windows%29"/>
		<link rel="alternate" type="text/html" href="https://wiki.ledhed.net/index.php?title=Change_Network_Public_to_Private_(Windows)&amp;action=history"/>
		<updated>2026-05-22T17:15:18Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.2</generator>

	<entry>
		<id>//wiki.ledhed.net/index.php?title=Change_Network_Public_to_Private_(Windows)&amp;diff=3400&amp;oldid=prev</id>
		<title>Ledhed: Created page with &quot;== Overview == Recent versions of Windows have an annoying issue where the network settings will pop up and you must choose whether the network is discoverable. If you don't c...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.ledhed.net/index.php?title=Change_Network_Public_to_Private_(Windows)&amp;diff=3400&amp;oldid=prev"/>
				<updated>2017-07-14T22:23:49Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Overview == Recent versions of Windows have an annoying issue where the network settings will pop up and you must choose whether the network is discoverable. If you don&amp;#039;t c...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Overview ==&lt;br /&gt;
Recent versions of Windows have an annoying issue where the network settings will pop up and you must choose whether the network is discoverable. If you don't click yes/no quick enough or happen to click another window Network discovery is automatically turned off. I get it from a security perspective, but MS needs to make it easier to change a NIC from Public to Private.&lt;br /&gt;
&lt;br /&gt;
== GUI Method ==&lt;br /&gt;
Open Windows Explorer, in the left pane click 'Network'.&lt;br /&gt;
You will be notified that network discovery is turned off, and asks if you'd like to turn it on, turn it on.&lt;br /&gt;
Then when prompted to make the network private, do so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== PowerShell Method ==&lt;br /&gt;
 $Profile = Get-NetConnectionProfile -InterfaceAlias Ethernet1&lt;br /&gt;
 $Profile.NetworkCategory = &amp;quot;Private&amp;quot;&lt;br /&gt;
 Set-NetConnectionProfile -InputObject $Profile&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
http://donovanbrown.com/post/How-to-change-network-profile-on-Windows-Server-2016-from-Public-to-Private&lt;br /&gt;
&lt;br /&gt;
https://serverfault.com/questions/639088/how-do-i-make-a-connection-private-on-windows-server-2012-r2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Ledhed</name></author>	</entry>

	</feed>