Something like this?
Skrommel
;DesktopCover.ahk
; Covers the desktop with colored window.
; Save to DesktopCover.ahk and install AutoHotkey from www.autohotkey.com
;Skrommel @2006
Gui,Color,000000
Gui,+ToolWindow +Border -Caption
Gui,Show,x0 y0 w%A_ScreenWidth% h%A_ScreenHeight% NoActivate,DesktopCoverGUI
WinSet,Bottom,,DesktopCoverGUI