# Reset Windows Update

> Removes Windows Update policy registry settings and restarts the Windows Update service so Windows defaults apply again.

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

Removes Windows Update policy registry settings and restarts the Windows Update service so Windows defaults apply again.

## Parameters

This PowerBrick doesn't take any parameters.

## Details

- **Category:** System
- **Brick ID:** `Windows-Update-Reset`

## Raw JSON definition

**JSON**

```json
{
  "category": "system",
  "description": "Removes Windows Update policy registry settings and restarts the Windows Update service so Windows defaults apply again.",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "Windows-Update-Reset",
  "name": "Reset Windows Update",
  "parameters": [],
  "powershell": {
    "base64Encoded": true,
    "function": "ZnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.7.2.1"
}
```
