2008-09-20, 18:02
Wiki article: http://wiki.xbmc.org/?title=HOW-TO_make_...ull_Screen
Hi there! I would first like to congratulate the XBMC team with an excellent release for all platforms!
I basically use the XBMC as my primary multimediacenter and since I'm a Windows user & programmer I stick to that platform. Many of you know the Shell-function override does not handle params and therefor limit the startup of XBMC. Here is my solution to that problem:
1. Download SilentLaunch extract to C:\
2. Create a text-file on C:\ named SilentLaunch.cfg
3. Check the properties of your XBMC link and add the target information. For instance "C:\program files\XBMC\XBMC.exe" -fs -p
4. Start the SilentLaunch.exe and check if XBMC get started. (If not goto the end of the post)
5. Download InstantSheller set the "Application to shell" as C:\SilentLaunch.exe
Voila you got the XBMC started without showing anything else!
If nothing happens or an error accured
1. Start a commandprompt Start -> Run, enter "cmd.exe" -> OK
2. Write "C:\SilentLaunch.exe -v" this will verbose output to the screen
Typical error 2 is file-not-found, check your path.
It is pretty important with " at the start and ending of the xbmc-path if it contains spaces and the because the parameters is seperated by spaces. The verbose will tell you more on what went wrong.
The sourcecode & more information about the launch can be found here http://lars.werner.no/?p=117
I'm sorry if there is other cleaner solutions to this "problem" by today, but I could not find anything searching the forums.
Best regards
Lars Werner
http://lars.werner.no
Hi there! I would first like to congratulate the XBMC team with an excellent release for all platforms!
I basically use the XBMC as my primary multimediacenter and since I'm a Windows user & programmer I stick to that platform. Many of you know the Shell-function override does not handle params and therefor limit the startup of XBMC. Here is my solution to that problem:
1. Download SilentLaunch extract to C:\
2. Create a text-file on C:\ named SilentLaunch.cfg
3. Check the properties of your XBMC link and add the target information. For instance "C:\program files\XBMC\XBMC.exe" -fs -p
4. Start the SilentLaunch.exe and check if XBMC get started. (If not goto the end of the post)
5. Download InstantSheller set the "Application to shell" as C:\SilentLaunch.exe
Voila you got the XBMC started without showing anything else!
If nothing happens or an error accured
1. Start a commandprompt Start -> Run, enter "cmd.exe" -> OK
2. Write "C:\SilentLaunch.exe -v" this will verbose output to the screen
Typical error 2 is file-not-found, check your path.
It is pretty important with " at the start and ending of the xbmc-path if it contains spaces and the because the parameters is seperated by spaces. The verbose will tell you more on what went wrong.
The sourcecode & more information about the launch can be found here http://lars.werner.no/?p=117
I'm sorry if there is other cleaner solutions to this "problem" by today, but I could not find anything searching the forums.
Best regards
Lars Werner
http://lars.werner.no