Skip to content

Remove Background

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.

Required — Default: True

Removes lock screen background policy values.

Required — Default: True

Removes desktop wallpaper policy values for all users.

  • Category: Provisioning
  • Brick ID: Background-Remove
{
"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": [
{
"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
},
{
"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"
}