Fixing typo in docs on configuring applocker service.

This commit is contained in:
Nick Anderson 2019-10-23 11:37:32 -07:00 committed by GitHub
parent 82a1a00496
commit bc6c0a04a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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