Should I set my network profile to private?


  1. Posts : 120
    Windows 10 Home 64-bit
       #1

    Should I set my network profile to private?


    I was looking through my connection settings and noticed that my profile is set to public. Should I change it?
      My Computer


  2. Posts : 15,622
    19043.1237
       #2

    Yes, your Home network should be set to Private.
      My Computer


  3. Posts : 5,478
    2004
       #3

    No, the default "Public" is more restrictive. It stops some connections from your PC on that network. If you have problems with networking (seeing other PC's in your house) then change it.

    If you don't, then don't - you would be giving authority to unknown things when you do not need to.

    If you want to change it (for whatever reason) you can open an elevated powershell prompt and copy/paste this:
    Code:
    $NetConnectionProfiles = Get-NetConnectionProfile  | Where-Object {$_.NetworkCategory -eq 'Public'}
    ForEach ($NetConnectionProfile in $NetConnectionProfiles) { Set-NetConnectionProfile -NetworkCategory Private }
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 22:25.
Find Us




Windows 10 Forums