[DISCUSSION] Windows 10 ServerRdsh (Enterprise for Virtual Desktops) SKU

Discussion in 'Windows 10' started by whatever127, Apr 7, 2018.

Tags:
  1. jeff69dini

    jeff69dini MDL Addicted

    Joined:
    Nov 22, 2008
    Messages:
    964
    Likes Received:
    226
    Trophy Points:
    30
    who cares about flash, glad I got rid of that long ago
     
  2. sebus

    sebus MDL Guru

    Joined:
    Jul 23, 2008
    Messages:
    6,201
    Likes Received:
    1,945
    Trophy Points:
    210
  3. dhjohns

    dhjohns MDL Guru

    Joined:
    Sep 5, 2013
    Messages:
    3,275
    Likes Received:
    1,735
    Trophy Points:
    120
    It would appear so.
     
  4. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,268
    Likes Received:
    8,659
    Trophy Points:
    210
    #204 xinso, Jun 11, 2018
    Last edited: Jun 11, 2018
    Well, you and I don't play server. This is more practical I think:

    How to hide Roles or Features without affecting functions - removal, update, etc.?
     
  5. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,268
    Likes Received:
    8,659
    Trophy Points:
    210
    #205 xinso, Jun 13, 2018
    Last edited: Sep 18, 2018
    Server Manager for Windows Server
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE1\Classes\CLSID\{96437431-5A90-4658-A77C-25478734F03E}]
    @="Server Manager"
    "InfoTip"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
      6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
      00,73,00,76,00,72,00,6d,00,67,00,72,00,6e,00,63,00,2e,00,64,00,6c,00,6c,00,\
      2c,00,2d,00,32,00,30,00,32,00,00,00
    "LocalizedString"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,\
      6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\
      00,5c,00,73,00,76,00,72,00,6d,00,67,00,72,00,6e,00,63,00,2e,00,64,00,6c,00,\
      6c,00,2c,00,2d,00,32,00,30,00,31,00,00,00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE1\Classes\CLSID\{96437431-5A90-4658-A77C-25478734F03E}\DefaultIcon]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,76,00,\
      72,00,6d,00,67,00,72,00,6e,00,63,00,2e,00,64,00,6c,00,6c,00,2c,00,30,00,00,\
      00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE1\Classes\CLSID\{96437431-5A90-4658-A77C-25478734F03E}\Shell]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE1\Classes\CLSID\{96437431-5A90-4658-A77C-25478734F03E}\Shell\Open]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE1\Classes\CLSID\{96437431-5A90-4658-A77C-25478734F03E}\Shell\Open\Command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,65,00,\
      72,00,76,00,65,00,72,00,4d,00,61,00,6e,00,61,00,67,00,65,00,72,00,2e,00,65,\
      00,78,00,65,00,00,00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE1\Classes\CLSID\{96437431-5A90-4658-A77C-25478734F03E}\ShellFolder]
    "Attributes"=dword:00000000
    
     
  6. nechrist

    nechrist MDL Guide Pack

    Joined:
    Apr 24, 2010
    Messages:
    324
    Likes Received:
    162
    Trophy Points:
    10
    I'm trying this version but the right click menu entry "manage" on the computer's icon is broken: it wants the server manager.lnk in the programdata path. How to fix this?
     
  7. hookahman

    hookahman MDL Novice

    Joined:
    Jul 25, 2018
    Messages:
    24
    Likes Received:
    13
    Trophy Points:
    0
  8. hookahman

    hookahman MDL Novice

    Joined:
    Jul 25, 2018
    Messages:
    24
    Likes Received:
    13
    Trophy Points:
    0
    @xinso I installed this on RDSH, but what does it do?
     
  9. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,268
    Likes Received:
    8,659
    Trophy Points:
    210
    #209 xinso, Aug 3, 2018
    Last edited: Aug 3, 2018
    I've forgotten. It's been a while.
     
  10. nechrist

    nechrist MDL Guide Pack

    Joined:
    Apr 24, 2010
    Messages:
    324
    Likes Received:
    162
    Trophy Points:
    10
    #210 nechrist, Aug 3, 2018
    Last edited: Aug 3, 2018
    @hookahman
    I already did it but it doesn't install on the system

    UPDATE

    I managed to install it extracting the cab from the msu and adding it with dism.
     
  11. jeff69dini

    jeff69dini MDL Addicted

    Joined:
    Nov 22, 2008
    Messages:
    964
    Likes Received:
    226
    Trophy Points:
    30
    yeah I tried that but when I try and use server manager it always fails to refresh
     
  12. nechrist

    nechrist MDL Guide Pack

    Joined:
    Apr 24, 2010
    Messages:
    324
    Likes Received:
    162
    Trophy Points:
    10
    @jeff69dini

    Yes, this SKU seems not complete yet. Switched back to pro version.
     
  13. jackmonter5

    jackmonter5 MDL Senior Member

    Joined:
    Jul 27, 2009
    Messages:
    458
    Likes Received:
    156
    Trophy Points:
    10
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,427
    Trophy Points:
    340
    It's still defined as ServerNT with Kernel-ProductType=3
     
  15. Tito

    Tito Super Mod / Adviser Staff Member

    Joined:
    Nov 30, 2009
    Messages:
    17,888
    Likes Received:
    16,542
    Trophy Points:
    340
  16. bjf2000

    bjf2000 MDL Expert

    Joined:
    Apr 11, 2008
    Messages:
    1,015
    Likes Received:
    157
    Trophy Points:
    60
  17. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,268
    Likes Received:
    8,659
    Trophy Points:
    210
    #217 xinso, Sep 4, 2018
    Last edited: Sep 4, 2018
    1. Copy C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\Computer Management
    2. Rename the short as Server Manager
     
  18. nechrist

    nechrist MDL Guide Pack

    Joined:
    Apr 24, 2010
    Messages:
    324
    Likes Received:
    162
    Trophy Points:
    10
    #218 nechrist, Oct 3, 2018
    Last edited: Oct 3, 2018
    Anyone tried to install this SKU with the new iso? At the end of install, you are in winlogon with "other user". Administrator account seems to be disabled. How to login now? I managed to do it booting in a winpe image and resetting the administrator password but, i mean, any official way to login after clean install?
     
  19. °ツ

    °ツ MDL Addicted

    Joined:
    Jun 8, 2014
    Messages:
    766
    Likes Received:
    1,053
    Trophy Points:
    30
    https://forums.mydigitallife.net/th...irtual-desktops-sku.76842/page-3#post-1440851
    https://forums.mydigitallife.net/th...irtual-desktops-sku.76842/page-3#post-1440858
     
  20. nechrist

    nechrist MDL Guide Pack

    Joined:
    Apr 24, 2010
    Messages:
    324
    Likes Received:
    162
    Trophy Points:
    10
    it's very strange that this SKU behave like this...