Disabling Data Execution Prevention in Vista - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2012-02-09T12:47:53Zhttp://fogbugz.stackexchange.com/feeds/question/394http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/394/disabling-data-execution-prevention-in-vistaDisabling Data Execution Prevention in VistaFogBugz KB2009-10-16T00:12:58Z2011-06-12T14:06:25Z
<p>Does Microsoft Vista's Data Execution Prevention (DEP) feature cause trouble for FogBugz?</p>
http://fogbugz.stackexchange.com/questions/394/disabling-data-execution-prevention-in-vista/395#395Answer by FogBugz KB for Disabling Data Execution Prevention in VistaFogBugz KB2009-10-16T00:13:36Z2010-01-15T19:01:44Z<p><strong>Our initial tests show us that DEP does not need to be disabled to run FogBugz 7. If your experience doesn't bear this out, please <a href="http://fogcreek.com/Contact.html" rel="nofollow">contact us</a>.</strong></p>
<p>FogBugz requires that Data Execution Prevention (DEP) be disabled when installing on Windows Vista.</p>
<p><strong>How to disable DEP:</strong><br /></p>
<ol>
<li>Click the Start button.</li>
<li>In the Start Menu, navigate to All Programs, then Accessories.</li>
<li>In the Accessories menu, right click on "Command Prompt" and select "Run as administrator."</li>
<li><em>You may need to provide Administrator credentials at this point.</em></li>
<li>In the Command Prompt window, type "bcdedit.exe /set {current} nx AlwaysOff" and press Enter.</li>
<li>You should see "The operation completed successfully."</li>
<li>Close the Command Prompt.</li>
<li>You <b>must</b> then reboot your computer. Failure to do so will cause weird problems later on.</li>
</ol>
<p>If you still run into problems, you can run setup from the command line like so: <b>setup.exe /ignoredeperror</b></p>
<p>Note: if you ever need to enable DEP again, you can follow the same steps except provide "AlwaysOn" as the final parameter to the bcdedit.exe command in the Command Prompt. Be warned, however, that FogBugz will not function properly with DEP enabled.</p>
<p>These steps and more can be found here: <a href="http://vistasupport.mvps.org/disable_data_execution_prevention.htm" rel="nofollow">http://vistasupport.mvps.org/disable_data_execution_prevention.htm</a>.<br />Extended information about DEP can be found at Microsoft's site: <a href="http://support.microsoft.com/kb/875352" rel="nofollow">http://support.microsoft.com/kb/875352</a>.</p>
http://fogbugz.stackexchange.com/questions/394/disabling-data-execution-prevention-in-vista/8448#8448Answer by Michael for Disabling Data Execution Prevention in VistaMichael2011-06-12T10:31:18Z2011-06-12T14:06:25Z<p>Nope. Doesn't work The command entry only gets the response:
An unknown command was specified
Run "bcdedit /? for command line assistance. </p>
<p>It does not work even when an exact match to the given command you and others present. This is on an HP computer - and started having problems right after windows IE 9 update was attempted. </p>