Application whitelisting.

Naveen Vuppala 21 Reputation points
2023-11-30T20:22:26.7566667+00:00

I would like to whitelist an application in C:\ProgramFiles for a standard user, I tried using applocker maybe I am doing something wrong, even admin users are getting blocked.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,075 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue-MSFT 41,691 Reputation points Microsoft External Staff
    2023-12-07T08:53:37.3866667+00:00

    Hi,

    How did you configured the AppLocker Policies? Check the effective AppLocker policies which merge the local and domain policies on the computer by running

    Get-AppLockerPolicy -Effective -Xml | Set-Content C:\applocker.xml
    

    Make sure there's no policy that denies the application for the administrators.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

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