0

How to solve the error code 0x800f0988: Installation failed due to group policy settings in Windows 11

If you are encountering the error code 0x800f0988 while trying to install updates or software on your Windows 11 computer, it may be due to group policy settings that are preventing the installation. Here are some steps you can take to resolve the issue:

  1. Check for updates: Make sure that your Windows 11 computer is up to date with the latest updates. Go to Settings > Update & Security > Windows Update and click on Check for updates. If there are any updates available, install them and then try to install the software or update again.

  2. Disable group policy settings: If the error persists, it may be due to group policy settings that are preventing the installation. To disable group policy settings, follow these steps:
    a. Press the Windows key + R to open the Run dialog box.
    b. Type gpedit.msc and press Enter to open the Local Group Policy Editor.
    c. Navigate to Computer Configuration > Administrative Templates > System.
    d. Look for the policy setting named "Specify settings for optional component installation and component repair" and double-click on it.
    e. Select the Disabled option and click on Apply and then OK.
    f. Close the Local Group Policy Editor and try to install the software or update again.

  3. Reset Windows Update components: If the above steps do not resolve the issue, you can try resetting the Windows Update components. To do this, follow these steps:
    a. Open the Command Prompt as an administrator.
    b. Type the following commands one by one and press Enter after each one:
        
            net stop wuauserv
            net stop cryptSvc
            net stop bits
            net stop msiserver
          
    c. Rename the SoftwareDistribution and Catroot2 folders by typing the following commands:
    
            ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
            ren C:\Windows\System32\catroot2 Catroot2.old
    
    d. Type the following commands to restart the Windows Update components:
    
            net start wuauserv
            net start cryptSvc
            net start bits
            net start msiserver
    
    e. Close the Command Prompt and try to install the software or update again.
We are based in London, England. We work with clients from all over.
RAPID is a trading name used by Always Software Ltd © 2013-2024.
71-75 Shelton Street, Covent Garden, London, United Kingdom, WC2H 9JQ.
Company No. 14314704 | Microsoft Partner No. 6612581.
Windows® is a trademark of Microsoft Corporation.