diff --git a/volatility3/framework/plugins/windows/registry/scheduled_tasks.py b/volatility3/framework/plugins/windows/registry/scheduled_tasks.py index a3e5fabe2a..325061bbd1 100644 --- a/volatility3/framework/plugins/windows/registry/scheduled_tasks.py +++ b/volatility3/framework/plugins/windows/registry/scheduled_tasks.py @@ -1119,7 +1119,7 @@ def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface] requirements.ModuleRequirement( name="kernel", description="Windows kernel", - architectures=["Intel33", "Intel64"], + architectures=["Intel32", "Intel64"], ), requirements.VersionRequirement( name="hivelist", component=hivelist.HiveList, version=(2, 0, 0)