• Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved FPS problems

Status
Not open for further replies.

Millagorilla

PCHF Member
Apr 19, 2022
25
2
33
Hello. I hope somebody can help me here. I built my PC about a year ago and have been happy for the most part. But I’ve always felt like my FPS in game was always lacking considering the components of my build. I just recently added two more sticks of ram and my frames in Warzone has significantly dropped to barley 100FPS. I have tried all setting on low and still no change. I have done no overclocking. I only use the auto tune feature in GeForce experience. My temps are good. 65-70* I will post my build components below. Any and all help is greatly appreciated. I will monitor this thread closely as not to waist anyone time trying to help.

Chipset -Ryzen 7 3700x (stock cooler)
Motherboard - MSI MPG X570 Carbon
Power supply -Corsair CX 750M
Ram -G.Skill Trident Z 32GB (3600MHz)
GPU -Aorus RTX 3070
OS -Windows 10
** I am running duel monitors. 1st is a MSI 1440p 2nd MSI 1080p**
 

Attachments

  • 3E6373EC-83D4-4254-BD4A-B7541DFCCE7A.jpeg
    3E6373EC-83D4-4254-BD4A-B7541DFCCE7A.jpeg
    1 MB · Views: 12
Thank you for the reply. Can you elaborate a little bit please? I’m unsure of what you mean. I don’t know much about specifications or anything like that. My buddy helped me put this together.
I was only running 2 sticks at 3600 and it seemed to be doing fine. Over the weekend I added 2 more sticks and that’s when I started noticing the problem. I figured things would have gotten better. But in fact they got a little worse.
 
Please download and run speccy.

Once you have ran speccy, follow the instructions to upload a snapshot found here.

To publish a Speccy profile to the Web:

  1. In Speccy, click File, and then click Publish Snapshot.
  2. In the Publish Snapshot dialog box, click Yes to enable Speccy to proceed.
  3. Speccy publishes the profile and displays a second Publish Snapshot dialog box. You can open the URL in your default browser, copy it to the clipboard, or close the dialog box.

I can help you better with this information.
 
I will do that as soon as I get home. I will also try to change my ram speed down to 3200 in my bios when I get home to see if that helps things. Thank you again for your help. I really appreciate it.
 
  • Like
Reactions: Pyro
Try removing the new ram and leaving only the old stuff in the system, rinse and repeat with the new kit as well if there is no improvement.

If you have XMP enabled, turn it off.

If you have overclocked or underclocked the ram, please restore the BIOS to the default settings and retest.
 
No improvement. I turned XMP off and took the new ram out, tested. No change. Took Old ram out and put new in with same results. I am unsure how to reset Bios back to default settings. I’m looking into that now.
 
Resetting BIOS
You might need to restore the default BIOS setting to solve certain problems. There are several ways to reset BIOS:
  • Go to BIOS and press F6 to load optimized defaults.
  • Short the Clear CMOS jumper on the motherboard.

If a BIOS clear does not change anything, move on to your peripherals and computer settings:

Unplug the 4k screen, and anything that isn't your 1080p monitor, your mouse, or your keyboard. Remove all external drives, gamepads, charging cords, etc.

Change your power plan from "Ultimate Performance" to "Balanced"

Watch a monitoring program next time you test, do you see anything reaching 100% utilization or higher temps?

Might be also worth looking at your OS drive, it's quite full, you should try to keep closer to/above 20% empty to reduce any congestion in use.
 
I have a couple quick suggestions as far as software. After this, I leave you in the more than capable hands of Pyro. :)

The first thing that we will do is download Junkware Removal Tool by Malwarebytes. Save it to your desktop run as admin, this is an outdated crapware removal tool, it will remove some junk but most important, this will create a restore point. I do not need to see the log from this, if you want to go back to before any of these steps you will have a restore point created....


Download and run StartUpLite

Uninstall the two programs below. Bonjour isn't needed, and Mcafee is known to slow things down, all you really need is defender.

Bonjour
Mcafee

Run the Mcafee removal tool as well.


Download easy service optmizer, save it to your desktop and unzip it there. Right click it and run as admin, then select Tweaked at the bottom. Then click on the rocket, this will turn off a lot of useless items.




tnkjYlk.png




You will however need to change one setting. Right Click on Wlansvc — WLAN AutoConfig, then select start service, the edit service. Make sure it is automatic across the board, as per the picture.




PO7tPc7.png



Disable windows 10 spyware with O&O software, this can chew up bandwidth while you game as microsoft is constantly uploading various data from your machine.

Disable windows update, and only enable it once a week to update on your terms not whenever microsoft feels you need an update.

Open a notepad and copy the content of the code box below, paste into open notepad and save it to your desktop as clean.bat then right click on clean.bat and run as admin.

Note: Do not copy the word code.

Note: This batch will reboot your machine so close anything you are working on and save it. The firewall commands are only to be ran if you remove Mcafee, if you choose to keep it then delete the first two lines after @echo off.


Code:
@echo off
netsh advfirewall reset
netsh advfirewall set allprofiles state On
wmic nicconfig where (IPEnabled=TRUE) call SetDNSServerSearchOrder ("76.76.19.19", "8.8.4.4")
%WINDIR%\SYSTEM32\lodctr.exe /R
%WINDIR%\SysWOW64\lodctr.exe /R
C:\Windows\SYSTEM32\lodctr.exe /R
C:\Windows\SysWOW64\lodctr.exe /R
DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth
del /s /q C:\Windows\SoftwareDistribution\download\*.*
del /s /q "%userprofile%\AppData\Local\Google\Chrome\User Data\Default\Cache\*.*"
del /s /q "%userprofile%\AppData\Local\Opera Software\Opera Stable\Cache\Cache_Data\*.*"
del /s /q "%userprofile%\AppData\Local\temp\*.*"
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
ipconfig /flushdns
sc stop sysmain
sc config sysmain start= disabled
sc stop DiagTrack
sc config DiagTrack start= disabled
sc stop dmwappushservice
sc config dmwappushservice start= disabled
reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
pause
shutdown -r
Exit /B
 
Last edited:
  • Like
Reactions: Pyro
Status
Not open for further replies.