Anyone tried to achive it? Custom keymap.xml? 3rd party app? Any ideas?DP
dpassent
Senior Member Posts: 188 Joined: Feb 2008 Reputation: 0 |
2008-04-02 11:10
Post: #1
Is there any method that win32 XBMC act like xbox XBMC regarding shutdown? Right now when I select shutdown the application itself shuts down, but I want xbox-like behavior, that whole system shuts down or preferably becasue we are in the XP/Vista world system stands by without leaving XBMC application. That way after turning on we have sweet XBMC waiting for your commands
Anyone tried to achive it? Custom keymap.xml? 3rd party app? Any ideas?DP |
| find quote |
bigbw
Member Posts: 98 Joined: May 2007 Reputation: 0 |
2008-04-02 17:03
Post: #2
not sure how to intergrate it into xbmc, but I have a batch file that shuts down my pc with one keypress..
|
| find quote |
anyo
Member Posts: 82 Joined: Mar 2008 Reputation: 0 |
2008-04-02 17:40
Post: #3
I know in the skin, with the linux build there is basically a command that can be put in to shut down the computer, instead of just XBMC... maybe this is possible in the windows build too?
|
| find quote |
bigbw
Member Posts: 98 Joined: May 2007 Reputation: 0 |
2008-04-03 02:59
Post: #4
the following batch file will start xbmc and shut down your pc after you exit xbmc
xbmc cd\ shutdown -u this works as long as you have the windows command "shutdown" in the root dir.. i have tested this is works in XP, not sure about Vista.. |
| find quote |
dpassent
Senior Member Posts: 188 Joined: Feb 2008 Reputation: 0 |
2008-04-03 08:04
Post: #5
shutdown isn't problem. I want my komputer to stand by, not to shut down. I plan to replace the explorer.exe on my HTPC with XBMC. That way XBMC will start automaticly right after boot, and I want to stand by my PC from XBMC. I don't want to use any other application on this PC. Just like I don't use anything else on my Xbox (XBMC is my dashboard)
DP |
| find quote |
bobrooney_78
Senior Member Posts: 167 Joined: Oct 2003 Reputation: 0 |
2008-04-03 08:42
Post: #6
dpassent Wrote:That way XBMC will start automaticly right after boot, and I want to stand by my PC from XBMC. I don't want to use any other application on this PC. Just like I don't use anything else on my Xbox (XBMC is my dashboard) i like this idea. I also heard of PE Builder/WinBuilder which can strip Windows XP to 200 MB and on which you can use PlugIns like Firefox, OpenGL. Could imagine that the boot time of a lean windows is also very short. |
| find quote |
pt-1
Senior Member Posts: 175 Joined: Aug 2006 Reputation: 0 |
2008-04-03 10:14
Post: #7
Suspend to RAM or HDD would be nice too ;-)
|
| find quote |
dpassent
Senior Member Posts: 188 Joined: Feb 2008 Reputation: 0 |
2008-04-03 11:15
Post: #8
supend to ram = stand by, suspend to hdd = hibernate. it's all there - we just need a way to invoke those from XBMC
DP |
| find quote |
matt_cyr
Fan Joined: Oct 2007 Reputation: 0 |
2008-04-03 17:04
Post: #9
haven't tested it, but a batch file containing
Code: rundll32.exe powrprof.dll,SetSuspendState |
| find quote |
matt_cyr
Fan Joined: Oct 2007 Reputation: 0 |
2008-04-03 17:09
Post: #10
Edit: In order to use standby then your system must have hibernation disabled.
|
| find quote |