mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-04 06:50:09 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user