Start XBMC on Windows Startup?
#1
How do I have XBMC load up when my PC boots up windows so I don't have to grab my mouse and launch the program?
Reply
#2
Create a shortcut to XBMC and drag that shortcut to your "Startup" folder. To access your Startup folder, just click on "Start", "Programs", and finally "Startup".
Reply
#3
You might also consider a freeware program like Startup Delayer. I found that some of my other programs starting up would interfere with XBMC and it would end up minimized unless I delayed it long enough for the AV program and the performace tuning program that I run on my system to fully initialize. With Startup Delayer, I set XBMC to load after 25 seconds and it work perfectly. I also use AutoLogon so my XBMC PC will logon after a reset or powerproblem automatically.

Startup delayer can be found at http://www.snapfiles.com/get/startdelay.html

Keith
Reply
#4
If you use a batch file to launch XBMC, you can add the following line in front of the XBMC.exe to delay X number of seconds.

ping 1.1.1.1 -n 1 -w XX000

For 25 seconds, you'd use
ping 1.1.1.1 -n 1 -w 25000

For 60 seconds, you'd use
ping 1.1.1.1 -n 1 -w 60000
Reply

Logout Mark Read Team Forum Stats Members Help
Start XBMC on Windows Startup?0