How to unblock the program from the group policy in Android Studio for a Flutter application?

151

If your computer disables the device driver, you can change the setup to repair this problem. Here are the steps:

Step 1: Press the Windows + R keys to open the Run dialog. Then you should type gpedit.msc and click OK to open the Group Policy window.

Step 2: Expand User Configuration > Administrative Templates > System. In the right pane, navigate to Don’t run specified Windows applications and double-click it.

Step 3: Then click the Show button.

Step 4: Remove the target program or application from the disallowed list and click OK.

Source

Share:
151
Ahmad Aladawi
Author by

Ahmad Aladawi

Updated on January 03, 2023

Comments

  • Ahmad Aladawi
    Ahmad Aladawi over 1 year

    I am trying to create a new application in flutter using Andriod Studio but the following error is shown:

    This program is blocked by group policy. For more information, contact your system administrator.

    Not sure if this will help but The AVD manager is also not shown in the tools bar!

    Any idea how can I fix it in a Windows 10 OS?

    Thanks in advance!

  • Ahmad Aladawi
    Ahmad Aladawi about 2 years
    I have tried but it did not work, still have that error!