For anyone else having issue getting this workaround working on Windows 8...
I finally got it working by wrapping the call to restart.vbs in a batch file that changed to the Mediaportal directory and then runs it i.e.
This was a suggestion from cala on the Argus TV forums here: http://www.argus-tv.com/forum/viewtopic.php?f=59&t=4158&start=20#p29709 I ought to add.
An additional issue I had was having a "Start in" entry (no longer needed when using the above) on the task that was quoted - removing the quotes and using the batch file and I'm back to stable system that restarts on resume
I finally got it working by wrapping the call to restart.vbs in a batch file that changed to the Mediaportal directory and then runs it i.e.
Code:
cd <Directory in which the restart.vbs script resides>
.\restart.vbs
This was a suggestion from cala on the Argus TV forums here: http://www.argus-tv.com/forum/viewtopic.php?f=59&t=4158&start=20#p29709 I ought to add.
An additional issue I had was having a "Start in" entry (no longer needed when using the above) on the task that was quoted - removing the quotes and using the batch file and I'm back to stable system that restarts on resume