Win7 and XBMC, Shutdown windows with Harmony

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Jasi Offline
Junior Member
Posts: 17
Joined: Sep 2004
Reputation: 0
Post: #1
Hi all,

could anyone help me on a small problem I got with a fresh install of xbmc for Windows with XBMC Launcher V 2.2 (Windows 7). Everything works fine but when I press the power button on my harmony it won´t shutdown windows, instead it comes with the shutdown menu of XBMC.
My objective is that when I press the power button on my harmony, xbmc and Windows7 should shutdown/poweroff directly without prompting.

Could anyone give me a tip?

rgs
Jan
find quote
theotherguy Offline
Junior Member
Posts: 22
Joined: Jan 2010
Reputation: 0
Post: #2
Go to System > Power Saving > Shutdown Function - change this to Shutdown.

If that doesn't work, then open up the keyboard.xml file (should be in your XBMC userdata folder) and change:
<s>ActivateWindow(ShutdownMenu)</s>
to
<s>XBMC.ShutDown()</s>.
find quote
Jasi Offline
Junior Member
Posts: 17
Joined: Sep 2004
Reputation: 0
Post: #3
Thx for the hint, thats it.
Rgs
Jan
find quote