How to kill a process?
I tried this and gives me an error
Dim RunningProcess As System.Diagnostics.Process = Process.GetProcessesByName("explorer.exe")(0)
RunningProcess.Kill()
and also Any code for enabling Task Manager, Regedit and Folder Option in VB 8?