หากWindowsมีอาการเเปลกๆลองตรวจสอบระบบเเละซ่อมเเซมเเก้ไข Windows เบื้องต้น ด้วย System File Checker
กดคีย์ win+r พิมพ์ cmd หรือช่อง search พิมพ์ cmd คลิกขวา Rus as administrator

พิมพ์ sfc /scannow

ถ้ามีปัญหาเเละทำการซ่อมเเซมได้สำเร็จ ผลลัพธ์จะเเสดง Windows Resource Protection found corrupt files and successfully repaired
ถ้าไม่มีปัญหาจะเเสดง Windows Resource Protection did not find any integrity violations.

อย่างเช่นของผมพบไฟล์มีปัญหาครับเเต่ว่าซ่อมได้สำเร็จ
Windows Resource Protection found corrupt files and successfully repaired them. Details are in the CBS.log: %inDir%\logs\cbs\cbs.log
NOTE :
What is System File Checker Tool?
The sfc.exe (System File Checker) tool is preinstalled and integrated with Windows OS and you don’t need to download it from anywhere. You just need to know how to execute it using a command line. You can find sfc.exe at following location:
C:\Windows\System32
What does sfc /scannow do?
Sfc /scannow is a system file checker tool that scans entire Windows directory and finds for missing system files, corrupted or damaged system files and replace them with new one. So, if you are getting difficulties in installing any software or Windows Update due to missing system files or damaged system files, you can run sfc /scannow command to fix the problem.
Modifier Function:
/scannow – Scans all system files and replaces corrupted or incorrect files.
/scanonce – Scans all system files once.
/scanboot – Scans all system files at boot each time the system is restarted.
/cancel – Cancels any pending scans (such as the /scanboot modifier).
/enable – Enables Windows File Protection (WFP), which prevents programs from modifying Windows system files.
Possible Results:
There are four possible completion messages that you could receive:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them. Details are in the CBS.log: %inDir%\logs\cbs\cbs.log
Windows Resource Protection found corrupt files but was unable to fix some of them. Details are in the CBS.log: %Windir%\logs\cbs\cbs.log
Windows Resource Protection could not perform the requested operation.