Quote Originally Posted by DBieniek
Hi, what I would do is:

1) Create a new application
2) Make the form invisible after the application is launched
3) Create a timer (to ensure that after the process is stopped, it doesn't restart). Insert the following code for the timer_tick:

Code:
        Dim myProcess() As Process
        Dim instance As Process
        myProcess = Process.GetProcessesByName("CHANGETHIS!!")
        For Each instance In myProcess
            instance.CloseMainWindow()
        Next
4) Build the application, and install it wherever you need that process killed.

If you have a specific application that you'd like blocked, tell me, and I'll write the application for you.

Thanks,
Dave

yeh the Deepfreeze.exe which wont end. I can Give you the EXE but its Passworded, You'll need to Reinstall windows From a CD once you're Done.
Interested?