From 69233b1d8a15b8e1833bc18eab733572b6c4ec34 Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Thu, 23 Oct 2025 11:55:52 -0700 Subject: [PATCH] Update Disable Edge Tweak (#3649) * Update tweaks.json * Update tweaks.json * Update tweaks.json * Remove Disable edge invoke script Removed scripts for disabling and enabling Microsoft Edge Update tasks. * Update tweaks.json * Update tweaks.json --- config/tweaks.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index c8b39cd2..c6c31517 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2120,7 +2120,7 @@ "Description": "Disables Microsoft Edge via the registry and prevents scheduled tasks from running Edge updates.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", - "Order": "a016_", + "Order": "a023_", "registry": [ { "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\DisallowRun", @@ -2137,12 +2137,6 @@ "OriginalValue": "" } ], - "invokeScript": [ - "Get-ScheduledTask | Where-Object { $_.TaskName -like '*MicrosoftEdgeUpdate*' } | Disable-ScheduledTask" - ], - "undoScript": [ - "Get-ScheduledTask | Where-Object { $_.TaskName -like '*MicrosoftEdgeUpdate*' } | Enable-ScheduledTask" - ], "link": "" }, "WPFTweaksUTC": {