Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Ending a process
Name: hcaoc Date: September 16, 2003 at 08:49:10 Pacific OS: NT 4.0 Workstation CPU/Ram: P3 600 128 RAM
Comment:
I am trying to uninstall/delete a couple of programs. However they are running on my computer and I can't get the process to terminate. I get an error message saying that access is denied. How do I get these two process to stop? I tried using a command prompt and deleting them that way and I got the same message.
Name: Maurice Reed Date: September 17, 2003 at 00:59:26 Pacific
Reply:
If they are loading as 'services' you can go to Control Panel->Services and change their startup from Automatic to either Manual OR Disabled. Reboot and see if that has the desired effect.
Summary: I am trying to "kill" a process like in UNIX, but I don't know how it's done in NT outside of the GUI "Task Manager". My goal is to create a batch file that will do this. ...
Summary: I have an application that when run starts a process called HTC.exe. I can view this process in task manager to monitor its status. If the process stops I can restart it from the application. My quest...