Issues with fps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • starlord7192
    PCHF Member
    • Dec 2022
    • 5

    #1

    Issues with fps

    Hey guys so I recently upgraded my graphics card (3060ti) and ssd (1tb Samsung m.2) and now I’m experiencing issues with my fps dropping to as low as 15 and reaching to 60 when I was originally running at roughly 100-144, I found this sudden drop really weird everything is updated and installed correctly as I’ve double and triple checked any tips to bring my fps back up to a solid digit where it’s not glitchy and smooth through my games I’ll attach my specs so you can have a look
  • veeg
    PCHF Director
    • Jul 2016
    • 8978

    #2
    Hello

    Give us your complete pc spec’s and your complete psu spec’s..

    Comment

    • starlord7192
      PCHF Member
      • Dec 2022
      • 5

      #3
      Originally posted by veeg
      Hello

      Give us your complete pc spec’s and your complete psu spec’s..
      How? Like what do you need just a screen shot of what task manager?

      Comment

      • veeg
        PCHF Director
        • Jul 2016
        • 8978

        #4
        Ok

        Download this.. Download Speccy | Find your computer specs, free!

        To post: CCleaner Support Community

        Comment

        • starlord7192
          PCHF Member
          • Dec 2022
          • 5

          #5
          @veeg is this what you need?

          Comment

          • veeg
            PCHF Director
            • Jul 2016
            • 8978

            #6
            How old is the pc?

            Comment

            • starlord7192
              PCHF Member
              • Dec 2022
              • 5

              #7
              well ive just continued to upgrade since i got it about 5 years ago. everything is basically been replaced since the old rig except for the two hard drives

              Comment

              • veeg
                PCHF Director
                • Jul 2016
                • 8978

                #8
                Ok..I saw your cpu was running some what hot.. You may need to replace your cpu paste.. Are the fans working correctly and have good air flow?

                Comment

                • starlord7192
                  PCHF Member
                  • Dec 2022
                  • 5

                  #9
                  Yeh fans are all clean and working well I’ll replace the paste. Do you think that could be the reason for the fps drop

                  Comment

                  • Malnutrition
                    PCHF Moderator
                    • Jul 2016
                    • 7041

                    #10
                    Here are a few things you can do to improve performance on the computer.



                    Reset your Hosts file.

                    [ol]
                    [li]Click here to download RstHosts v2.0[/li][li]Save the file to your desktop.[/li][li]Right Click and Run as Administrator.[/li][li]Click on Restaurer, then click OK at the prompt.[/li][li]This will restore the default host file.[/li][/ol]



                    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.

                    [COLOR=rgb(184, 49, 47)]Do not copy the word Code:
                    Code:
                    @echo off
                    wmic /Namespace:\\root\default Path SystemRestore Call Enable "%SystemDrive%"
                    WMIC /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "BatchRestorePoint", 100, 10
                    fsutil resource setautoreset true c:\&fsutil usn deletejournal /d /n c:
                    powercfg.exe /setactive 381b4222-f694-41f0-9685-ff5bb260df2e
                    powercfg -hibernate off
                    bitsadmin /reset /allusers
                    nbtstat -R
                    nbtstat -RR
                    netsh winsock reset all
                    netsh winsock reset catalog
                    netsh winhttp reset proxy
                    netsh int tcp set heuristics disabled
                    netsh int tcp set global rss=enabled
                    netsh int tcp set global autotuninglevel=normal
                    netsh interface httpstunnel reset all
                    netsh interface portproxy reset all
                    netsh interface ip delete arpcache
                    netsh advfirewall reset
                    netsh advfirewall set allprofiles state On
                    wmic nicconfig where (IPEnabled=TRUE) call SetDNSServerSearchOrder ("1.1.1.1", "1.0.0.1")
                    %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 /StartComponentCleanup
                    pause
                    DISM.exe /Online /Cleanup-image /Restorehealth
                    pause
                    del /s /q C:\Windows\SoftwareDistribution\download\*.*
                    del /s /q "%userprofile%\AppData\Local\Microsoft\Edge\User Data\Default\Cache\*.*"
                    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
                    ipconfig /registerdns
                    sc stop RasAuto
                    sc stop RasMan
                    sc stop SessionEnv
                    sc stop TermService
                    sc stop UmRdpService
                    sc stop RemoteAccess
                    sc config RasAuto start= disabled
                    sc config RasMan start= disabled
                    sc config SessionEnv start= disabled
                    sc config TermService start= disabled
                    sc config UmRdpService start= disabled
                    sc config RemoteAccess start= disabled
                    sc stop sysmain
                    sc config sysmain start= disabled
                    sc stop iphlpsvc
                    sc config iphlpsvc start= disabled
                    sc stop DiagTrack
                    sc config DiagTrack start= disabled
                    sc stop dmwappushservice
                    sc config dmwappushservice start= disabled
                    sc stop WSearch
                    sc config WSearch start= disabled
                    sc stop lfsvc
                    sc config lfsvc start= disabled
                    del /s /q %ProgramData%\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
                    REG ADD HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry /d 0 /t REG_DWORD /f
                    reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
                    reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
                    echo "" > %ProgramData%\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
                    sfc /scannow
                    pause
                    shutdown -r
                    Exit /B


                    Use O&O shutup ten with suggested and somewhat suggested settings enabled.

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

                    Uninstall Useless to you windows apps with O&O App buster.


                    Completely remove all traces of old graphics driver wit DDU

                    The tool can be used in Normal mode but for absolute stability when using DDU, Safemode is always the best.

                    Download Display Driver Uninstaller (DDU) Official - Remove AMD/NVIDIA/INTEL Graphics Drivers Cleanly - DDU is a driver removal utility that helps you completely uninstall AMD/NVIDIA graphics card drivers and packages from your system, leaving no leftovers behind, including registry keys, folders, files, and driver store.


                    Boot up into normal mode, and use this tool.

                    Reboot your machine and see how things are.[/COLOR]

                    Comment

                    • Malnutrition
                      PCHF Moderator
                      • Jul 2016
                      • 7041

                      #11
                      @starlord7192 Do you have an update for us?

                      Comment

                      • phillpower2
                        PCHF Administrator
                        • Sep 2016
                        • 15206

                        #12
                        Abandoned thread, closed.

                        Comment

                        Working...