{"id":340,"date":"2017-02-18T16:48:28","date_gmt":"2017-02-18T21:48:28","guid":{"rendered":"http:\/\/factormystic.net\/blog\/?p=340"},"modified":"2017-02-18T16:48:28","modified_gmt":"2017-02-18T21:48:28","slug":"how-to-change-a-network-to-private-on-windows-and-how-to-rename-it","status":"publish","type":"post","link":"https:\/\/factormystic.net\/blog\/how-to-change-a-network-to-private-on-windows-and-how-to-rename-it","title":{"rendered":"How to change a network to private on Windows (and how to rename it)"},"content":{"rendered":"<p>Make a public connection private (<a href=\"http:\/\/superuser.com\/a\/986331\/270\">source<\/a>):<\/p>\n<pre style=\"color: #242729;\"><code>Set-NetConnectionProfile -InterfaceAlias &lt;interface name&gt; -NetworkCategory Private<\/code><\/pre>\n<p>Rename the adapter (<a href=\"https:\/\/blogs.technet.microsoft.com\/heyscriptingguy\/2014\/01\/14\/renaming-network-adapters-by-using-powershell\/\">source<\/a>):<\/p>\n<pre><span style=\"color: #333333;\">Get-NetAdapter -Name Ethernet | Rename-NetAdapter -NewName Renamed<\/span><\/pre>\n<p>I&#8217;m posting this so I can find it again next time I forget<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Make a public connection private (source): Set-NetConnectionProfile -InterfaceAlias &lt;interface name&gt; -NetworkCategory Private Rename the adapter (source): Get-NetAdapter -Name Ethernet | Rename-NetAdapter -NewName Renamed I&#8217;m posting this so I can find it again next time I forget<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34,6],"tags":[],"class_list":["post-340","post","type-post","status-publish","format-standard","hentry","category-powershell","category-windows-tweaks"],"_links":{"self":[{"href":"https:\/\/factormystic.net\/blog\/wp-json\/wp\/v2\/posts\/340","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/factormystic.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/factormystic.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/factormystic.net\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/factormystic.net\/blog\/wp-json\/wp\/v2\/comments?post=340"}],"version-history":[{"count":1,"href":"https:\/\/factormystic.net\/blog\/wp-json\/wp\/v2\/posts\/340\/revisions"}],"predecessor-version":[{"id":341,"href":"https:\/\/factormystic.net\/blog\/wp-json\/wp\/v2\/posts\/340\/revisions\/341"}],"wp:attachment":[{"href":"https:\/\/factormystic.net\/blog\/wp-json\/wp\/v2\/media?parent=340"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/factormystic.net\/blog\/wp-json\/wp\/v2\/categories?post=340"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/factormystic.net\/blog\/wp-json\/wp\/v2\/tags?post=340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}