AutoHotkey Cookbook

From: https://gist.github.com/davejamesmiller/1965854

blank_screen(){
    SendMessage 0x112, 0xF170, 2, , Program Manager  ; Monitor off
return
}
        
Also see: Activate Screen-saver (Though unless you have a CRT, you just want to blank the screen; possily LockWorkStation/)