Quote:
Originally Posted by WingChunMan Hi,
I actually have the same matter with the "shutdown when finished", please keep me informed about any solution, if I'll resolve the problem first I'll let you to know. |
Well, as far as I can see, the problem is in BSplayer, which actually calls the wrong API to perform SHUTDOWN, when it should perform POWEROFF...
So to fix it, someone would need to change
ExitWindowsEx(EWX_SHUTDOWN, ....);
with
ExitWindowsEx(EWX_POWEROFF, ....);
in the source of BS..
Bye, M.