Has anyone managed to use this workaround with a plist file to turn off automatic updates for Microsoft Edge?
Microsoft Edge for macOS switches from Microsoft AutoUpdate to EdgeUpdater
Microsoft Edge for macOS switches from Microsoft AutoUpdate to EdgeUpdater
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" http://www.apple.com/DTDs/PropertyList-1.0.dtd>
<plist version="1.0">
<dict>
<key>updatePolicies</key>
<dict>
<key>global</key>
<dict>
<key>UpdateDefault</key>
<integer>3</integer>
</dict>
</dict>
</dict>
</plist>
Last edited: