Windows Server TechCenter > Windows Server Forums > Server Core > How to assign a network category
Ask a questionAsk a question
 

AnswerHow to assign a network category

  • Wednesday, October 21, 2009 12:03 PMIsotonic Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    How can I setup a type to the connected network such as private or public on Windows 2008 r2 Core Installation?

Answers

  • Thursday, October 22, 2009 10:57 AMMiles ZhangMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    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.

    • Marked As Answer byIsotonic Friday, October 23, 2009 6:25 AM
    •  

All Replies

  • Thursday, October 22, 2009 10:57 AMMiles ZhangMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    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.

    • Marked As Answer byIsotonic Friday, October 23, 2009 6:25 AM
    •