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

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

  1. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    Ok, that explain everything.

    On home versions many useful tools are purposely disabled.

    Use the command line then.
     
  2. prettyjoey08

    prettyjoey08 MDL Novice

    Oct 1, 2015
    17
    0
    0
    Okay so just put on the CMD "net localgroup "administrators" "Network Service"/add" ?
     
  3. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    Yes, from an administrator prompt, obviously.
     
  4. bheav2

    bheav2 MDL Novice

    Jul 30, 2009
    10
    0
    0
    Same here, on Windows 8.1, press 2 times to launch WMC......no big deal. Hoping for resolution to run WMC on Windows 10 with Ceton cablecard without DRM issues......Big Deal!:cool: Thank you guys for working on this project.
     
  5. prettyjoey08

    prettyjoey08 MDL Novice

    Oct 1, 2015
    17
    0
    0
    Okay i did that but i get something i would screen shot show you but i need more post lol.. Can i message u and show you?
     
  6. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    Yes, sure.

    But you can post also something like hxxp://url-you-want-to-share.
     
  7. prettyjoey08

    prettyjoey08 MDL Novice

    Oct 1, 2015
    17
    0
    0
    Yea i tried that lol

    I just sent you a message.
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,222
    84,900
    340
    #1788 abbodi1406, Oct 2, 2015
    Last edited by a moderator: Apr 20, 2017
    For non-english systems, courtesy of Graznok:
    Code:
    for /f "usebackq delims=" %x in (`powershell "(New-Object System.Security.Principal.SecurityIdentifier('S-1-5-32-544')).Translate([System.Security.Principal.NTAccount]).Value.Split([IO.Path]::DirectorySeparatorChar)[1]"`) do set "admins=%x"
    
    for /f "usebackq delims=" %x in (`powershell "(New-Object System.Security.Principal.SecurityIdentifier('S-1-5-20')).Translate([System.Security.Principal.NTAccount]).Value"`) do set "netsvc=%x"
    
    net localgroup %admins% "%netsvc%" /add
     
  9. prettyjoey08

    prettyjoey08 MDL Novice

    Oct 1, 2015
    17
    0
    0
    #1789 prettyjoey08, Oct 2, 2015
    Last edited by a moderator: Apr 20, 2017
    is that what i needed to put? lol
     
  10. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    #1790 T-S, Oct 2, 2015
    Last edited by a moderator: Apr 20, 2017
    Didn't work for me when I tried it, and I didn't bother to understand why.
     
  11. prettyjoey08

    prettyjoey08 MDL Novice

    Oct 1, 2015
    17
    0
    0
    Why can't i see videos or record even if i did the network setup thing. It says this.The Display driver error: The video playback device does not support playback of protected content.
     
  12. DavidinCT

    DavidinCT MDL Addicted

    May 9, 2015
    522
    99
    30
    #1792 DavidinCT, Oct 2, 2015
    Last edited: Oct 2, 2015
    I have a Ceton PCIe 6 card and I was able to install the newest WIndows 8.1 driver with no issues and it works perfect.... For the record my tuner is in a Windows 7 machine...

    If it's a protected show, it's going to do that (You can only play a protected show on the machine it was recorded). It might have DRM attached to that show.

    This version of Media Center works great but, the protected path does not work on it, For example, you go in the guide and select a premium channel (HBO, showtime, etc) it will show the same error.
     
  13. prettyjoey08

    prettyjoey08 MDL Novice

    Oct 1, 2015
    17
    0
    0
    Hmm but it says this to all the channels. When i put it in full screen mode the channels starts playing and when i minisize it. Weird.. Now when i test the recording. It says "This program will be recorded" but it doesnt.
     
  14. DavidinCT

    DavidinCT MDL Addicted

    May 9, 2015
    522
    99
    30
    Are you running the newest version ? We had that problem back a handful of versions ago. The recording thing I believe is a permissions thing.

    I might say, uninstall your version, re-download v7 (a few pages back) and install again. All these issues you speak of were resolved at some point.
     
  15. prettyjoey08

    prettyjoey08 MDL Novice

    Oct 1, 2015
    17
    0
    0
    I have the v7 but i'll uninstall it and re-download and see if it works.
     
  16. glugglug

    glugglug MDL Junior Member

    Oct 2, 2015
    61
    15
    0
    Are you using the PRO version of Windows 10?

    I think Pro may be required like it was in 8.1, and that the requirement likely stems from needing RDP as a dependency.

    The connection from the extender is basically an RDP session, except on port 3390 instead of 3389, with an RTSP session used along with it for the actual streaming. So the best chance of an extender working will be from a version of Win10 that supports Remote Desktop connections. Or maybe try one of the hacks for putting RDP on Windows 7 home premium?
     
  17. Graznok

    Graznok MDL Member

    Jan 29, 2013
    214
    120
    10
    A day we will find why we are forced to do that!
     
  18. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    :biggrin::biggrin:

    Yes only a genius could think to translate the groups bit not the users :D
     
  19. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120