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.
Parameters
Section titled “Parameters”Remove Lock Screen Wallpaper
Section titled “Remove Lock Screen Wallpaper”Required — Default: True
Removes lock screen background policy values.
Remove Desktop Wallpaper
Section titled “Remove Desktop Wallpaper”Required — Default: True
Removes desktop wallpaper policy values for all users.
Details
Section titled “Details”- Category: Provisioning
- Brick ID:
Background-Remove
Raw JSON definition
Section titled “Raw JSON definition”{ "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"}