I got a Hp tablet TX2001au with Windows Vista Home premium 32 bit. It has media center features too. But I rarely use it and they hog all the recourses. But Vista loads all the services to support the Media Center features like the QuickPlay service etc . I want to write a batch script with which i can start and stop those services : something like tabletmediacenter.bat -start . Which are the Media Center services ?
| |||
|
feedback
|
|
Open up a command prompt and enter in
That will show you a list of all started services and they're respective names. From there you can probably look at them by specific names and determine which ones to add to your script. I'd say you should experiment with them and Google the name of each service to determine what it truly is. | |||||
feedback
|