To downgrade Microsoft Edge to a previous version, you can use one of the following methods:
1. Enable Rollback with Group Policy
You can enable rollback using Microsoft Edge update and Group Policy:
- Open the local Group Policy Editor and navigate to Computer Configuration > Administrative Templates > Microsoft Edge Update > Applications > Microsoft Edge.
- Enable Rollback to target version and select the desired version you want to roll back to.
- Enable Update policy override and choose one of the update options (except for Update disabled).
- Save the policy settings. The rollback will occur the next time Microsoft Edge Update checks for updates.
2. Manual Rollback with an MSI
Alternatively, you can perform a manual rollback using an MSI:
- Disable Microsoft Edge Updates in the Group Policy Editor.
- Download the MSI for the version you want to roll back to.
- Run the rollback command in the Windows command prompt with administrative privileges using the command:
msiexec /I FileName.msi /qn ALLOWDOWNGRADE=1 - Close and reopen Microsoft Edge to verify the rollback.
Important Considerations
- Ensure that you have the latest Administrative templates installed.
- Be cautious as downgrading may expose you to known security issues. It is recommended to enable Sync for user data to prevent data loss during the rollback process.
References: