diff --git a/volatility3/framework/plugins/windows/registry/scheduled_tasks.py b/volatility3/framework/plugins/windows/registry/scheduled_tasks.py index a3e5fabe2..325061bbd 100644 --- a/volatility3/framework/plugins/windows/registry/scheduled_tasks.py +++ b/volatility3/framework/plugins/windows/registry/scheduled_tasks.py @@ -1119,7 +1119,7 @@ class ScheduledTasks(interfaces.plugins.PluginInterface, timeliner.TimeLinerInte requirements.ModuleRequirement( name="kernel", description="Windows kernel", - architectures=["Intel33", "Intel64"], + architectures=["Intel32", "Intel64"], ), requirements.VersionRequirement( name="hivelist", component=hivelist.HiveList, version=(2, 0, 0)