cucoops 0 Posted June 1, 2020 Posted June 1, 2020 Hello! I have a problem - I reinstalled the system and now I can not directly run Emby for WMC. Earlier I programmed the remote control so that Emby starts immediately through WMC. And I forgot how. I can not find the .exe file for shortcut. Can you help me?
jachin99 87 Posted June 1, 2020 Posted June 1, 2020 See here https://docs.microsoft.com/en-us/previous-versions/windows/desktop/windows-media-center-sdk/bb189052(v=msdn.10) Specifically you need to create a shortcut as described below. You need the application guid & entrypoint GUID from the registration file. I bet the registration file is found under EMC's program file folder. Alternatively, EMC might create a desktop shortcut when it is installed that can somehow map to a remote button. ehshell.exe /entrypoint:{application_guid}\{entrypoint_guid} This switch starts Windows Media Center and navigates directly to a registered entry point, where application_guid and entrypoint_guid are strings that contain the GUIDs of the application and entry point identifiers for the entry point to launch.
cucoops 0 Posted June 6, 2020 Author Posted June 6, 2020 object ---> %windir%\ehome\ehshell.exe /nostartupanimation /entrypoint:{ce32c570-4bec-4aeb-ad1d-cf47b91de0b2}\{fc9abccc-36cb-47ac-8bab-03e8ef5f6f22} it works, thanks guys!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now