Last updated
An open source command line application that abstracts the management of software components declaratively and idempotently.
$ winget install --id Microsoft.DSC --exact --version 3.2.2Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
DSC v3 uses MSIX. The silent install switches are (no switches needed).
Add-AppxPackage -Path .\installer.msix
For IT teams
App deployment, patching, and remote support in one place. Push this app to every device you manage, keep it patched automatically, and see new CVEs the moment they land. Works with Intune or fully standalone.
Sign up freeFree for up to 5 devices.
DSCv3 is the latest iteration of Microsoft's Desired State Configuration platform.
DSCv3 is an open source command line application that abstracts the management of software components declaratively and idempotently.
DSCv3 runs on Linux, macOS, and Windows without any external dependencies.
With DSCv3, you can:
- Author resources to manage your systems in any language
- Invoke individual resources
- Create configuration documents that define the desired state of a system
| Architecture | Type | Scope | Install | Download |
|---|---|---|---|---|
| x64 | MSIX | - | Direct | |
| x64 | Portable in ZIP | - | Direct | |
| arm64 | MSIX | - | Direct | |
| arm64 | Portable in ZIP | - | Direct |
Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.
No known CVEs for DSC v3.
Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.
Microsoft.Gaming.GamingServicesRepairToolv10.0.26100.6893A portable standalone tool to repair and fix problems with the following apps:Xbox App; Xbox Identity Provider; Game Bar; and Gaming Services. It can (and will) also try to update or install those apps, though not silently.
More from Microsoft Corporation or browse config-as-code, configuration, configuration-as-code.