Guenter GRUBER
Guenter GRUBER
… regarding your recommendations I have tried the following in the powershell as administrator with no effect: PS C:\temp> run irm winutil.ps1 run : Die Benennung "run" wurde nicht als...
… here the result wihtout “run”: PS C:\temp> irm winutil.ps1 | iex irm : Der Remotename konnte nicht aufgelöst werden: 'winutil.ps1' In Zeile:1 Zeichen:1 + irm winutil.ps1 | iex +...
… and here the new result: PS C:\temp> irm https://christitus.com/win | iex iex : In Zeile:851 Zeichen:1 + class ErroredPackage { + ~~~~~ Das Schlüsselwort "Class" ist im ConstrainedLanguage-Modus nicht...
… yes, I am running the Powershell as admin, here the new result: PS C:\temp> irm “https://christitus.com/win” | iex iex : In Zeile:851 Zeichen:1 + class ErroredPackage { + ~~~~~...