Hi All,
I was having similar problems.
My system was hanging on the confirmation window so I made one change to the popular script below
I added a Send {Enter} to address the confirmation box that was popping up. My exists are now extremely clean. My script below.
$Esc::
{
Process, Close, {{{StartupEXE}}}
Send {Enter}
}
Hope this is helpful to others
Stone