mirror of
https://github.com/TommyTran732/Microsoft-Edge-Policies
synced 2024-11-22 02:11:34 -05:00
Add 10 more Windows Policies
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
fed482d8b5
commit
2f4689d094
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Content Settings`
|
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Content Settings`
|
||||||
|
|
||||||
| Group Policy | JSON equivalent |
|
| Group Policy | Policy equivalent |
|
||||||
|------------------------------------------------|-------------------------------------------|
|
|------------------------------------------------|-------------------------------------------|
|
||||||
| Block cookies on specific sites -> ntp.msn.com | CookiesBlockedForUrls": [ "ntp.msn.com" ] |
|
| Block cookies on specific sites -> ntp.msn.com | CookiesBlockedForUrls": [ "ntp.msn.com" ] |
|
||||||
| Default geolocation setting -> Enabled -> Don't allow any site to track users' physical location | DefaultGeolocationSetting: 2 |
|
| Default geolocation setting -> Enabled -> Don't allow any site to track users' physical location | DefaultGeolocationSetting: 2 |
|
||||||
@ -13,4 +13,5 @@
|
|||||||
| Control the use of File System API for writing -> Don't allow any site to request and write access to files and directories via the File System API | DefaultFileSystemWriteGuardSetting: 2 |
|
| Control the use of File System API for writing -> Don't allow any site to request and write access to files and directories via the File System API | DefaultFileSystemWriteGuardSetting: 2 |
|
||||||
| Control use of the Web Bluetooth API -> Don't allow any site to request access to Bluetooth devices via the Web Bluetooth API |DefaultWebBluetoothGuardSetting: 2 |
|
| Control use of the Web Bluetooth API -> Don't allow any site to request access to Bluetooth devices via the Web Bluetooth API |DefaultWebBluetoothGuardSetting: 2 |
|
||||||
| Control use of WebHID API -> Enabled -> Don't allow any site to request access to HID devices via the WebHID API | DefaultWebHidGuardSetting: 2 |
|
| Control use of WebHID API -> Enabled -> Don't allow any site to request access to HID devices via the WebHID API | DefaultWebHidGuardSetting: 2 |
|
||||||
| Allow notifications to set Microsoft Edge as default PDF reader -> Disabled | ShowPDFDefaultRecommendationsEnabled: false |
|
| Allow notifications to set Microsoft Edge as default PDF reader -> Disabled | ShowPDFDefaultRecommendationsEnabled: false |
|
||||||
|
| Choose whether users can recieve customized background images and text, suggestions, notifications, and tips for Microsoft services -> Disabled | SpotlightExperiencesAndRecommendationsEnabled |
|
7
Windows/Experimentation.md
Normal file
7
Windows/Experimentation.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Experimentation
|
||||||
|
|
||||||
|
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Experimentation`
|
||||||
|
|
||||||
|
| Group Policy | Policy equivalent |
|
||||||
|
|------------------------------------------------|-------------------------------------------|
|
||||||
|
| Configure users ability to override feature flags -> Enabled -> Allow users to override feature flags | FeatureFlagOverridesControl 1 |
|
8
Windows/Extensions.md
Normal file
8
Windows/Extensions.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Extensions
|
||||||
|
|
||||||
|
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Extensions`
|
||||||
|
|
||||||
|
| Group Policy | Policy equivalent |
|
||||||
|
|----------------------------------------------------------------------|-------------------------------------|
|
||||||
|
| Control which extensions cannot be installed -> Enabled -> Show -> * | ExtensionInstallBlocklist": [ "*" ] |
|
||||||
|
| Configure extension management settings -> Enabled -> {"ddkjiahejlhfcafbddmgiahcphecmpfh": {"installation_mode": "allowed", "update_url": "https://clients2.google.com/service/update2/crx", "override_update_url": true, "sidebar_auto_open_blocked": true}} | ExtensionSettings: {"ddkjiahejlhfcafbddmgiahcphecmpfh": {"installation_mode": "allowed", "update_url": "https://clients2.google.com/service/update2/crx", "override_update_url": true, "sidebar_auto_open_blocked": true}}
|
7
Windows/Game settings.md
Normal file
7
Windows/Game settings.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Game settings
|
||||||
|
|
||||||
|
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Game settings`
|
||||||
|
|
||||||
|
| Group Policy | Policy equivalent |
|
||||||
|
|--------------------------------|--------------------------|
|
||||||
|
| Enabled Gamer Mode -> Disabled | GamerModeEnabled: false |
|
7
Windows/HTTP Authentication
Normal file
7
Windows/HTTP Authentication
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# HTTP authentication
|
||||||
|
|
||||||
|
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\HTTP authentication`
|
||||||
|
|
||||||
|
| Group Policy | Policy equivalent |
|
||||||
|
|-------------------------------------------------|----------------------------------------|
|
||||||
|
| Windows Hello for HTTP Auth Enabled -> Disabled | WindowsHelloForHTTPAuthEnabled: false |
|
8
Windows/Immersive Reader settings.md
Normal file
8
Windows/Immersive Reader settings.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Immersive Reader settings
|
||||||
|
|
||||||
|
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Immersive Reader settings`
|
||||||
|
|
||||||
|
| Group Policy | Policy equivalent |
|
||||||
|
|---------------------------------|---------------------------|
|
||||||
|
| Enable Grammar Tools feature within Immersive Reader in Microsoft Edge -> Disabled | ImmersiveReaderGrammarToolsEnabled: false |
|
||||||
|
| Enable Picture Dictionary feature within Immersive Reader in Microsoft Edge -> Disabled | ImmersiveReaderPictureDictionaryEnabled: false |
|
8
Windows/Manageability.md
Normal file
8
Windows/Manageability.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Managability
|
||||||
|
|
||||||
|
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Managability`
|
||||||
|
|
||||||
|
| Group Policy | JSON equivalent |
|
||||||
|
|-----------------------------------------------|------------------------------|
|
||||||
|
| Microsoft Edge management enabled -> Disabled | EdgeManagementEnabled: false |
|
||||||
|
| Mobile App Management Enabled -> Disabled | MAMEnabled: false |
|
Loading…
Reference in New Issue
Block a user