PowerScheduler++ 1.4.0.x - Stable versions for MediaPortal 1.4 (4 Viewers)

Atomic7431

Portal Pro
June 17, 2011
497
71
Home Country
United Kingdom United Kingdom
ok over night my machine yet again failed to sleep and "powercfg -requestsoverride" showed ths had re appeared "[DRIVER] \FileSystem\srvnet" ive done yet more research and apparently this is to do with the following -
Code:
Allow Standby with Remote Opens
By default, Windows 7 will attempt to prevent system standby when connected to a remote share or file.
Presumably, this is to prevent any ongoing file transfers over the network from failing due to the system unexpectedly entering standby. But there are many cases where the system is connected to a remote share and it is okay to enter standby.
Windows 7 includes a setting to allow the computer to enter standby, but it may be missing from the advanced power options dialog box.

This .reg file will unhide the “Allow sleep with remote opens” option AND set it to Yes for three default power profiles (Balanced, High Performance, and Power Saver) in Windows 7:

Code:
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\d4c1d4c8-d5cc-43d3-b83e-fc51215cb04d]
"Attributes"=dword:00000000
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\d4c1d4c8-d5cc-43d3-b83e-fc51215cb04d\DefaultPowerSchemeValues\381b4222-f694-41f0-9685-ff5bb260df2e]
"ACSettingIndex"=dword:00000001
"DCSettingIndex"=dword:00000001
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\d4c1d4c8-d5cc-43d3-b83e-fc51215cb04d\DefaultPowerSchemeValues\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c]
"ACSettingIndex"=dword:00000001
"DCSettingIndex"=dword:00000001
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\d4c1d4c8-d5cc-43d3-b83e-fc51215cb04d\DefaultPowerSchemeValues\a1841308-3541-4fab-bc81-f71556f20b4a]
"ACSettingIndex"=dword:00000001
"DCSettingIndex"=dword:00000001

when i applied this it immediately stopped the problem from being listed in the powerscheduler++ info window, so hopefully this will fix this ever lasting issue.

I found this information from HERE so all thanks to them :)
 
Last edited:

kleira

MP Donator
  • Premium Supporter
  • January 7, 2008
    63
    2
    Hückelhoven
    Home Country
    Germany Germany
    Hello,

    maybe someone can help me.
    I´m testing 1.3.0 RC as a multi seat installtion. In the plugins of the TV-Server is only the old version 1.0.0.0 listed. How can I install the new PS++?

    Thanks for your help!

    Best regards
    Ralf
     
    Last edited:

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    hello michael_t

    I don't know i have ask this bevor but maybe you can add a feature ?

    My Problem:::

    My htpc wakes up for record, all other components are off like tv, receiver and so on. So my wife get home, sit on the couch and click the start button on my universal remote control under the start button there a line of orders that al goes on with one click also there is a order for the htpc power on button... So now my problem, when this happens the htpc goes to stand by while recording is in progress. So the recording is broken and can be delet. So my quest now, can you add a feature that your tool knows when a record is running and block all commands from power button for the time a record is running ?

    I hope you can understand me !
     

    michael_t

    Portal Pro
    November 30, 2008
    1,258
    813
    Home Country
    Germany Germany
    ...So now my problem, when this happens the htpc goes to stand by while recording is in progress. So the recording is broken and can be delet...
    This cannot happen unless you have setup your pc that it goes to hibernate when you press the on/off button on your remote control. You definitively have to map all user actions to sleep mode (S3), then a power off will not goto standby when a recording is active. The easiest way to be sure everything is ok is to use PS++ Plug&Play mode.

    Michael
     
    Last edited:

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hm i think i have set in all settings S3 when i put the power off button on my remote he goes to s3.
     
    Last edited:

    TheBatfink

    MP Donator
  • Premium Supporter
  • June 11, 2007
    1,288
    221
    Nottingham
    Home Country
    United Kingdom United Kingdom
    ok over night my machine yet again failed to sleep and "powercfg -requestsoverride" showed ths had re appeared "[DRIVER] \FileSystem\srvnet" ive done yet more research and apparently this is to do with the following -
    Code:
    Allow Standby with Remote Opens
    By default, Windows 7 will attempt to prevent system standby when connected to a remote share or file.
    Presumably, this is to prevent any ongoing file transfers over the network from failing due to the system unexpectedly entering standby. But there are many cases where the system is connected to a remote share and it is okay to enter standby.
    Windows 7 includes a setting to allow the computer to enter standby, but it may be missing from the advanced power options dialog box.

    This .reg file will unhide the “Allow sleep with remote opens” option AND set it to Yes for three default power profiles (Balanced, High Performance, and Power Saver) in Windows 7:

    Code:
    Windows Registry Editor Version 5.00
     
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\d4c1d4c8-d5cc-43d3-b83e-fc51215cb04d]
    "Attributes"=dword:00000000
     
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\d4c1d4c8-d5cc-43d3-b83e-fc51215cb04d\DefaultPowerSchemeValues\381b4222-f694-41f0-9685-ff5bb260df2e]
    "ACSettingIndex"=dword:00000001
    "DCSettingIndex"=dword:00000001
     
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\d4c1d4c8-d5cc-43d3-b83e-fc51215cb04d\DefaultPowerSchemeValues\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c]
    "ACSettingIndex"=dword:00000001
    "DCSettingIndex"=dword:00000001
     
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\d4c1d4c8-d5cc-43d3-b83e-fc51215cb04d\DefaultPowerSchemeValues\a1841308-3541-4fab-bc81-f71556f20b4a]
    "ACSettingIndex"=dword:00000001
    "DCSettingIndex"=dword:00000001

    when i applied this it immediately stopped the problem from being listed in the powerscheduler++ info window, so hopefully this will fix this ever lasting issue.

    I found this information from HERE so all thanks to them :)

    I may try this. I have never gotten my machine to sleep and / or stay asleep properly to the point I now have to shut it down when not in use and no longer set programs to record. Worth a stab. Thanks.
     

    gijoe73

    MP Donator
  • Premium Supporter
  • April 29, 2011
    192
    14
    Home Country
    Germany Germany
    Hi,

    I want to install Power Scheduler++ on my HTPC with Win8 X64 and a 3 GB RAM Disk created with IMDisk.
    The Problem is that Power Scheduler will be installed in the RAM Disk and not in the MP directorys. Even with deactivated RAM Disk and altered to default Windows TEMP variables, the problem remains. I´ve made a Snapshot from the installer window.
    As long the HTPC is running the Plugins works, but after a Shutdown (S5) the Plugin is gone in the TV-Service Config.

    Any Ideas ?
     

    Attachments

    • Powescheduler.png
      Powescheduler.png
      68 KB

    Users who are viewing this thread

    Top Bottom