# Remove Background

> Removes the desktop and lock screen wallpaper, reverting to default Windows background.

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

Removes the desktop and lock screen wallpaper, reverting to default Windows background. This will set the lock screen and desktop wallpapers to the default images provided by Windows, effectively removing any custom wallpapers that were previously set.

## Parameters

#### Remove Lock Screen Wallpaper
*Required* — Default: `True`

Removes lock screen background policy values.

#### Remove Desktop Wallpaper
*Required* — Default: `True`

Removes desktop wallpaper policy values for all users.

## Details

- **Category:** Provisioning
- **Brick ID:** `Background-Remove`

## Raw JSON definition

**JSON**

```json
{
  "category": "provisioning",
  "description": "Removes the desktop and lock screen wallpaper, reverting to default Windows background. This will set the lock screen and desktop wallpapers to the default images provided by Windows, effectively removing any custom wallpapers that were previously set.",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "Background-Remove",
  "name": "Remove Background",
  "parameters": [
    {
      "allowManualInput": null,
      "defaultValue": "True",
      "defaultValueObject": null,
      "description": "Removes lock screen background policy values.",
      "id": "RemoveLogonWallpaper",
      "name": "Remove Lock Screen Wallpaper",
      "regExValidation": "",
      "required": true,
      "type": "Boolean",
      "value": null,
      "values": [],
      "valuesObject": null
    },
    {
      "allowManualInput": null,
      "defaultValue": "True",
      "defaultValueObject": null,
      "description": "Removes desktop wallpaper policy values for all users.",
      "id": "RemoveDesktopWallpaper",
      "name": "Remove Desktop Wallpaper",
      "regExValidation": "",
      "required": true,
      "type": "Boolean",
      "value": null,
      "values": [],
      "valuesObject": null
    }
  ],
  "powershell": {
    "base64Encoded": true,
    "function": "ZnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.7.2.1"
}
```
