X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/1ae2109093f95a973d04a52c06a58016026932db..974ec233d227302f98c1a7696cc342afe7719b08:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 5c9515c..a769b73 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ This policy removes access to about:support. "BlockAboutSupport": true } ``` -### BlockSetDesktopBackground +### DisableSetDesktopBackground This policy removes the "Set As Desktop Background..." menuitem when right clicking on an image. ``` { "policies": { - "BlockAboutSupport": true + "DisableSetDesktopBackground": true } } ```