Update delete-an-applocker-rule.md

This commit is contained in:
valemieux
2022-05-11 17:04:57 -07:00
parent 27e4899eda
commit bf0939d2f0

View File

@ -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.
The following PowerShell commands must also be run to stop the AppLocker services and the effects of the former AppLocker policy.
```powershell
appidtel.exe stop [-mionly]
sc.exe config appid start=demand