Enable Scheduler in System Settings when Setup Wizard is completed
diff --git a/erpnext/setup/page/setup_wizard/setup_wizard.py b/erpnext/setup/page/setup_wizard/setup_wizard.py
index 1764703..a24f8ef 100644
--- a/erpnext/setup/page/setup_wizard/setup_wizard.py
+++ b/erpnext/setup/page/setup_wizard/setup_wizard.py
@@ -176,6 +176,7 @@
 		"float_precision": 3,
 		'date_format': frappe.db.get_value("Country", args.get("country"), "date_format"),
 		'number_format': get_country_info(args.get("country")).get("number_format", "#,###.##"),
+		'enable_scheduler': 1
 	})
 
 	system_settings.save()