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
This commit is contained in:
Gabi
2025-10-23 11:55:52 -07:00
committed by GitHub
parent b621d9104e
commit 69233b1d8a

View File

@@ -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": "<RemoveEntry>"
}
],
"invokeScript": [
"Get-ScheduledTask | Where-Object { $_.TaskName -like '*MicrosoftEdgeUpdate*' } | Disable-ScheduledTask"
],
"undoScript": [
"Get-ScheduledTask | Where-Object { $_.TaskName -like '*MicrosoftEdgeUpdate*' } | Enable-ScheduledTask"
],
"link": ""
},
"WPFTweaksUTC": {