Windows Explorer does not open after the update

IskanderHafizov

New member
Joined
Jun 21, 2025
Posts
2
Hello everyone, I have a serious problem. I decided to download Windows updates, thinking that nothing bad would happen, but after installation, the file explorer stopped working. The cursor shows that an application is loading, but then it closes. The PC and other applications work fine, except for those that use the file explorer.
I tried to uninstall the updates, but I can't uninstall them from the Windows Update Center, the Control Panel, or even the command prompt. It says that the update is mandatory and cannot be removed. Please help me.
Here are the update numbers:
KB5058411
KB5054979
KB5007651
 
Hi @IskanderHafizov,

Welcome to Sysnative Forums!

If you haven't already, please review the posting instructions here, and attach the requested log files. Without log files, our helpers will not be able to assist, and this will slow down fixing your machine.

If logs have been already been provided, our team of volunteers will analyse the provided log files to build a fix for your system. Please be aware that this may take several days from your initial post, due to the high volume of threads that we receive.


- Sysnative Windows Update Team
 
Here the commands I used
$Update_Date="06/21/2025"
Get-CimInstance -ClassName Win32_QuickFixEngineering | ? InstalledOn -Match $Update_Date | %{start "wusa.exe" @("/uninstall", "/kb:$($_.HotFixID.Substring(2))") -Wait}
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top