btw red devil the cookies thing has nothing to do with your Internet explorer closing those steps are just to stop 3rd party cookies for people detecting them on virus scans
now for people having problems with Internet explorer trying to close
this is only aimed at people who's internets tries to close because of DEP(Data Execution Prevention)
WARNING DO NOT FOLLOW THESE STEPS UNLESS YOU KNOW IT IS DEP THAT IS CAUSING THE PROBLEM
-to be sure DEP is causing the problem, when internet tries to close look for a bubble that says something about data execution prevention on the bottom right corner of your screen
-First method:
1. Open System by clicking the Start button , clicking Control Panel, clicking System and Maintenance, and then clicking System.
2. Click Advanced System Settings. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
3. Under Performance, click Settings.
4. Click the Data Execution Prevention tab, and then click Turn on DEP for all programs and services except those I select.Add internet explorer (Path if you need it is "c:/program files/internet explorer/iexplore.exe")
5. Reboot
second method(if first method fails and you are still getting DEP errors)
WARNING THIS METHOD WILL COMPLETELY DISABLE DEP AND LEAVE YOUR COMPUTER AT RISK OF RUNNING MALICIOUS CODE IF YOU ARE NOT WELL PROTECTED(w/ antivirus and firewall)
1. Go to the Start Menu
, to Programs, to Accessories, and
right click on Command Prompt. Choose run as Administrator and enter the password if appropriate.
2. What comes up is the Command Prompt, the stank version of DOS that Windows uses these days. Type in
bcdedit /set nx AlwaysOff and hit enter.
3. Close the Command Prompt by either hitting the [x] as usual or by typing
exit, and reboot your machine.
4. When it comes back up again, you should now be able to do whatever you couldnt before.
5. To re-enable it, follow step 1 again, but for step 2, type
bcdedit /set nx OptIn and hit enter. Reboot again and you should be back to normal.