mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 13:23:36 +00:00
Update delete-an-applocker-rule.md
This commit is contained in:
@ -80,6 +80,8 @@ C:\Users\Administrator> Set-AppLockerPolicy -XMLPolicy .\clear.xml
|
|||||||
|
|
||||||
This will remove all AppLocker Policies on a machine and could be potentially scripted to use on multiple machines using remote execution tools with accounts with proper access.
|
This will remove all AppLocker Policies on a machine and could be potentially scripted to use on multiple machines using remote execution tools with accounts with proper access.
|
||||||
|
|
||||||
|
The following PowerShell commands must also be run to stop the AppLocker services and the effects of the former AppLocker policy.
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
appidtel.exe stop [-mionly]
|
appidtel.exe stop [-mionly]
|
||||||
sc.exe config appid start=demand
|
sc.exe config appid start=demand
|
||||||
|
Reference in New Issue
Block a user