From 790afac860f212b538acd88e7ff261589b3bd1cc Mon Sep 17 00:00:00 2001 From: MyDrift Date: Thu, 25 Jul 2024 22:20:51 +0200 Subject: [PATCH] change ctt.com/win to github release url (#2420) --- functions/public/Invoke-WPFShortcut.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/public/Invoke-WPFShortcut.ps1 b/functions/public/Invoke-WPFShortcut.ps1 index 1654393d..048d3b7e 100644 --- a/functions/public/Invoke-WPFShortcut.ps1 +++ b/functions/public/Invoke-WPFShortcut.ps1 @@ -29,7 +29,7 @@ function Invoke-WPFShortcut { $shell = "powershell.exe" } - $shellArgs = "-ExecutionPolicy Bypass -Command `"Start-Process $shell -verb runas -ArgumentList `'-Command `"irm https://christitus.com/win | iex`"`'" + $shellArgs = "-ExecutionPolicy Bypass -Command `"Start-Process $shell -verb runas -ArgumentList `'-Command `"irm https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1 | iex`"`'" $DestinationName = "WinUtil.lnk"