These command line switches have been covered before but I’ve seen a few posts recently with users asking how can I launch Media Center directly in to this or that third party Media Center add-in or into a particular area of media center itself.

I’ve just tested this out and I was able to launch 7MC directly in to Media Browser, My Movies 3 and TunerFree MCE, but this method should work for any third party entry point.

You can see a list of some of these command line switches here.

A new one for 7MC for example is: ehshell.exe /nostartupanimation which will launch 7MC without the fan fair start up animation.

Ok back to launching directly into our third party apps the command is:

ehshell.exe /entrypoint:{application_guid}\{entrypoint_guid}

So in this example I will show you how to look in the registry to find the application and entrypoint GUID’s for My Movies 3.0. but you can apply this method to any media center applications you have installed.

Open up the registry editor by running regedit

Navigate to the following area in the registry:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Extensibility\Entry Points

In here you will now see a list of entry point GUID’s down the left hand side, as shown in the screen shot, click on each entry on the left hand side in turn and look in the right hand pane until you see the Media Center application you want to launch into. In this case My Movies.

Click the image for a larger view:

image

Make a note of the entry point GUID value in this case it was:

{810d7b87-1300-4aed-a700-1c6179f8f14b}

image

Now on the right hand side make a note of the application GUID value in this case it was:

{8984aed5-7c9d-42f0-b2ad-c39bbcf04a25}

image

Now I have all the information I need to launch my Media Center directly in to My Movies 3.0 and my finished command line is:

ehshell.exe /entrypoint:{8984aed5-7c9d-42f0-b2ad-c39bbcf04a25}\{810d7b87-1300-4aed-a700-1c6179f8f14b}

So now I can either just create a new desktop shortcut for Windows Media Center and include my /entrypoint switch or perhaps create my own .cmd file to launch media center.

Creating a new shortcut to ehshell.exe in the C:\Windows\ehome directory

image

Copy and paste your entire /entrypoint switch after ehshell.exe as shown below.

image 

Now when I double click this new shortcut for Windows Media Center I am always taken straight into My Movies 3.0 or any other third party Media Center application of my choosing.

And as a bonus tip, run this command to launch 7MC straight in to Netflix:

windowsmediacenterapp:{e6f46126-f8a9-4a97-9159-b70b07890112}\{982ea9d3-915c-4713-a3c8-99a4688b7c59}?EntryPointParameters=

I’m assuming these are global GUID’s and will work for all users? Let me know.

One thought on “How to launch Media Center directly in to 3rd party app”
  1. Hi, I am interested in launching MyMovies & Netflix from my Harmony 1100. I was reading a comment you had made on TGB that the above instructions need to be updated. I am wondering if you will be updating them anytime soon. I am not very tech savy but can try to follow exact directions. My concern is since the above directions are outdated it may not work with my current win 7, My Movies 4 setup.

Leave a Reply to RohitCancel reply