Start XBMC on Windows Startup? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59) +---- Thread: Start XBMC on Windows Startup? (/showthread.php?tid=37024) |
Start XBMC on Windows Startup? - quanfer - 2008-09-11 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? - funtasticguy - 2008-09-11 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". - keithskaggs - 2008-09-11 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 - jacanuck - 2008-09-11 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 |