O MS criou um artigo da base de conhecimento sobre esse problema:
O monitor desliga após 1 minuto quando o PC está bloqueado
Esse comportamento é por design no Windows 8. Por padrão, quando o console está bloqueado, o Windows aguarda 60 segundos de inatividade antes de desligar o monitor. Esta configuração não é configurável usando a interface do usuário do Windows.
Resolução
Using the PowerCfg.exe utility, you can configure the display timeout used when the PC is in an unlocked state as well as when it is at a locked screen. From an administrative command prompt, the following commands can be used to control the display timeout:
powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOIDLE (time in seconds)
powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK (time in seconds)
powercfg.exe /setactive SCHEME_CURRENT
The VIDEOIDLE timeout is used when the PC is unlocked and the VIDEOCONLOCK timeout is used when the PC is at a locked screen.