[WINDOWS] Boot directly to XBMC for Windows (in full-screen) as the shell on Windows?

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
waldo22 Offline
Member+
Posts: 764
Joined: Sep 2007
Reputation: 2
Location: Chapel Hill, NC, USA
Post: #41
zeuss-axis Wrote:Unless I missed it somewhere, we haven't solved the REMOTEXBMC issue for this option just yet...though I saw someone was working on an app launcher for XBMC, so you could potentially load the program after booting XBMC...is there a 'logon script' in use with XBMC that could auto-start this?

OK, I'm confused.

What do you mean about REMOTEXBMC? Are you talking about the issue with XBMC over Remote Desktop (as in Microsoft Terminal Services?)

What program are you talking about loading after booting XBMC? Running explorer.exe in the background?

I was referring to editing the registry key here:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

And changing the "shell" value from explorer.exe to:

"Shell"="c:\progra~1\xbmc\xbmc.exe"

As it was before, you couldn't load in full-screen mode because you can't pass any parameters in this registry key.

Now they have added it to the advancedsettings.xml file so it should work fine.

So what's the problem?

If you need an actual shell, you can exit xbmc (or not even bother) and press ctrl-alt-del, run taskmgr, and start a new task. You could start explorer if you want, or just start a command prompt and do what you need to do.

Let me know what you mean,

Wes
find quote
waldo22 Offline
Member+
Posts: 764
Joined: Sep 2007
Reputation: 2
Location: Chapel Hill, NC, USA
Post: #42
pokemeintheye Wrote:I just tried this in vista and xbmc opened up windowed. I believe I've got the advancedsettings.xml configured right because if I just double click on the file then it opens up full screen.

Strange. I can't explain that one.
find quote
zeuss-axis Offline
Senior Member
Posts: 143
Joined: Apr 2008
Reputation: 0
Location: Dallas
Post: #43
waldo22 Wrote:What do you mean about REMOTEXBMC?

REMOTEXBMC is a program for running the Xbox remote in WinXP...

http://forum.xbmc.org/showthread.php?tid=34905

...by booting to XBMC as shell, the "startup" tasks dont run, and thus my remote wont work. Ideas?

Thanks for the response!
find quote
waldo22 Offline
Member+
Posts: 764
Joined: Sep 2007
Reputation: 2
Location: Chapel Hill, NC, USA
Post: #44
OK, got it.

Here's the way to do this:

Instead of using the REMOTEXBMC program, just use EventGhost.

It has a built-in plugin for controlling XBMC, and a plugin to make the original xbox remote work is now in SVN.

Here is my tutorial on the subject:
http://forum.xbmc.org/showthread.php?tid=45337

All you have to do is have EventGhost run XBMC (and any other programs you want to run at startup) under it's "autostart" list of macros.

It turns out that things in this registry key...
HkeyCurrentUser -> Software -> Microsoft -> Windows -> CurrrentVersion -> run
(or Hkey Local Machine, for all users)
And the "Programs -> Startup" folder BOTH need explorer.exe as the shell in order to run.
(This post was last modified: 2009-02-17 18:45 by waldo22.)
find quote
ghostrecon37 Offline
Junior Member
Posts: 4
Joined: Jul 2008
Reputation: 0
Post: #45
hi can someone post the advancedsettings.xml ? for fullscreen use, i am a noob in programming so.
find quote
waldo22 Offline
Member+
Posts: 764
Joined: Sep 2007
Reputation: 2
Location: Chapel Hill, NC, USA
Post: #46
ghostrecon37 Wrote:hi can someone post the advancedsettings.xml ? for fullscreen use, i am a noob in programming so.

in the future, for this type of info, look here:

http://wiki.xbmc.org/?title=Advancedsettings.xml

specifically, this section:

http://wiki.xbmc.org/?title=Advancedsett...lscreen.3E

Make a plain text file called advancedsettings.xml and include the following text:

Code:
<advancedsettings>

<fullscreen>true</fullscreen>

</advancedsettings>

Put it in your userdata folder.

-Wes
find quote
ghostrecon37 Offline
Junior Member
Posts: 4
Joined: Jul 2008
Reputation: 0
Post: #47
thanks that works great!

but now next problem is that i can't see programs plugins in program section from XBMC!?
find quote
Harry Muscle Offline
Fan
Posts: 505
Joined: Nov 2006
Reputation: 0
Post: #48
waldo22 Wrote:OK, got it.

Have you tried going to -

HkeyCurrentUser -> Software -> Microsoft -> Windows -> CurrrentVersion -> run and adding REMOTEXBMC in there?

(or Hkey Local Machine, if you want it there for all users)

I don't know if it needs explorer.exe running to execute those tasks, but I doubt it...

If that doesn't work, you could try one of the many programs that allow you to run generic programs as a service.

What do you think?

I did a quick test run (not very thorough) and it seems it does need explorer running to run those things ... same for putting things in the startup folder on the start menu.

However, there's a very simple solution to running multiple items from a batch file at once ... see here:

http://forum.xbmc.org/showpost.php?p=200441&postcount=4

Harry
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Post: #49
ghostrecon37 Wrote:now next problem is that i can't see programs plugins in program section from XBMC!?
That is off-topic for this thread, please stay on topic here and start a new topic thread for that issue. Threadjacking is generally considered a breach of netiquette and can cause ill feelings among other participants in the discussion.
http://en.wikipedia.org/wiki/Thread_hijacking
http://en.wikipedia.org/wiki/Netiquette

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
waldo22 Offline
Member+
Posts: 764
Joined: Sep 2007
Reputation: 2
Location: Chapel Hill, NC, USA
Post: #50
Harry Muscle Wrote:However, there's a very simple solution to running multiple items from a batch file at once ... see here:

http://forum.xbmc.org/showpost.php?p=200441&postcount=4

Harry

Thanks, Harry.

I read that, and it looks very useful. So you just replaced explorer.exe with harrysXBMCBatchFile.bat and everything works perfectly?
find quote
Post Reply