você pode criar um arquivo em lote para iniciar o Spotify:
powercfg -change -standby-timeout-ac 0
start /wait "C:\Program Files\Spotify\spotify.exe"
powercfg -change -standby-timeout-ac 30
e inicie-o com o hstart para ocultar a janela do console: hstart /NOCONSOLE "launch spotify.bat"