boolean-inverse

Use this policy type if you want to set a policy to false.

circle-info

If you want to set a policy to true use the boolean policy type.

Example JSON output

{
  "policies": {
    "HardwareAcceleration": false
  }
}

Example screenshot

Example implementation

Last updated