Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows-edge-policies

Collection of Microsoft Edge policies implemented as Windows Registry files.

This repository hosts the Edge policies set by Harden-Windows-Security project by HotCakeX, my conversion of Microsoft-Edge-Policies by Tommy, and my own personal policies which are meant to follow the application of Tommy's policies.

I recommend that you do not use the Harden-Windows-Security policies hosted in this repository by itself. It is merely a reference to what is actually set after choosing to enable the Edge Browser Configurations in Harden-Windows-Security. I strongly recommend using the module as a whole.

Here is the resource which explains the keys and the different options you may choose for each key.

Before you begin

Make sure that you back up your registry. To do that open Powershell as Administrator and run:

reg export HKLM ${env:USERPROFILE}\Desktop\before_edge_policies_$(Get-Date -Format "yyyyMMdd-HHmmss").reg

Or open regedit as Administrator, click Computer at the top, then click File -> Export.

Applying policies

Just double-click the registry files in this repository. It's that simple.

Note

The intended order of application is mep.reg then topaz.reg should you choose to use my policies as well as Tommy's. You should not use hws.reg by itself but if you want to, you should apply it first.

Things that aren't working

Some keys do not seem to work, specifically VideoCaptureAllowed, AudioCaptureAllowed, BackgroundModeEnabled, EdgeDiscoverEnabled, SmartScreenPuaEnabled, and DefaultSearchProvider*. They will be updated if I find a fix or you may create a pull request if you know how to fix them.

ExtensionSettings in mep.reg is a Dictionary type key for which I don't currently know how to write manually and so it is commented out. Microsoft-Edge-Policies uses this key to configure some settings for the uBlock Origin Lite extension. Please create a pull request if you know how to write this.

Some permission settings appear to not have associated keys for them, so if you like to block everything you will have to visit the permission page and unfortunately will have to manually toggle them.

Credits

A big thanks to HotCakeX for Harden-Windows-Security and Tommy for Microsoft-Edge-Policies.

About

Microsoft Edge policies for the Windows platform in Registry format

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors