Correction: File Explorer reopens after closing in Windows 10

20.10
Correction: File Explorer reopens after closing in Windows 10 -

Some users report that Windows 10 has a very annoying bug that causes the File Explorer to reopen after closing its window. If you suffer from this bug, you can follow the steps in this article to resolve this problem. I did also experience myself so I'm happy to have found a solution. Here we will
File Explorer logo banner If you experience this bug File Explorer window re-opening, you should try these steps :.

  1. Open an elevated command prompt in Windows 10.
  2. There, type the following command :.
     dism / online / cleanup-image / restorehealth 

    Wait until it is finished

  3. Now, run this command:
     SFC / scannow 
  4. Finally, start PowerShell by using this command by typing the following command in elevated command window:
     powershell 
  5. And then run this command in PowerShell:
     Get -AppXPackage -AllUsers | Where-Object {. _ $ InstallLocation -like "* * systemApps"} | {Foreach Add-AppxPackage -DisableDevelopmentMode -Registry "$ ($ _. InstallLocation)  AppXManifest.xml"} 

These four commands should fix most problems with Windows 10 and mentioned bug should disappear. Please let us know if it helped or not.
A big thank you to our "Al" reader for sharing this tip.

Previous
Next Post »
0 Komentar