Windev doesn't open
bug
### I have read the known issues
- [x] Yes, I did
### What part of Winutil are you having issues with?
None
### Provide a clear and concise description of the issue.
I copy the command irm https://christitus.com/windev | iex and in PowerShell sprinkles with errors:
```
PS C:\Users\123> irm https://christitus.com/windev | iex
Invoke-Expression : Cannot add attribute because it would make the Preset variable with value invalid.
line:4 char:109
+ ... /winutil/releases/download/$latestTag/winutil.ps1 | Invoke-Expression
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : MetadataError: (:) [Invoke-Expression], ValidationMetadataException
+ FullyQualifiedErrorId : ValidateSetFailure,Microsoft.PowerShell.Commands.InvokeExpressionCommand
```
PowerShell 7.6.2:
```
irm https://christitus.com/windev | iex
Invoke-Expression:
Line |
4 | … /winutil/releases/download/$latestTag/winutil.ps1 | Invoke-Expression
| ~~~~~~~~~~~~~~~~~
| The attribute cannot be added because variable Preset with value would no longer be valid.
```
*Sorry for my English
### List the tweaks you applied before the issue occurred.
_No response_
### Paste the full error output (if available) or Screenshot or Video.
_No response_
5 条评论