# Windows Configure Right Click Menu

> Configures Windows 11 right-click menu behavior. Enable classic view for Windows 10 style context menu or disable it for the default Windows 11 menu.

Source: https://docs.capaone.com/capaone/application-manager/powerbricks/windows-configure-right-click-menu/  
Product: CapaOne — a separate CapaSystems product; do not apply this page to any other.

Configures Windows 11 right-click menu behavior. Enable classic view for Windows 10 style context menu or disable it for the default Windows 11 menu.

## Parameters

#### Classic View
*Required* — Default: `True`

Enable to use the classic Windows 10 style right-click menu. Disable to use the default Windows 11 right-click menu.

#### Restart Explorer
*Required* — Default: `True`

Enable to restart Explorer automatically after the change. Disable to apply the change manually later.

## Details

- **Category:** Provisioning
- **Brick ID:** `Windows-ConfigureRightClickMenu`

## Raw JSON definition

**JSON**

```json
{
  "category": "provisioning",
  "description": "Configures Windows 11 right-click menu behavior. Enable classic view for Windows 10 style context menu or disable it for the default Windows 11 menu.",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "Windows-ConfigureRightClickMenu",
  "name": "Windows Configure Right Click Menu",
  "parameters": [
    {
      "allowManualInput": false,
      "defaultValue": "True",
      "defaultValueObject": null,
      "description": "Enable to use the classic Windows 10 style right-click menu. Disable to use the default Windows 11 right-click menu.",
      "id": "ClassicView",
      "name": "Classic View",
      "regExValidation": "",
      "required": true,
      "type": "Boolean",
      "value": null,
      "values": [],
      "valuesObject": null
    },
    {
      "allowManualInput": false,
      "defaultValue": "True",
      "defaultValueObject": null,
      "description": "Enable to restart Explorer automatically after the change. Disable to apply the change manually later.",
      "id": "RestartExplorer",
      "name": "Restart Explorer",
      "regExValidation": "",
      "required": true,
      "type": "Boolean",
      "value": null,
      "values": [],
      "valuesObject": null
    }
  ],
  "powershell": {
    "base64Encoded": true,
    "function": "ZnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.9.1.1"
}
```
