From bcc5912ae712c84634f143ba77f2f13e3db1cd62 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 6 Nov 2023 06:42:32 -0700 Subject: [PATCH] More grouppol Signed-off-by: Tommy --- Group Policies/Cloud Content.md | 5 ----- Group Policies/Microsoft Edge.md | 10 ++++++++++ Group Policies/Windows Error Reporting.md | 5 +++++ 3 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 Group Policies/Cloud Content.md create mode 100644 Group Policies/Microsoft Edge.md create mode 100644 Group Policies/Windows Error Reporting.md diff --git a/Group Policies/Cloud Content.md b/Group Policies/Cloud Content.md deleted file mode 100644 index dcf4073..0000000 --- a/Group Policies/Cloud Content.md +++ /dev/null @@ -1,5 +0,0 @@ -# Cloud Content - -`Computer Configuration\Administrative Templates\Windows Component\Cloud Content` - -Turn off Microsoft consumer experiences -> Enable (only affects Enterprise & Education) \ No newline at end of file diff --git a/Group Policies/Microsoft Edge.md b/Group Policies/Microsoft Edge.md new file mode 100644 index 0000000..e58292f --- /dev/null +++ b/Group Policies/Microsoft Edge.md @@ -0,0 +1,10 @@ +# Microsoft Edge Group Policy + +`Computer Configuration\Administrative Templates\Windows Components\Microsoft Edge` + +Configure Autofill -> Disable (Password Manager is off so no reason for autofill to be on) +Configure Do Not Track -> Enable +Allow Extensions -> Disable (I do not use extensions, and they reduce security in a lot of cases) +Allow Adobe Flash -> Disable (Dead technology, dangerous) +Configure Password Manager -> Disable (**The password manager does NOT have E2EE**) +Prevent using Localhost IP address for WebRTC -> Enable \ No newline at end of file diff --git a/Group Policies/Windows Error Reporting.md b/Group Policies/Windows Error Reporting.md new file mode 100644 index 0000000..a00c367 --- /dev/null +++ b/Group Policies/Windows Error Reporting.md @@ -0,0 +1,5 @@ +# Windows Error Reporting + +`Computer Configuration\Administrative Templates\Windows Components\Windows Error Reporting` + +Disable Windows Error Reporting -> Enable \ No newline at end of file