[SOLVED] Windows 10 System settings flashes then closes

yorben_vandyck

Prominent
Mar 20, 2018
81
2
665
When i open the settings menu and click on system it opens and then immediatly closes again I can open any other setting without any issue
edit: i continuesly get the :Event Name: AppxDeploymentFailureBlue error in my event viewer
 
Last edited:
Solution
See if this helps

right click start button
choose powershell (admin)
type SFC /scannow and press enter
once its completed, copy/paste this command into same window:
Repair-WindowsImage -Online -RestoreHealth
and press enter

SFC fixes system files, second command cleans image files, re run SFC if it failed to fix all files and restart PC

Colif

Win 11 Master
Moderator
See if this helps

right click start button
choose powershell (admin)
type SFC /scannow and press enter
once its completed, copy/paste this command into same window:
Repair-WindowsImage -Online -RestoreHealth
and press enter

SFC fixes system files, second command cleans image files, re run SFC if it failed to fix all files and restart PC
 
Solution