Skip to content

Commit

Permalink
Update WinGet configuration file location & extension (#37673)
Browse files Browse the repository at this point in the history
Update configuration file location & extension
  • Loading branch information
mdanish-kh authored Mar 4, 2025
1 parent 22e29d1 commit cca3f44
Showing 10 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/devdocs/settingsv2/dsc-configure.md
Original file line number Diff line number Diff line change
@@ -94,5 +94,5 @@ Note that we've supplied `Debug` option, so a `%TEMP\PowerToys.DSC.TestConfigure
Finally, you can test it with winget by invoking it as such:

```ps
winget configure .\configuration.dsc.yaml --accept-configuration-agreements --disable-interactivity
winget configure .\configuration.winget --accept-configuration-agreements --disable-interactivity
```
12 changes: 6 additions & 6 deletions src/dsc/Microsoft.PowerToys.Configure/examples/README.md
Original file line number Diff line number Diff line change
@@ -5,22 +5,22 @@ This folder contains samples of DSC files that can be used to configure PowerToy
> [!NOTE]
> PowerToys DSC user documentation can be found on [Learn Microsoft PowerToys documentation](https://aka.ms/powertoys-docs-dsc-configure).
### [configuration.dsc.yaml](./configuration.dsc.yaml)
### [configuration.winget](./configuration.winget)

Sample configuration file that changes the enabled state of some modules, changes an integer setting and a hotkey setting.

### [installAndConfiguration.dsc.yaml](./installAndConfiguration.dsc.yaml)
### [installAndConfiguration.winget](./installAndConfiguration.winget)

Installs PowerToys and applies configuration.dsc.yaml to it.
Installs PowerToys and applies configuration.winget to it.

### [enableAllModules.dsc.yaml](./enableAllModules.dsc.yaml)
### [enableAllModules.winget](./enableAllModules.winget)

Enables all PowerToys utilities.

### [disableAllModules.dsc.yaml](./disableAllModules.dsc.yaml)
### [disableAllModules.winget](./disableAllModules.winget)

Disables all PowerToys utilities.

### [configureLauncherPlugins.dsc.yaml](./configureLauncherPlugins.dsc.yaml)
### [configureLauncherPlugins.winget](./configureLauncherPlugins.winget)

Enables PowerToys Run and all its plugins and changes action keyword and global state for the Program plugin.

0 comments on commit cca3f44

Please sign in to comment.