Share via

USER ACCOUNT CONTROL NOT WORKING

D. Hall 0 Reputation points
2026-05-06T04:33:20.26+00:00

I believe that after the May 5th update, KB2267602, a change occurred that is not allowing “.exe” files to open on Windows 11. All of a sudden Windows 11 will not open .exe files of some programs. With this particular program “fldigi-4.2.11_setup.exe” when you double click the file the User Account Control comes up but will not allow a “Yes” choice to start the installation. What can be done to allow this program and other related programs to load. This particular program is to control a ham radio transceiver. I have installed this program on Windows 11 before the update with no problems, but now cannot load this file. The related programs are speciality programs written for ham radio.

Please let me know how this can be fixed or a work around that will allow a normal installation of this type of a program?

Windows for home | Windows 11 | Security and privacy
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ramesh Srinivasan 81,185 Reputation points Independent Advisor
    2026-05-06T05:11:33.5866667+00:00

    Hi,

    Is the Yes button missing in the User Account Control dialog? If so, it means your account's group membership has been inadvertently downgraded to a standard user account.

    Please open Command Prompt and run these commands to check your account's group membership:

    whoami /user
    
    net localgroup administrators
    

    Post the output here.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-05-06T04:33:37.28+00:00

    The behavior described matches scenarios where malware or incorrect file-association registry entries prevent .exe files from running correctly and can also interfere with User Account Control (UAC) behavior.

    Follow these steps to repair .exe handling and then run the installer again.

    Important: These steps involve editing the registry. Incorrect changes can cause system problems. Before proceeding, back up the registry as described in Microsoft Knowledge Base article 322756 (How to back up and restore the registry in Windows XP). Use an account with administrative rights.

    1. Open Registry Editor with elevated rights
    2. Press the Start button and select Run (or use Search).
    3. Type explorer and select OK.
    4. Navigate to the Windows directory (for example, C:\Windows) and locate regedit.exe.
    5. On Windows 11 (same method as Windows 7/Vista in the article):
      • Right-click regedit.exe and select Run as administrator.
      • Click Yes to accept the UAC prompt.
    6. Remove malicious or incorrect per-user file associations These steps clear custom associations under the current user that can hijack .exe and related file types.
    7. In Registry Editor, locate and select this key:
      • HKEY_CURRENT_USER\Software\Classes
    8. In the left pane, for each of the following subkeys, if present, right-click and select Delete, then click OK:
      • .exe
      • .com
      • .bat
      • .cmd
      • .reg
      • .regedit
      • secfile
    9. Close Registry Editor.
    10. Scan for malware
    11. Update and run the installed antivirus solution and perform a full scan.
    12. If no antivirus is installed, use Microsoft’s free malware removal tool, Microsoft Safety Scanner, as described in the article, to clean any remaining malware.
    13. Retry the installer
    14. After the registry cleanup and malware scan, reboot the PC.
    15. Locate fldigi-4.2.11_setup.exe.
    16. Right-click the file and select Run as administrator.
    17. When the UAC prompt appears, choose Yes and verify that the installer now starts normally.

    If UAC prompts still do not allow selection of Yes for any trusted installer, verify overall UAC configuration (for example, via Control Panel → System and Security → Action Center → Change User Account Control Settings) and ensure UAC is not disabled or locked by policy.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.