I just use MortScript and kill the pmsnserver.exe thing while I'm at it
2 birds with one stone!
If you use MortScript save the following as killstuff.mscr (or whateveryouwantocallit.mscr). I put my script in the Startup Items folder.
While ( TRUE )
Kill( "pmsnserver.exe" )
If ( WndExists("Main Battery") )
Close("Main Battery")
EndIf
Sleep( 5000 )
EndWhile