Skip to content

Commit 6f34fda

Browse files
Apply suggestions from code review
1 parent e22dd0c commit 6f34fda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hub/powertoys/dsc-configure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ no-loc: [PowerToys, Windows, DSC, Win]
88

99
# DSC configuration
1010

11-
Since version 0.80, PowerToys installer is released on GitHub with `Microsoft.PowerToys.Configure` [DSC resource](https://learn.microsoft.com/en-us/powershell/dsc/overview?view=dsc-2.0) that allows you to configure PowerToys using a [Winget configuration file](../package-manager/configuration/create).
11+
Since version 0.80, PowerToys installer is released on GitHub with `Microsoft.PowerToys.Configure` [DSC resource](/powershell/dsc/overview) that allows you to configure PowerToys using a [Winget configuration file](/windows/package-manager/configuration/create).
1212

1313
## Installation
1414

1515
### Prerequisites
16-
- `PSDesiredStateConfiguration` 2.0.7 or higher: Refer to the [PowerShell DSC documentation](https://learn.microsoft.com/en-us/powershell/dsc/overview?view=dsc-2.0) for installation instructions.
16+
- `PSDesiredStateConfiguration` 2.0.7 or higher: Refer to the [PowerShell DSC documentation](/powershell/dsc/overview) for installation instructions.
1717
- PowerShell 7.2 or higher.
1818
- WinGet [version v1.6.2631 or later](https://github.com/microsoft/winget-cli/releases).
1919

2020
### Download
2121

22-
`Microsoft.PowerToys.Configure` is [installed alongside PowerToys](./install). Depending on the installer type, it is installed as follows:
22+
`Microsoft.PowerToys.Configure` is [installed alongside PowerToys](install.md). Depending on the installer type, it is installed as follows:
2323
- For the per-user install scope, the module is located in `%USERPROFILE%\Documents\PowerShell\Modules\Microsoft.PowerToys.Configure`.
2424
- For the machine-wide install scope, it is found in `%ProgramFiles%\WindowsPowerShell\Modules\Microsoft.PowerToys.Configure`.
2525

@@ -401,7 +401,7 @@ PowerOcr is the internal name for Text Extractor.
401401
| EnableSvgPreview | Boolean | Scalable Vector Graphics Preview Handler Enabled state ||
402402
| SvgBackgroundColorMode | Int | Color mode index ||
403403
| SvgBackgroundSolidColor | String | When using Solid color SvgBackgroundColorMode, specifies the color in #FFFFFFFF format ||
404-
| SvgBackgroundCheckeredShade | Int | | When using Checkered pattern SvgBackgroundColorMode, specifies the shade index ||
404+
| SvgBackgroundCheckeredShade | Int | When using Checkered pattern SvgBackgroundColorMode, specifies the shade index ||
405405
| EnableSvgThumbnail | Boolean | Scalable Vector Graphics Thumbnail Generator Enabled state ||
406406
| EnableMdPreview | Boolean | Markdown Preview Handler Enabled state ||
407407
| EnableMonacoPreview | Boolean | Source code files Preview Handler Enabled state ||

0 commit comments

Comments
 (0)