home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Products
TV-Server
PowerScheduler++ 1.4.0.x - Stable versions for MediaPortal 1.4
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Zoidberg77" data-source="post: 920694" data-attributes="member: 114314"><p>I had a similar problem once with a device which needed the server to be online but wouldn't open any windows share and didn't generate much lan traffic either. I used a script to ping the device and to switch the active power scheme to prevent standby:</p><p>[CODE]@echo off</p><p>powercfg -getactivescheme | find /i "Ausbalanciert" && (goto OffLoop)</p><p>powercfg -setactive 381b4222-f694-41f0-9685-ff5bb260df2e</p><p> </p><p>:OffLoop</p><p>ping -n 1 -w 5000 192.168.2.43 | find /i "TTL" && (goto Online)</p><p>timeout /T 60 /nobreak</p><p>goto OffLoop</p><p> </p><p>:Online</p><p>powercfg -setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c</p><p>:OnLoop</p><p>timeout /T 300 /nobreak</p><p>ping -n 1 -w 5000 192.168.2.43 | find /i "TTL" && (goto OnLoop)</p><p>powercfg -setactive 381b4222-f694-41f0-9685-ff5bb260df2e</p><p>goto OffLoop</p><p> </p><p>exit [/CODE]</p><p>Of course you would have to adapt the power schemes to your needs (I utilized "Balanced" and "High performance") and adapt the GUID (check with "powercfg -list" in a command prompt).</p><p>Maybe it helps <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p> </p><p>P.S.: This will only work if PS++ won't force standby and let Windows handle everything.</p></blockquote><p></p>
[QUOTE="Zoidberg77, post: 920694, member: 114314"] I had a similar problem once with a device which needed the server to be online but wouldn't open any windows share and didn't generate much lan traffic either. I used a script to ping the device and to switch the active power scheme to prevent standby: [CODE]@echo off powercfg -getactivescheme | find /i "Ausbalanciert" && (goto OffLoop) powercfg -setactive 381b4222-f694-41f0-9685-ff5bb260df2e :OffLoop ping -n 1 -w 5000 192.168.2.43 | find /i "TTL" && (goto Online) timeout /T 60 /nobreak goto OffLoop :Online powercfg -setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c :OnLoop timeout /T 300 /nobreak ping -n 1 -w 5000 192.168.2.43 | find /i "TTL" && (goto OnLoop) powercfg -setactive 381b4222-f694-41f0-9685-ff5bb260df2e goto OffLoop exit [/CODE] Of course you would have to adapt the power schemes to your needs (I utilized "Balanced" and "High performance") and adapt the GUID (check with "powercfg -list" in a command prompt). Maybe it helps ;) P.S.: This will only work if PS++ won't force standby and let Windows handle everything. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
PowerScheduler++ 1.4.0.x - Stable versions for MediaPortal 1.4
Contact us
RSS
Top
Bottom