Skip to content

PowerToys v0.80 DSC preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@yuyoyuppe yuyoyuppe released this 26 Feb 15:50
fef5097

How to test:

  1. Install PowerToys using the attached installer.
  2. After the installation, create configuration.dsc.yaml with the following contents:
properties:
  resources:
    - resource: PowerToysConfigure
      directives:
        description: Configure PowerToys
      settings:
        ShortcutGuide:
          Enabled: false
          OverlayOpacity: 1
        FancyZones:
          Enabled: true
          FancyzonesEditorHotkey: "Shift+Ctrl+Alt+F"
  configurationVersion: 0.2.0
  1. You can now apply this configuration like this:
winget configure .\configuration.dsc.yaml --accept-configuration-agreements --disable-interactivity

Note:

  • PowerToys.exe shouldn't be running during winget configure command.
  • The module is copied to %programfiles%\WindowsPowerShell\Modules\Microsoft.PowerToys.Configure during the installation.