Mobile and Desktop Processors
Intel® Core™ processors, Intel Atom® processors, tools, and utilities

CPU performance

Cathy-50BMG
Beginner
556 Views

i have an i5 13400F, it's just under a year old & recently my PC has slowed down by a considerable amount, & has also been completely freezing. i'm worried i may have one of the faulty 13th gen CPUs.

is there any surefire way to know if it is, in fact, faulty?

for the record, i have an gen 3 M.2 as my boot drive, which i've been told shouldn't be an issue.

Labels (1)
0 Kudos
1 Reply
VARADHARAJAN
Valued Contributor II
507 Views

@Cathy-50BMG 

Create a new system restore point. Then proceed below steps

 

Step 1
Please type the following commands in the Cmd application, and execute them with administrator rights

Sfc.exe /scannow
Dism.exe /CleanUp-MountPoints
Dism.exe /CleanUp-Wim
Dism.exe /Online/CleanUp-Image /RestoreHealth

Step 2
Always use SSD or NVME disk for Windows
Use Disk Cleanup tool, to get rid of waste files
Uninstall very rarely used applications and software
Do not use third-party antivirus; instead use Windows Defender
Scan Complete Windows partition
Delete all possible tasks registered under the task scheduler
Disable start-up items under the task manager
Delete or remove all files from the temporary folder C:\Users\username\AppData\Local\Temp
Disable any unwanted services that are set to manual

Step 3
Please type the following commands in the Cmd application, and execute them with administrator rights
Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run"
Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32"
Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\StartupFolder"
Reg delete "HKCU\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run"
Reg delete "HKCU\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32"
Reg delete "HKCU\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\StartupFolder"
Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Run"
Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnce"
Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnceEx"
Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\RunServices"
Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce"
Reg delete "HKCU\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Run"
Reg delete "HKCU\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\RunOnce"
Reg delete "HKCU\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\RunOnceEx"
Reg delete "HKCU\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\RunServices"
Reg delete "HKCU\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\RunServicesOnce"
Reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run"
Reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32"
Reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\StartupFolder"
Reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run"
Reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32"
Reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\StartupFolder"
Reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Run"
Reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce"
Reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx"
Reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\RunServices"
Reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce"
Reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Run"
Reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\RunOnce"
Reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\RunOnceEx"
Reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\RunServices"
Reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\RunServicesOnce"

 

0 Kudos
Reply