# BeckerShell-Menü und Co. vom System abkoppeln!
#################################################################
StatusMessage( "BeckerShell-Menü und Co. vom System abkoppeln!" )
If ( ProcExists( "StartUp.exe" ) )
Kill( "StartUp.exe" )
EndIf
If ( ProcExists( "BeckerBT.exe" ) )
Kill( "BeckerBT.exe" )
EndIf
Sleep ( 100 )
If ( ProcExists( "scp.exe" ) )
Kill( "scp.exe" )
EndIf
Sleep ( 100 )
If ( ProcExists( "BeckerAudioPlayer.exe" ) )
Kill( "BeckerAudioPlayer.exe" )
EndIf
Sleep ( 100 )
If ( ProcExists( "VideoPlayer.exe" ) )
Kill( "VideoPlayer.exe" )
EndIf
Sleep ( 100 )
If ( ProcExists( "MNAVDCE.EXE" ) )
Kill( "MNAVDCE.EXE" )
EndIf
Sleep ( 100 )
If ( WndExists( "Shell.exe" ) )
Close( "Shell.exe" )
EndIf
StatusMessage( "Status OK...and have fun...!" )
Exit