From 6bd01e6bfbbe925e2929e3f2c1c87e6b4532ab96 Mon Sep 17 00:00:00 2001 From: hubster-bot Date: Thu, 20 Jun 2024 22:55:53 +0100 Subject: [PATCH] Fixes Edge Removal --- config/tweaks.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 4af9dc79..72e47a21 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2347,13 +2347,10 @@ "panel": "1", "Order": "a029_", "InvokeScript": [ - " - #:: Standalone script by AveYo Source: https://raw.githubusercontent.com/AveYo/fox/main/Edge_Removal.bat - curl.exe -s \"https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/edgeremoval.bat\" -o $ENV:temp\\edgeremoval.bat - Start-Process $ENV:temp\\edgeremoval.bat + "Invoke-WebRequest -Uri \"https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/edgeremoval.bat\" -OutFile \"$ENV:TEMP\\edgeremoval.bat\"", + "Start-Process $ENV:temp\\edgeremoval.bat" - " ], "UndoScript": [ "