You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
12
12
13
13
## Installation
14
14
15
15
### 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.
17
17
- PowerShell 7.2 or higher.
18
18
- WinGet [version v1.6.2631 or later](https://github.com/microsoft/winget-cli/releases).
19
19
20
20
### Download
21
21
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:
23
23
- For the per-user install scope, the module is located in `%USERPROFILE%\Documents\PowerShell\Modules\Microsoft.PowerToys.Configure`.
24
24
- For the machine-wide install scope, it is found in `%ProgramFiles%\WindowsPowerShell\Modules\Microsoft.PowerToys.Configure`.
25
25
@@ -401,7 +401,7 @@ PowerOcr is the internal name for Text Extractor.
0 commit comments