From bc6c0a04a33d57bd1d9e04b36cc41d4ac7f52021 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Wed, 23 Oct 2019 11:37:32 -0700 Subject: [PATCH] Fixing typo in docs on configuring applocker service. --- .../applocker/configure-the-application-identity-service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/applocker/configure-the-application-identity-service.md b/windows/security/threat-protection/windows-defender-application-control/applocker/configure-the-application-identity-service.md index c2c55cccf6..488a8cc411 100644 --- a/windows/security/threat-protection/windows-defender-application-control/applocker/configure-the-application-identity-service.md +++ b/windows/security/threat-protection/windows-defender-application-control/applocker/configure-the-application-identity-service.md @@ -37,7 +37,7 @@ The Application Identity service determines and verifies the identity of an app. 4. In the details pane, double-click **Application Identity**. 5. In **Application Identity Properties**, configure the service to start automatically. -Membership in the local **Administrators** group, or equivalent, is the minimum required to complete this procedure. +Membership in the local **Administrators** group, or equivalent, is the minimum access required to complete this procedure. **To start the Application Identity service manually** @@ -47,7 +47,7 @@ Membership in the local **Administrators** group, or equivalent, is the minimum Starting with Windows 10, the Application Identity service is now a protected process. Because of this, you can no longer manually set the service **Startup type** to **Automatic** by using the Sevices snap-in. Try either of these methods instead: -- Open an elevated commnad prompt or PowerShell session and type: +- Open an elevated command prompt or PowerShell session and type: ```powershell sc.exe config appidsvc start= auto