SageTV Community  

Go Back   SageTV Community > General Discussion > General Discussion
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

General Discussion General discussion about SageTV and related companies, products, and technologies.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-12-2006, 01:20 PM
Sandbox Sandbox is offline
New Member
 
Join Date: Aug 2006
Posts: 2
Need to Fully Disable MCE

I have a Media Center PC with MS MCE installed. I have configured it and it works, but SageTV offers a greater control over resources. I have disabled the required services to permit Sage TV to function, but MCE lingers. I would like to fully disable MCE and hopefully with the option to re-enable it if ever desired.

Assistance is needed with sufficient detail for the average computer user to:

Fully disable all service associated with MCE assuming that they are not required by SageTV

Stop MCE from loading on boot. MCE is not in the start-up directory or any other place I can think to look.

Stop the MCE controller from starting MCE if the green MCE button is pushed. Tangles up SageTV if I hit the button in error

I will use a USBUIRT so I assume the MCE IR Receiver is not required.

Thanks in advance
Tom
Reply With Quote
  #2  
Old 11-12-2006, 05:13 PM
perfessor101 perfessor101 is offline
Sage Advanced User
 
Join Date: Nov 2003
Location: Vancouver, British Columbia, Canada
Posts: 246
Here's how I've tried to handle MCE

All Mce's programs run in service mode so they don't appear in the startup folders
To stop the MCE services from starting, as an Administrator level user:

click Start / Run / and enter the following command line to start the Microsoft Management Console for Services
mmc c:\windows\system32\services.msc

Here's a list of services I disable to stop MCE starting, set each one to manual or disable
- Media Center Extender Service
- Media Center Receiver Service
- Media Center Scheduler Service.


Periodically Windows updates will re-enable these services, so I use the following script to make sure they are stopped before starting SageTV


Here's my MCE startup script ...
MCEStart.bat, which I drop a shortcut to in the startup folder
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

rem give MCE services a chance to finish starting ...
sleep 15

rem these are all the MCE specific programs I could find ... but I may be wrong
taskkill /F /IM ehmsas.exe
taskkill /F /IM ehRecvr.exe
taskkill /F /IM ehSched.exe
taskkill /F /IM ehtray.exe

sleep 5

rem I delay SageTV starting so it won't be competing with MCE for tuners

rem start SageTV with abovenormal priority in program mode
c:
cd "\program files\sagetv\sagetv"
start /abovenormal sagetv.exe

rem to start SageTV in service mode remove the rem from the next line
rem net start SageTV

exit

-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_


Hope this helps ...
Bobby


-- doesn't specifically address the green MCE button, but then again I don't have one so it may ...

Last edited by perfessor101; 11-12-2006 at 05:33 PM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 05:32 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.