- Disables Microsoft Edge's first run experience.
- Stops automatic sign-in in Edge.
- Removes shopping features and rewards prompts.
- Disables the default browser campaign.
- Prevents auto-import and forced synchronization.
- Turns off the sidebar and browser restore reminders.
- Keeps the home button visible for easy navigation.
- Ensures SmartScreen is enabled for enhanced security.
- Disables popups about personalizing your browsing experience.
- and much more as seen below...
You can place the values below under either key as needed:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
- mandatory settingsHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\Recommended
- user can override settings
In the .reg
file below the Recommmended
key has been used. If you want mandatory settings just remove the \Recommended
from the registry path.
Not all values work in Recommended
.
Here's what you end up with. Except for the about:blank
page.
The table below summarizes the settings that are configured by this script:
Setting | Value | Description |
---|---|---|
AutoImportAtFirstRun | 1 | Enables automatic import of settings at first run. |
SmartScreenEnabled | 1 | Enables SmartScreen for security. |
PersonalizationReportingEnabled | 0 | Disables personalization reporting. |
ShowRecommendationsEnabled | 0 | Disables showing of recommendations in the system. |
ForceSync | 0 | Disables forced synchronization. |
SyncDisabled | 1 | Disables synchronization feature. |
HideFirstRunExperience | 1 | Hides the first run experience. |
HubsSidebarEnabled | 0 | Disables the hubs sidebar. |
HideRestoreDialogEnabled | 1 | Hides the restore dialog. |
EdgeShoppingAssistantEnabled | 0 | Disables Edge Shopping Assistant. |
ShowMicrosoftRewards | 0 | Disables Microsoft Rewards promotion. |
StandaloneHubsSidebarEnabled | 0 | Disables standalone hubs sidebar. |
DefaultBrowserSettingsCampaignEnabled | 0 | Disables default browser settings campaign. |
QuickSearchShowMiniMenu | 0 | Disables quick search mini menu. |
EdgeWalletCheckoutEnabled | 0 | Disables Edge Wallet checkout. |
ImplicitSignInEnabled | 0 | Disables implicit sign-in. |
EdgeCollectionsEnabled | 0 | Disables Edge Collections feature. |
SplitScreenEnabled | 0 | Disables split-screen feature. |
PinBrowserEssentialsToolbarButton | 0 | Disables pinning of browser essentials toolbar button. |
RestoreOnStartup | 5 | Sets specific page(s) to restore on startup. When set to 5 it's disabled. |
ShowHomeButton | 1 | Enables the home button. |
HideInternetExplorerRedirectUXForIncompatibleSitesEnabled | 1 | Hides the redirect UX for incompatible sites with Internet Explorer. |
To apply these settings:
- Save the script with a
.reg
extension. - Double-click the file and accept the prompts to modify the registry.
Note: Modifying the Windows Registry can have significant impacts on your system. It is recommended to backup the registry before making changes and only apply changes if you are confident in understanding their effects.
You can simply remove the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
key in the registry. This is not a critical registry key but is solely used to enforce policies on Edge.
This script is provided as-is, and the user assumes all risks associated with its use. The author is not responsible for any adverse effects resulting from the use of this script.
You can find these settings and much more by using the group policy templates. Instructions are located here.
Great one! Thx a lot 👍