mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Update configure-wdac-managed-installer.md
This commit is contained in:
parent
5edc3d800e
commit
8543f8478b
@ -87,7 +87,23 @@ Both managed installer and the ISG depend on AppLocker to provide some functiona
|
||||
|
||||
```powershell
|
||||
sc.exe query appidsvc
|
||||
SERVICE_NAME: appidsvc
|
||||
TYPE : 30 WIN32
|
||||
STATE : 4 RUNNING
|
||||
(STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
|
||||
WIN32_EXIT_CODE : 0 (0x0)
|
||||
SERVICE_EXIT_CODE : 0 (0x0)
|
||||
CHECKPOINT : 0x0
|
||||
WAIT_HINT : 0x0
|
||||
sc.exe query AppLockerFltr
|
||||
SERVICE_NAME: applockerfltr
|
||||
TYPE : 1 KERNEL_DRIVER
|
||||
STATE : 4 RUNNING
|
||||
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
|
||||
WIN32_EXIT_CODE : 0 (0x0)
|
||||
SERVICE_EXIT_CODE : 0 (0x0)
|
||||
CHECKPOINT : 0x0
|
||||
WAIT_HINT : 0x0
|
||||
```
|
||||
|
||||
If not, run *appidtel start* from the elevated PowerShell window and check again.
|
||||
|
Loading…
x
Reference in New Issue
Block a user