Skip to content

Commit 69233b1

Browse files
author
Gabi
authored
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
1 parent b621d91 commit 69233b1

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

config/tweaks.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@
21202120
"Description": "Disables Microsoft Edge via the registry and prevents scheduled tasks from running Edge updates.",
21212121
"category": "z__Advanced Tweaks - CAUTION",
21222122
"panel": "1",
2123-
"Order": "a016_",
2123+
"Order": "a023_",
21242124
"registry": [
21252125
{
21262126
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\DisallowRun",
@@ -2137,12 +2137,6 @@
21372137
"OriginalValue": "<RemoveEntry>"
21382138
}
21392139
],
2140-
"invokeScript": [
2141-
"Get-ScheduledTask | Where-Object { $_.TaskName -like '*MicrosoftEdgeUpdate*' } | Disable-ScheduledTask"
2142-
],
2143-
"undoScript": [
2144-
"Get-ScheduledTask | Where-Object { $_.TaskName -like '*MicrosoftEdgeUpdate*' } | Enable-ScheduledTask"
2145-
],
21462140
"link": ""
21472141
},
21482142
"WPFTweaksUTC": {

0 commit comments

Comments
 (0)