|
-
Dec 8th, 2004, 12:59 AM
#12
Thread Starter
Addicted Member
Re: End Processes
 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?
Curiosity SKILLED the cat
Google Talk from your Mobile phone
Chat from your mobile or get an emulator like J2ME Wireless Toolkit 2.2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|