SysChat

SysChat (http://www.syschat.com/forum.php)
-   Windows 7 (http://www.syschat.com/tips-n-tricks/windows-7/)
-   -   How to start Windows 7 Media center in Live TV Mode automatically? (http://www.syschat.com/how-start-windows-7-media-center-5626.html)

dwarkarao 02-19-2010 02:20 AM

How to start Windows 7 Media center in Live TV Mode automatically?
 
Television is one media which communicates things faster than any other media source. Now a days TV can be viewed from PC too. If you want to start Live TV using Windows 7 Media center then we are here to help you with this.

The following steps will help you to accomplish the same:

Step 1: Right click on the media center shortcut icon on desktop and select properties.

Step 2: Click on the short cut tab.

Step 3: Inside the Target box you can see the location as
Code:

%windir%\ehome\ehshell.exe
Leave a space and add
Code:

“/mcesuperbar://tv?live=true”
So that the final string will be like
Code:

%windir%\ehome\ehshell.exe “/mcesuperbar://tv?live=true”
And click OK.

If you are using the media center from the start menu then you need to follow the below steps:

Step 1: Go to start and right click on Media Center and select properties.

Step 2: Click on the short cut tab.

Step 3: Inside the Target box you can see the location as “%windir%\ehome\ehshell.exe”

Leave a space and add ““/mcesuperbar://tv?live=true”

So that the final string will be like
Code:

%windir%\ehome\ehshell.exe “/mcesuperbar://tv?live=true”
And click OK.

Now when ever you open the media center again then you can see the channel that you have last viewed in Live Mode.

This will definitely save your time. Try and enjoy watching TV on PC.


All times are GMT -4. The time now is 10:14 PM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54