Process Object saying "Access Denied"
-
Hi all, I have written code as Dim Plist() As System.Diagnostics.Process Plist = System.Diagnostics.Process.GetProcesses("MySystemName") Plist(0).Handle.ToString() is saying "Access Denied" if I use Plist = System.Diagnostics.Process.GetProcesses("127.0.0.1") it is saying that "Feature is not supported for remote machines." How to get the Handle of the each Process ? Ramesh Sambari
Knowledge is like honey. Collect it, to make life sweet.
-
Hi all, I have written code as Dim Plist() As System.Diagnostics.Process Plist = System.Diagnostics.Process.GetProcesses("MySystemName") Plist(0).Handle.ToString() is saying "Access Denied" if I use Plist = System.Diagnostics.Process.GetProcesses("127.0.0.1") it is saying that "Feature is not supported for remote machines." How to get the Handle of the each Process ? Ramesh Sambari
Knowledge is like honey. Collect it, to make life sweet.