[DISCUSSION] Patch WMC to run on Windows 10 final & possible alternatives

Discussion in 'Windows 10' started by ricktendo64, May 8, 2015.

  1. jessie

    jessie MDL Member

    Jun 30, 2007
    166
    7
    10
    HDHomeRun Service was not listed in services only HDHomeRun view final got services installed and started but still no turner

    @echo OFF
    echo Stopping old service version...
    net stop "HDHomeRun_service.exe"
    echo Uninstalling old service version...
    sc delete "HDHomeRun_service.exe"

    echo Installing service...
    rem DO NOT remove the space after "binpath="!
    sc create "HDHomeRun_service.exe" binpath= "C:\Program Files\Silicondust\HDHomeRun\hdhomerun_service.exe" start= auto
    echo Starting server complete
    this installed it but no turner :mad:
     
  2. mwpeterson

    mwpeterson MDL Member

    Sep 7, 2015
    146
    37
    10
    Yeah, I had tried running the HDHomerun with one of the new betas, but I also had the 20150826 installed with hdhomerun_service.exe. So I tried running just 20160729 in compatibility mode, but it did not install hdhomerun_wmc_service.exe. So I installed hdhomerun_wmc_service.exe manually and still no love with 14393. I think T-S has the right idea with the serverbda package, but I think the HDHomerun is going to need a newer package that supports the newer digital tuner that supports cablecards and DRM. Like I have said before I've discovered some of the files that are needed like msdri.dll, but we need to figure out the complete package.
     
  3. bcc9

    bcc9 MDL Novice

    Nov 7, 2013
    5
    4
    0
    #5683 bcc9, Jul 31, 2016
    Last edited: Jul 31, 2016
    As I noted in my original post, service is now called hdhomerun_wmc_service.exe in the current hdhomerun beta releases.
    For good measure, verify with
    c:\windows\ehome\ehprivjob.exe /OCURDiscovery
    that tuners are discovered once the hdhomerun wmc service is running.

     
  4. bcc9

    bcc9 MDL Novice

    Nov 7, 2013
    5
    4
    0
    Right, my instructions were for w10 current release not w10 insider preview/beta release.
     
  5. jessie

    jessie MDL Member

    Jun 30, 2007
    166
    7
    10
    for w10 current release what one th or rs
     
  6. bcc9

    bcc9 MDL Novice

    Nov 7, 2013
    5
    4
    0
    Sorry I haven't been paying any any attention to microsoft betas. Whatever version of windows 10 pro that microsoft downloads to one's usb thumb drive if you elected to do so last week.
     
  7. mwpeterson

    mwpeterson MDL Member

    Sep 7, 2015
    146
    37
    10
    The current release is Threshold 2. The upcoming Anniversary Update is Redstone 1.
     
  8. crash2009

    crash2009 MDL Expert

    Dec 8, 2015
    1,369
    199
    60
  9. hapyman013

    hapyman013 MDL Novice

    Jul 31, 2016
    1
    0
    0
    Hey MWPeterson,

    Just converted to Windows 10 and even my HDHomeRun View is not working. Are there some well known steps to get that working on Windows 10? Stinks we can't get DRM but I'd at least take the View app working for now.
     
  10. nuhkka

    nuhkka MDL Member

    Aug 7, 2009
    230
    34
    10
    is there some simple hack to get thumbnails for mpeg2 files?

    win7 had this because media center codecs but 8 and 10 dont
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. tommiy

    tommiy MDL Member

    Nov 5, 2007
    172
    2
    10
    its still works ;) even in win10. The issue i have is some thing really has stuffed up the sleep function. still investigating why. All I seem to get is that below. This randomly happens. I'm really not sure why.

    [DRIVER] \FileSystem\srvnet
    An active remote client has recently sent requests to this machine.
     
  13. crash2009

    crash2009 MDL Expert

    Dec 8, 2015
    1,369
    199
    60
    #5694 crash2009, Aug 1, 2016
    Last edited by a moderator: Apr 20, 2017

    Attached Files:

  14. jessie

    jessie MDL Member

    Jun 30, 2007
    166
    7
    10
    Tried It No Go =
    Have you guys tried this yet?

    T-S suggested this about a week or two ago. Looks pretty easy...just boring.

    I have uploaded the files from a working 10586.0

    Dont Use Mega Sync Use your Browser
     
  15. crash2009

    crash2009 MDL Expert

    Dec 8, 2015
    1,369
    199
    60
    #5697 crash2009, Aug 1, 2016
    Last edited by a moderator: Apr 20, 2017
    ServerBDA

    So, I opened Win7_GrabFiles.bat with Notepad++

    It appears that Win7_GrabFiles.bat could be easily adjusted to grab more files than the 17 it is programmed to grab (actually 34 if you count both folders)

    Code:
    @echo off
    set self=%~d0%~p0
    
    echo.
    echo Welcome to the BDA file grabber for Windows 7 x64!
    echo --------------------------------------------------
    echo.
    echo This batch file does only work with administrative privileges!
    echo.
    echo Batch file location is:
    echo %self%
    echo.
    echo Please cancel if it is incorrect or if you don't have write permissions.
    echo.
    echo.
    echo Press any key to continue.
    pause >nul
    echo.
    echo.
    echo Please enter your system locale and press enter.
    echo It must be the same as on your Windows Server 2008 R2.
    echo.
    echo Examples: en-US, de-DE
    echo.
    set /P loc=
    
    echo.
    echo Grabbing files...
    echo.
    
    set dst32=%self%files\System32
    set dst64=%self%files\SysWOW64
    
    md "%dst32%"
    md "%dst32%\%loc%"
    md "%dst64%"
    md "%dst64%\%loc%"
    
    copy %systemroot%\System32\bdaplgin.ax "%dst32%"
    copy %systemroot%\System32\kstvtune.ax "%dst32%"
    copy %systemroot%\System32\ksxbar.ax "%dst32%"
    copy %systemroot%\System32\Mpeg2Data.ax "%dst32%"
    copy %systemroot%\System32\mpg2splt.ax "%dst32%"
    copy %systemroot%\System32\MSDvbNP.ax "%dst32%"
    copy %systemroot%\System32\MSNP.ax "%dst32%"
    copy %systemroot%\System32\MSVidCtl.dll "%dst32%"
    copy %systemroot%\System32\%loc%\MSVidCtl.dll.mui "%dst32%\%loc%"
    copy %systemroot%\System32\%loc%\kstvtune.ax.mui "%dst32%\%loc%"
    copy %systemroot%\System32\%loc%\kswdmcap.ax.mui "%dst32%\%loc%"
    copy %systemroot%\System32\%loc%\ksxbar.ax.mui "%dst32%\%loc%"
    copy %systemroot%\System32\psisdecd.dll "%dst32%"
    copy %systemroot%\System32\psisrndr.ax "%dst32%"
    copy %systemroot%\System32\VBICodec.ax "%dst32%"
    copy %systemroot%\System32\vbisurf.ax "%dst32%"
    copy %systemroot%\System32\WSTPager.ax "%dst32%"
    
    copy %systemroot%\SysWOW64\bdaplgin.ax "%dst64%"
    copy %systemroot%\SysWOW64\kstvtune.ax "%dst64%"
    copy %systemroot%\SysWOW64\ksxbar.ax "%dst64%"
    copy %systemroot%\SysWOW64\Mpeg2Data.ax "%dst64%"
    copy %systemroot%\SysWOW64\mpg2splt.ax "%dst64%"
    copy %systemroot%\SysWOW64\MSDvbNP.ax "%dst64%"
    copy %systemroot%\SysWOW64\MSNP.ax "%dst64%"
    copy %systemroot%\SysWOW64\MSVidCtl.dll "%dst64%"
    copy %systemroot%\SysWOW64\%loc%\MSVidCtl.dll.mui "%dst64%\%loc%"
    copy %systemroot%\SysWOW64\%loc%\kstvtune.ax.mui "%dst64%\%loc%"
    copy %systemroot%\SysWOW64\%loc%\kswdmcap.ax.mui "%dst64%\%loc%"
    copy %systemroot%\SysWOW64\%loc%\ksxbar.ax.mui "%dst64%\%loc%"
    copy %systemroot%\SysWOW64\psisdecd.dll "%dst64%"
    copy %systemroot%\SysWOW64\psisrndr.ax "%dst64%"
    copy %systemroot%\SysWOW64\VBICodec.ax "%dst64%"
    copy %systemroot%\SysWOW64\vbisurf.ax "%dst64%"
    copy %systemroot%\SysWOW64\WSTPager.ax "%dst64%"
    
    echo.
    echo Finished!
    echo If you see any errors above, the locale entered may was incorrect.
    echo.
    pause
    I guess the question is "What other files are needed?"
     
  16. jessie

    jessie MDL Member

    Jun 30, 2007
    166
    7
    10
    #5698 jessie, Aug 1, 2016
    Last edited: Aug 1, 2016
    I guess the question is "What other files are needed?" that is the question of the day added files from your dl site still no go

    used with admin but some said access denied
     
  17. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    See the package for win server. I pointed to it because a reason. It should be exhaustive.

    That said maybe a single file needs to be replaced, but that is something that can be narrowed down only if the whole thing prove to be working.
     
  18. crash2009

    crash2009 MDL Expert

    Dec 8, 2015
    1,369
    199
    60

    Attached Files: