Answered How to assign a network category

  • mercredi 21 octobre 2009 12:03
     
     
    How can I setup a type to the connected network such as private or public on Windows 2008 r2 Core Installation?

Toutes les réponses

  • jeudi 22 octobre 2009 10:57
    Modérateur
     
     Traitée

    Hi,

     

    You can configure the network category on a Server Core machine with the following method.

     

    The network location description is stored in the following registry value:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles\{<Network GUID>}

    The value of Category is set as follows;

    Public = 0
    Home = 1
    Work = 2

    In this way, you can assign the network category by modifying the value of Category as below.

     

    Hope this helps.

    • Marqué comme réponse Isotonic vendredi 23 octobre 2009 06:25
    •  
  • lundi 13 décembre 2010 12:02
     
     
    somehow it doesn't work. it resets back to 0.
  • jeudi 19 avril 2012 18:34
     
     
    Need to create a DWORD CategoryType with value 0, i copied from my win7 machine.