Safe shutdown

the second workaround “found” by Pogmog is the shutdown via script executed in the webbrowser.

@Pogmog
So , the script should be:

// @include [the IP of you WD cloud]
window.setInterval(function(){
$(‘#id_shutdown_td’).css({
‘display’: ‘inline’
});
}, 5000);

Is that right?
Do you use Greasemonkey to create and execute this script?

thansk for the feedback

1 Like