From 3a3dd653fe40ca405cfea56864823ba5fa76b9a8 Mon Sep 17 00:00:00 2001 From: valleyofdoom <173058957+valleyofdoom@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:41:13 +0100 Subject: [PATCH] Fix apply_if option --- bin/apply-registry.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/apply-registry.ps1 b/bin/apply-registry.ps1 index e0b0912..62d9b21 100644 --- a/bin/apply-registry.ps1 +++ b/bin/apply-registry.ps1 @@ -691,7 +691,7 @@ $entries = @{ "min_version" = 10240 "value" = 1 "type" = "REG_DWORD" - "apply_if" = @("disable autoplay") + "apply_if" = @("disable mdm enrollment") } } "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PushToInstall" = @{