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
The script can't elevate itself. Start-Process : This command cannot be run due to the error: The parameter is incorrect.
To Reproduce
Steps to reproduce the behavior:
Open Windows PowerShell
Type irm https://christitus.com/win | iex
Execute the command.
See error
Expected behavior
Start-Process : This command cannot be run due to the error: The parameter is incorrect.
At line:68 char:5
+ Start-Process $processCmd -ArgumentList "$powershellcmd -Executio ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException
+ FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
Screenshots
Additional context
OS: Windows 10 1709
Arch: AMD64
The text was updated successfully, but these errors were encountered:
Describe the bug
The script can't elevate itself.
Start-Process : This command cannot be run due to the error: The parameter is incorrect.
To Reproduce
Steps to reproduce the behavior:
Windows PowerShell
irm https://christitus.com/win | iex
Expected behavior
Screenshots
Additional context
OS: Windows 10 1709
Arch: AMD64
The text was updated successfully, but these errors were encountered: