Suggestion:

$fullscreen - returns $true if a program (movie/game/etc) is running full screen, otherwise returns $false

This would be useful in stopping popup dialogs, etc from being displayed if some program is running in full screen mode. I was recently watching a movie on WMP, and kept getting interrupted by one of my scripts which opens a popup dialog. A line like if ($fullscreen) return or if (!$fullscreen) /showdialog could be used to prevent the interruption.

I don't know if a similar identifier already exists or has already been suggested. I didn't find anything searching this forum for the past 5 years.

(BTW, I'm not looking for work-arounds)

-genius_at_work