As a system's built-in browser, Edge is complex and often redundant. Moreover, Microsoft frequently "recommends" unwanted features through pop-ups and notifications.
By configuring policies, we can customize Edge's functionality to better suit our usage habits.
For example:
- Disabling the
EdgeCollectionsEnabled
policy can turn off theCollections
feature. - Disabling the
ShowPDFDefaultRecommendationsEnabled
policy can prevent the pop-up recommendation toSet Microsoft Edge as default PDF reader
. - Disabling the
AllowSurfGame
policy can prevent access to theSurf Game
. - Enabling the
DoubleClickCloseTabEnabled
policy can enable the double-click tab closing feature (only available in China, at least according to the documentation).
More policy recommendations can be found in this blog.
Supports displaying default values inferred from the documentation when not configured.
Translations are reviewed by Microsoft and provided.
The search results are sorted by relevance.
Convenient for backup and sharing.
When encountering unexpected registry paths, it will prevent write and delete operations on the registry.
Available display languages include Simplified Chinese (Mainland China), Traditional Chinese (Taiwan), English (United States), and English (United Kingdom).
The theme color automatically switches with the system color mode.
If needed, you can clone the repository and build the release version yourself, which is identical to the one in the Releases.
# Clone the repository
git clone https://github.com/NXY666/EdgePolicyManager.git
# Enter the repository directory
cd EdgePolicyManager
# Build the release version (x64)
dotnet publish -p:Platform=x64 -p:PublishProfile=Properties/PublishProfiles/win-x64.pubxml
# Build the release version (x86)
dotnet publish -p:Platform=x86 -p:PublishProfile=Properties/PublishProfiles/win-x86.pubxml
# Build the release version (ARM64)
dotnet publish -p:Platform=ARM64 -p:PublishProfile=Properties/PublishProfiles/win-arm64.pubxml
- This tool's code is 100% open-source. Please adhere to the open-source license.
- As it requires modifying the registry, the tool must run with administrator privileges, and Windows may display security warnings, which can be ignored.
- Default values are inferred from the documentation and are for reference only. If there are errors, please submit an issue, and they will be corrected as soon as possible.