From 5df3f09c65ce4bdef372d22f98ab5e3abd42763f Mon Sep 17 00:00:00 2001 From: Michael Tressler Date: Thu, 26 Mar 2020 10:59:22 -0400 Subject: [PATCH 1/2] Duplicate entry in Group Policy table Remove All Programs list from the Start menu is listed twice. Line 43 and Line 63. I propose removing line 43 as line 63 is more accurate. Simple "enabling" the setting isn't enough. You need to enable and choose an action: collapse/collapse and disable/remove and disable. --- windows/configuration/kiosk-policies.md | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/configuration/kiosk-policies.md b/windows/configuration/kiosk-policies.md index a523b64e83..0f99ece694 100644 --- a/windows/configuration/kiosk-policies.md +++ b/windows/configuration/kiosk-policies.md @@ -40,7 +40,6 @@ Remove access to the context menus for the task bar | Enabled Clear history of recently opened documents on exit | Enabled Prevent users from customizing their Start Screen | Enabled Prevent users from uninstalling applications from Start | Enabled -Remove All Programs list from the Start menu | Enabled Remove Run menu from Start Menu | Enabled Disable showing balloon notifications as toast | Enabled Do not allow pinning items in Jump Lists | Enabled From 94d5b6359e63e2c419bd5f0ddf33476d8192b991 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Thu, 26 Mar 2020 20:56:13 +0500 Subject: [PATCH 2/2] Few Changes The user has identified a few changes in the document that has been added where applicable. Problem:https://github.com/MicrosoftDocs/windows-itpro-docs/issues/6276 --- .../microsoft-defender-atp/linux-install-with-ansible.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-ansible.md b/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-ansible.md index b344a91976..373d409cfd 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-ansible.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-install-with-ansible.md @@ -79,7 +79,7 @@ Download the onboarding package from Microsoft Defender Security Center: ## Create Ansible YAML files -Create subtask or role files that contribute to an actual task. First create the `copy_onboarding_pkg.yml` file under the `/etc/ansible/roles` directory: +Create subtask or role files that contribute to an actual task. First create the `download_copy_blob.yml` file under the `/etc/ansible/roles` directory: - Copy the onboarding package to all client machines: @@ -158,7 +158,7 @@ Create subtask or role files that contribute to an actual task. First create the - name: Add Microsoft APT key apt_key: keyserver: https://packages.microsoft.com/ - id: BC528686B50D79E339D3721CEB3E94ADBE1229C + id: BC528686B50D79E339D3721CEB3E94ADBE1229CF when: ansible_os_family == "Debian" - name: Add Microsoft yum repository for MDATP