Turning off the monitor using shell command

Hello!
So I’ve been trying to create a layout that would run a shell command that would turn off the display.

So inside Layout Designer I’ve created an empty region and created a shell command inside of it.
I’ve used two different commands already:
shutdown /h
and
nircmd.exe monitor off
But in preview I just stare at the background image and that’s it.

My guessing is that my commands are incorrect even though they are working from cmd.

If anyone can help I would really appreciate it!
Thanks.

perhaps try to schedule your layout on your Windows player and see what will happen?

The fact that I didnt see anything on the preview just made me curious.
Sorry : (

Preview won’t execute any shell commands. You’d need to run them in a Player for them to have any effect.

Thanks!
Sorry for bothering,