Once finished, try to install your feature again using: Dism /online /enable-feature /featurename:NetFx3 /All Method 4: Modify Group Policy Settings
Double-click it, set it to Enabled, and check the box for Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS). Click Apply and restart. Method 5: Reset Windows Update Components
Error 0x800f0952 is rarely a sign of hardware failure. It is almost always a software communication gap. By using the DISM tool or adjusting your Group Policy, you can usually bypass the error and get your features installed for free. Always ensure you have a stable internet connection before starting these repairs. 0x800f0952 free
Corrupted update folders can prevent new features from installing. Resetting them clears the "stuck" data. Open Command Prompt as Administrator.
If the graphical interface fails, the Deployment Image Servicing and Management (DISM) tool can force the installation. Once finished, try to install your feature again
Navigate to: Computer Configuration > Administrative Templates > System.
Rename the update folders: ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old Restart the services: net start wuauserv , etc. Conclusion It is almost always a software communication gap
Stop the update services by typing these commands one by one: net stop wuauserv net stop cryptSvc net stop bits net stop msiserver