Johannes Hello Johannes,
Running this command in Windows will achieve a "full" shutdown, shutdown /s /t 0 /f
For MacOS run, sudo shutdown -h now
For Linux, sudo shutdown now
For Android, ADB tools needs to be installed...the command would be, adb shell reboot -p
Hope this helps.