answersLogoWhite

0

right click on the task bar, click task manager, click the process tab, right click the process you want to end, click end process.

pretty strait-forward.

if explorer has crashed, press Ctrl + Alt + Delete. you can access task manager from there.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Can a task manager be used to terminate a process?

Yes, but be careful as terminating the wrong process can crash the system.


A process stores its PID in a file named processpid write a commandline that will terminate the process?

Locate the PID of process.pid with pidof process.pid Then, once you have the PID of it type, kill 1234 or kill -9 1234Hope this helps!


What is the difference between exit and close commands?

In computing, the "exit" command is typically used to terminate a program or a process, while the "close" command is used to shut down a file or a resource that is being used within a program. When you use the "exit" command, you are ending the entire program, whereas the "close" command is specifically used to release a specific file or resource that was previously opened or accessed. Essentially, "exit" is for ending the program, while "close" is for closing individual components within the program.


How do you terminate a process in unix?

Generally any process may be terminated by sending the appropriate signal to it. The command to send signals to a process is called 'kill', and the various signals you can use are identified by 'kill -l' or by 'man kill'


On windows vista what command will terminate a dhcp lease?

ipconfig /release


What command is used to lower the priority of a process?

Chillax


What command do you use to terminate your Windows Vista workstations lease?

ipconfig /release


What is Signal handling in Linux?

Signal handling is a programming concept that allows programs to talk to each other via 'signals'. A user can also issue signals to a program at will using the 'kill' command. For example, kill -15 <command> tells the command to terminate kill -9 <command> tells the command to terminate forcibly kill -USR1 <command> tells the command to do whatever it was programmed to do when it received the USR1 signal.


How do you terminate a command before it is executed?

The easiest method of doing this is to press the cancel button if it is available. If it is not, you can go into task manager (press control-alt-delete to do this), find the process you want to stop and click the end process button.


How the process shown would terminate?

yes


How five ways to terminate an offer?

What process is used in this example, your dog is a living thing. She must use energy?


MS-DOS command to terminate the Explorer then another to start it again?

To terminate explorer run - "taskkill /im explorer.exe"To start explorer, run - "explorer"