Best Practice WDAC #1028
-
|
Hello Thanks for the great APP! What are the best practices for setting up WDAC?
Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, my pleasure 🙏 Your setup is pretty straightforward and it's good that you already have a list of apps that will need to be allowed. Yes, it is recommended have one policy per app. Windows doesn't have any limit on how many policies you can deploy. You need to choose 1 base policy, all your Supplemental policies will be associated with the same base policy. You do need the 2 block lists, recommended user-mode and recommended kernel-mode block lists. The latter is already enabled since Windows 11 22H2. They are both base policy types. AppControl Manager has the default level set to WHQL File Publisher, if a file doesn't meet the requirements for it, it will use File Publisher, if not then it will use Publisher and if not then it will fall back to Hash which is mainly for Unsigned files. Will be happy to help further if needed! |
Beta Was this translation helpful? Give feedback.
Hi, my pleasure 🙏
Your setup is pretty straightforward and it's good that you already have a list of apps that will need to be allowed.
Yes, it is recommended have one policy per app. Windows doesn't have any limit on how many policies you can deploy. You need to choose 1 base policy, all your Supplemental policies will be associated with the same base policy.
You do need the 2 block lists, recommended user-mode and recommended kernel-mode block lists. The latter is already enabled since Windows 11 22H2. They are both base policy types.
AppControl Manager has the default level set to WHQL File Publisher, if a file doesn't meet the requirements for it, it will use File Publisher, if not th…