Even after using the lastest script, my device doesn't change AvailableUpdates to 0x5944.
$registrySettingsRemediate = @(
@{ Path = "HKLM:\SYSTEM\CurrentControlSet\Control\SecureBoot"; Key = "AvailableUpdates"; Value = 0x5944; Type = "DWord" }
Value remains 0
Assuming it should change to 0x5944, because UEFICA2023Status value is NotStarted?
Even after using the lastest script, my device doesn't change AvailableUpdates to 0x5944.
$registrySettingsRemediate = @(
@{ Path = "HKLM:\SYSTEM\CurrentControlSet\Control\SecureBoot"; Key = "AvailableUpdates"; Value = 0x5944; Type = "DWord" }
Value remains 0
Assuming it should change to 0x5944, because UEFICA2023Status value is NotStarted?