瀏覽單個文章
tw1965
Master Member
 

加入日期: Jun 2003
文章: 1,593
Q: How to stop the Microsoft Windows Media Center ?
A: Run this command : "net stop ehrecvr"

引用:
http://www.shspvr.com/mce.html
Q: Can I use WinTV2000 or some other 3rdparty Application and still keep my
Windows Media Center?.
A: Yes you can but need make sure you turn off MCE first.

Thanks to Chris.Day on Hauppauge UK forum.
The MCE services need be closing before you can use any 3rd party software
such as WinTV2000, ShowShifter, SageTV etc.

The easiest way to do this is by way of a batch file like bat or cmd.
Example Code:
@ECHO OFF
CLS
ECHO Closing Media Center Services...
net stop ehrecvr
net stop ehsched
CLS
ECHO Starting WinTV2000...
start /wait C:\Progra~1\WinTV\WinTV2K.EXE -cg
CLS
ECHO Restarting Media Center Services...
net start ehrecvr
net start ehsched
This stops the services, runs WinTV2000. When you close WinTV2000 the
services are restarted (so MCE timer recordings can proceed if required).


舊 2006-11-05, 08:08 PM #8
回應時引用此文章
tw1965離線中