rsoyxihnark / issuetracker

Issue Tracker
0 stars 0 forks source link

Disable Edge auto updates, SET TO MANUAL, without disabling Services. #17

Closed rsoyxihnark closed 1 year ago

rsoyxihnark commented 1 year ago

btw this might be already fixed. needs investigation.

rsoyxihnark commented 1 year ago

verified working. only updates if I check explicitly from help-about page.

rsoyxihnark commented 1 year ago

sc stop edgeupdate sc stop edgeupdatem

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\edgeupdate" /v "Start" /t REG_DWORD /d "4" /f

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\edgeupdatem" /v "Start" /t REG_DWORD /d "4" /f

Disable auto-updates.

Commented out since it causes problems with background tasks, even when manually updating.