Thanks but it still does not work after......
VB Code:
  1. Protected Overrides Sub OnStop()
  2.         ' Add code here to perform any tear-down necessary to stop your service.
  3.  
  4.  
  5.         Try
  6.             start.Kill()
  7.  
  8.         Catch ex As Exception
  9.  
  10.         End Try
  11.        
  12.  
  13.     End Sub

wordpad.exe still shows up as a running process in the taskmanager