answersLogoWhite

0

If you press Ctrl+Alt+Delete, open task manager and then click processes and find the exe file that the program uses to run in the list and terinate it. (In MS Windows).

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you fix a non responsive program?

Yes, mostly what you have to do is wait until it becomes responsive again. Mostly what causes it to become nonresponsive are pop-ups, spyware, malware, and viruses. In order to get rid of non responsive programs is to check the program you are using for pop-ups, etc.


What is the difference between unresponsive and non responsive?

Unresponsive means unable to respond. Non Responsive means unwilling to respond


What is the correct spelling of non responsive?

Non responsive is spelled non-responsive, be sure to add the hyphen. "Nonresponsive" is spelled different ways in different situations or uses. For example, a person in a coma may be referred to as "non-responsive". When writing about a student's lack of an answer to test question, the term "nonresponsive" would be appropriate.


What is meant by TSR in C?

It means Terminate-Stay-Resident. A TSR is a program that remains in memory when the program ends.


What is terminate stay resident?

A Terminate Stay Resident (TSR) program is a DOS program that stays in memory following its execution. This allows installation of drivers in DOS.


Is a fish living or non living?

Fish that are responsive to stimuli are living creatures. Once the fish is no longer responsive to stimuli, it is likely dead and therefore non-living.


What does nonresponsive mean?

Non-responsive means that a person does not react to any of various stimuli. This includes light, sound, and pain. A person who is non-responsive may be in a coma or even dead.


What is a sentence using the word responsive?

The patient was responsive and talking.In critical injuries, a patient may be non-responsive.Unresponsive to the nurses, the autistic girl became responsive and happy when her mother arrived.


Which interrupt listed below will terminate your program and return control to debug?

INT 20


How can run Terminate and Stay Resident program in windows platform using turboc plus plus?

Terminate and Stay Resident (TSR) programs are a DOS concept, not a Windows concept.


Why did my dogs eyes roll back in head was drooling and non responsive?

he likes the undertaker


IS Throwing an exception always causes program termination?

No Not necessarily.. You can catch an exception and then continue to execute your program as if nothing happened. If in your catch block you have code like System.exit then your program would terminate.