Kill Process By User SID VB.NET 30. April 2013 sellout (0) I see a few C# Versions of this on the web. Here is a VB version. Private Shared Function ProcessKillByOwnerSID(sProcessName As String, sSID As String) As Integer Dim oProcesses() As Process = System.Diagnostics.Process.GetProcessesByName(sProcessName) Dim i As Integer = 0 ... [More]