[SOLVED] how to fix systemsettings.exe

Dec 10, 2019
9
0
10
when i go to network & internet settings give me this error
settings: systemsettings.exe - system error
the system detected an overrun of stack _based buffer in this application. this overrun could potentially allow a malicious user too gain control of this application>
 
Solution
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
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
Dec 10, 2019
9
0
10
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
it solved thanks