X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/b0fe7f4701daab8270560c52b8828f7985b8a032..7f41b8922bfa79576b12c65283dc22c0dab62022:/README.md diff --git a/README.md b/README.md index e71e853..b9de695 100644 --- a/README.md +++ b/README.md @@ -1210,6 +1210,7 @@ Value (string): { "policies": { "DefaultDownloadDirectory": "${home}/Downloads" + } } ``` #### policies.json (Windows) @@ -1217,6 +1218,7 @@ Value (string): { "policies": { "DefaultDownloadDirectory": "${home}\\Downloads" + } } ``` ### DisableAppUpdate @@ -2088,7 +2090,7 @@ Value (string): ``` { "policies": { - "DisplayBookmarksToolbar": always | never | newtab + "DisplayBookmarksToolbar": "always" | "never" | "newtab" } } ```