Add 5 more policies for Windows

This commit is contained in:
Tommy 2024-01-20 00:23:36 -07:00
parent daf6c95788
commit 3adc9df6db
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
5 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Native Messaging
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Native Messaging`
| Group Policy | Policy equivalent |
|-------------------------------------------------------|-------------------------------------|
| Configure Native Messaging block list -> Enabled -> * | NativeMessagingBlocklist: [ "*" ], |

View File

@ -0,0 +1,6 @@
# Other Policies
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge`
| Group Policy | Policy equivalent |
|---------------------------------------------------|--------------------------------------------|

View File

@ -0,0 +1,7 @@
# Password manager and protection
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Password manager and protection`
| Group Policy | Policy equivalent |
|--------------------------------------------------------------|-------------------------------------|
| Enable saving passwords to the password manager -> Disabbled | PasswordManagerEnabled": false |

7
Windows/Performance.md Normal file
View File

@ -0,0 +1,7 @@
# Performance
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Performance`
| Group Policy | Policy equivalent |
|---------------------------------------------------|--------------------------------------------|
| Pin browser essentials toolbar button -> Disabled | PinBrowserEssentialsToolbarButton : false |

View File

@ -0,0 +1,7 @@
# Private Network Request Settings
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Private Network Request Settings`
| Group Policy | Policy equivalent |
|---------------------------------|------------------------------------------------------------------|
| Specifies whether to allow websites to make requests to more private-network endpoints -> Disabled | InsecurePrivateNetworkRequestsAllowed": false |