mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
added options to config appidsvc
This commit is contained in:
parent
7961d9fdf0
commit
e5408e3647
@ -38,4 +38,12 @@ Membership in the local **Administrators** group, or equivalent, is the minimum
|
|||||||
2. Click the **Services** tab, right-click **AppIDSvc**, and then click **Start Service**.
|
2. Click the **Services** tab, right-click **AppIDSvc**, and then click **Start Service**.
|
||||||
3. Verify that the status for the Application Identity service is **Running**.
|
3. Verify that the status for the Application Identity service is **Running**.
|
||||||
|
|
||||||
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**.
|
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 smnap-in. Try either of these methods instead:
|
||||||
|
|
||||||
|
- Open an elevated commnad prompt or PowerShell session and type:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
sc.exe config appidsvc start= auto
|
||||||
|
```
|
||||||
|
|
||||||
|
- Create a security template that configures appidsvc to be automatic start, and apply it using secedit.exe or LGPO.exe.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user