AppLocker - Prevent this popup from appearing ... "This app has been blocked by your system administrator."

BrianF 15 Reputation points
2023-03-28T13:38:33.8366667+00:00

Microsoft needs to address this issue for Enterprise customers who 'are' system administrators. Why can't we disable this popup from appearing? We are implementing a KIOSK (that runs a specific webpage) and do not want random Microsoft apps (which we do not care if they try to run) to popup this message to the end-user.

It's very simple, we do not want to display this popup. How can we disable it? We really don't care if some Microsoft store app or random app tries to run and cannot run. We just do not want the system to popup a message on the screen, to an end-user, every time it runs into an app it's not supposed to run.AppLockerPopup

Microsoft, please can you provide a solution?

Thank you!

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,596 questions
{count} vote

3 answers

Sort by: Most helpful
  1. Limitless Technology 43,926 Reputation points
    2023-03-29T09:53:53.59+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having query\issues related to Applocker message.

    As per my knowledge there is no option to completely disable this message pop up.

    However, have the option of customizing this message: https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/applocker/display-a-custom-url-message-when-users-try-to-run-a-blocked-application

    --If the reply is helpful, please Upvote and Accept as answer--


  2. workforce45 621 Reputation points
    2023-03-29T19:51:28.3433333+00:00

    Hi Brian,

    Thank you for posting on Microsoft Learn!

    We have mentioned few troubleshooting methods below to resolve this issue.

     

    Option 1

    1.     Right-click your app and choose Properties from the menu.

    2.     Access the General tab in Properties.

    3.     Enable the Unblock option.

    4.     The last option Security, check the box for unblock.

    5.     Select Apply followed by OK to save your changes.

    Launch the app.

     

    Option 2

    1.     Right-click your app’s shortcut and choose Properties.

    2.     Access the Shortcut tab and copy the path displayed in the Target box.

    3.     Close Properties by selecting OK.

    4.     Open Command Prompt and Run as an Administrator.

    5.     Paste the path on the Command Prompt window. Then, press Enter.

    Command Prompt will launch your specified app.

     

    Option 3

    1.     In Start menu, search for Windows Security, and select the app in the search results.

    2.     Choose App & browser control.

    3.     Select Reputation-based protection settings.

    4.     Turn off the following options:
    Check apps and files.
    Potentially unwanted app blocking
    SmartScreen for Microsoft Store apps

    Launch the app.

     

    Option 4

    1.     Right-click your app and choose Run as administrator.

    2.     Select Yes in the User Account Control (UAC) prompt.

     

    If your app launches successfully in admin mode, make Windows always launch this app with admin rights with following settings.

     

    3.     Right-click your app’s shortcut and choose Properties.

    4.     Access the Shortcut tab and select Advanced.

    5.     Enable Run as administrator and choose OK.

    6.     Enable Run as administrator and choose OK.

    7.     Select Apply followed by OK on the Properties window.

    8.     Please ensure that the selected user has an administrator right.

     

    Should you have any question/doubt, please ask and please update with your findings.

     

    Sincerely,

    CK


  3. BrianF 15 Reputation points
    2023-09-05T15:24:41.41+00:00

    Update: To prevent this from happening, you need to enumerate all the offending Provisioned AppX applications:

    Get-AppXProvisionedPackage -Online

    Then Remove each one:

    Remove-AppXProvisionedPackage -Online -PackageName <MUST Be the 'PackageName' attribute>

    Since doing this, we have not seen the AppLocker pop-ups.

    0 comments No comments