diff --git a/Generators/MadGraphControl/python/MadGraphUtils.py b/Generators/MadGraphControl/python/MadGraphUtils.py
index 21e9d559d37f0a67ab46e6bd4d04aacd4ac61595..c8e3fd10521b660e22e60fa3d6ababb98d3a15d9 100755
--- a/Generators/MadGraphControl/python/MadGraphUtils.py
+++ b/Generators/MadGraphControl/python/MadGraphUtils.py
@@ -312,7 +312,7 @@ def new_process(process='generate p p > t t~\noutput -f', keepJpegs=False, usePM
         do_PMG_updates(process_dir)
 
     # After 2.9.3, enforce the standard default sde_strategy, so that this won't randomly change on the user
-    if is_version_or_newer([2,9,3]):
+    if is_version_or_newer([2,9,3]) and not is_NLO_run(process_dir=process_dir):
         mglog.info('Setting default sde_strategy to old default (1)')
         my_settings = {'sde_strategy':1}
         modify_run_card(process_dir=process_dir,settings=my_settings,skipBaseFragment=True)