diff --git a/artifacts/data/windows.yaml b/artifacts/data/windows.yaml index a75549d3..222dbd3c 100644 --- a/artifacts/data/windows.yaml +++ b/artifacts/data/windows.yaml @@ -2343,7 +2343,7 @@ doc: Windows service and driver configurations. sources: - type: REGISTRY_KEY attributes: - keys: ['HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\*'] + keys: ['HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\**'] supported_os: [Windows] urls: ['https://artifacts-kb.readthedocs.io/en/latest/sources/windows/ServicesAndDrivers.html'] ---