Skip to content

Commit

Permalink
Fix AutoDownload value
Browse files Browse the repository at this point in the history
  • Loading branch information
valleyofdoom committed Aug 6, 2024
1 parent 623a8cb commit 8a6496f
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 @@ -692,7 +692,7 @@ $entries = @{
@{
"key_name" = "AutoDownload"
"min_version" = 9600
"value" = 4
"value" = 2
"type" = "REG_DWORD"
"apply_if" = @("disable automatic store app updates")
}
Expand Down

0 comments on commit 8a6496f

Please sign in to comment.