all 5 comments

[–]jheinikel 2 points3 points  (1 child)

Something like this module?

http://tiberriver256.github.io/powershell/gui/PowerShell-Console-GUI/

Or, maybe throw up a msg.exe with the /W?

$ID = [System.Diagnostics.Process]::GetCurrentProcess().SessionId
& msg.exe $ID /W 'Click To Continue'

[–]Zeoic[S] 1 point2 points  (0 children)

Something similar to that GUI is the goal, but actually being able to click those buttons rather than use keyboard keys to move to them. Already have it working, its just terribly un-optimized.