PDA

View Full Version : Running Galleon & TivoDesktop at the same time


Butch
03-02-2007, 07:51 PM
If you are running Galleon & TivoDesktop at the same time then you probably are having problems

I found you need to Run the services
Tivo Beacon
first then
Galleon

I made a .bat file that you can put in your Start Menu for windows XP
Unzip the file to a .bat file
my windows is on C drive so I copied the .bat file to
C:\Documents and Settings\All Users\Start Menu\Programs\Startup

Here is what it does /on start up of Windows XP it / stops the services / then starts them back up in proper order

net stop "Tivo Beacon"
net stop "Galleon"
net start "Tivo Beacon"
net start "Galleon"

I hope this helps people out