Skip to content

Commit

Permalink
Fix apply_if option
Browse files Browse the repository at this point in the history
  • Loading branch information
valleyofdoom committed Jul 9, 2024
1 parent ef3176b commit 3a3dd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/apply-registry.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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" = @{
Expand Down

0 comments on commit 3a3dd65

Please sign in to comment.