Try following the steps shown here, and temporarily disable OptOut/DEP.
Instead of making an exception for toribash (which your computer detected as running improperly and not being compatible with your RAM), try temporarily disabling DEP all together.

To configure DEP manually:

1. Type cmd in the start search menu, right-click on it and select Run as Administrator.
2. Once the command prompt is open, you can now disable the DEP by entering the following command line:
bcdedit.exe /set nx AlwaysOff
3. And to enable it back:
bcdedit.exe /set nx AlwaysOn
BAD LUCK