WDAC policy created in App Control Wizard merged with User Mode Block Rules does not block executables like wscript

HSS 0 Reputation points
2025-07-16T01:36:28.5466667+00:00

I created a WDAC policy using the Default Windows Mode in App Control Wizard. When I tick the option to merge User Mode Block Rules, it creates the .xml that I deploy via Intune.

After deploying, non-Microsoft apps like TeamViewer are blocked which is good but wmic.exe, wscript.exe, cscript.exe are still running when they should be blocked.

What can I do make sure the block list applies?

I basically need to implement this block list via WDAC and Intune Applications that can bypass App Control and how to block them | Microsoft Learn. Is there any other way?

Thanks

Windows for business | Windows 365 Enterprise
0 comments No comments

1 answer

Sort by: Most helpful
  1. Oliver Nguyen 1,500 Reputation points
    2025-07-22T12:13:53.46+00:00

    Prefer hash-based or publisher-based deny rules when possible.

    You can use PowerShell command:

    New-CIPolicyRule -FilePath "C:\Windows\System32\wmic.exe" -Deny

    After deploying via Intune, use this on a client to verify what policy is applied:

    Get-WdacPolicy -PolicyType Base | Format-List

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.