How to use Windows 2016 server in a workstation?

Discussion in 'Windows 10' started by pirlimpimpim, Oct 19, 2016.

  1. windsman

    windsman MDL Expert

    Jan 11, 2010
    1,491
    1,350
    60
    Ok, no problem, cool if it's work for you.
     
  2. iFlaX

    iFlaX MDL Senior Member

    Apr 10, 2015
    388
    374
    10
    I have this same problem, what exactly did you modify?
     
  3. windsman

    windsman MDL Expert

    Jan 11, 2010
    1,491
    1,350
    60
  4. amajmon

    amajmon MDL Senior Member

    Sep 21, 2012
    274
    120
    10
    Yes I noted that none Server won't work o_O with Intel network driver. :g: I put Realtek pcie lan card to have internet.;) :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. windsman

    windsman MDL Expert

    Jan 11, 2010
    1,491
    1,350
    60
    @RobrPatty,
    Thats-it
    post edited.
    thanks
    windsman.
     
  6. windsman

    windsman MDL Expert

    Jan 11, 2010
    1,491
    1,350
    60
    Good idea, you could also enable Wlan feature and put a cheap usb wifi adaptator for about 10$.

    windsman.
     
  7. AeonX

    AeonX MDL Addicted

    May 24, 2013
    793
    719
    30
    What would SSP be?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,964
    907
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. windsman

    windsman MDL Expert

    Jan 11, 2010
    1,491
    1,350
    60
  10. AeonX

    AeonX MDL Addicted

    May 24, 2013
    793
    719
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,964
    907
    60
    Ok, seems Intel 82579V (PCI\VEN_8086&DEV_1503&SUBSYS_00008086&REV_05) is geared to workstation & not server. How petty of Intel not to include it with their server drivers.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    #35 T-S, Nov 10, 2016
    Last edited by a moderator: Apr 20, 2017

    Usually a simple mod to the inf is enough

    Intel is not new to such things. Say the core 2 vgas are tied to older win vista/7, although they are working perfectly even on w10

    In such case you need to change

    Code:
    [Manufacturer]%Intel%   = IntelGfx, NTamd64.5.1, NTamd64.6.0, NTamd64.6.2 
    
    [IntelGfx.NTamd64.5.1]; no install on XP
    [IntelGfx.NTamd64.6.2]; no install on Win8
    
    
    to

    Code:
    [Manufacturer]%Intel%   = IntelGfx, NTamd64
    
    
    
     
  13. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,103
    506
    60
    #36 RobrPatty, Nov 10, 2016
    Last edited by a moderator: Apr 20, 2017
  14. Lotusisrael

    Lotusisrael MDL Junior Member

    Jun 28, 2013
    63
    2
    0
    It includes Windows Defender by default, like Windows 10. To be av free, you need to disable.
     
  15. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    You can uninstall it on wserver, not just disable like w10
     
  16. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,103
    506
    60
    #40 RobrPatty, Nov 10, 2016
    Last edited: Nov 10, 2016
    After you load the inf...the list does not show 82579V driver to choose from.
    If code is correct and you point to the inf file....82579V driver is listed and ready to install.