WHS to SVR12 Essnetials Reg file help

Discussion in 'Windows Server' started by ZaForD, Sep 2, 2015.

  1. ZaForD

    ZaForD MDL Expert

    Jan 26, 2008
    1,212
    200
    60
    #1 ZaForD, Sep 2, 2015
    Last edited by a moderator: Apr 20, 2017
    Hey Guys,

    I got a strange request about a .reg file.
    I'm not sure this is the right place to ask, but figured I'd try here as its from WHS and is being used with SVR12R2 Essentials.

    Basically, I found this old .REG file I used to use for WHS.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12346}]
    @="Media Server" 
    
    [HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12346}\DefaultIcon]
    @="C:\\Windows\\System32\\imagesp1.dll,8"
    
    [HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12346}\InProcServer32]
    @="shell32.dll"
    "ThreadingModel"="Apartment"
    
    [HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12346}\Shell\Manage\Command]
    @="mmc /computer=Media Server TP compmgmt.msc"
    
    [HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12346}\Shell\Open\Command]
    @="explorer /n,\\\\Media-Server\\"
    
    [HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12346}\Shell\Remote Desktop\Command]
    @="mstsc /f /v:Media-Server"
    
    [HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12346}\Shell\Windows Home Server Console\Command]
    @="C:\\Program Files\\Windows Home Server\\WHSConsoleClient.exe"
    
    [HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12346}\ShellEx\PropertySheetHandlers\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12346}]
    
    [HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12346}\ShellFolder]
    "Attributes"=hex:00,00,00,00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12346}] 
    @="Media-Server" 
    
    I tried in on Windows 7 and Windows 10 and the important parts (to me any way) still work 'Open' and 'Remote Desktop'
    But it shows up in the 'Devices and Drives' section of Explorer :confused:

    Anyone know of a way to get it to show under 'Network Locations'

    Explorer-HomeServer.jpg

    Thanks guys.