Originally posted by Bastet
Multiple BSOD and Consistent Game crashes
Collapse
X
-
Originally posted by BastetAre these games via Microsoft, Steam, Epic, Ubisoft or another gaming platform?
What happens exactly when you install or open the games?Comment
-
Here are a few things you can do to improve performance on the computer. Perhaps it will help your issue, I am thinking it may be a hardware setting, but I am unsure.
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.
Note: You should allow the n batch file to complete, it may take some time (ten minutes) and some assistance on your part!! Once it reboots your machine that is when it is done.
[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 ("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 /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.
Install this program and run all below to max.
[ATTACH type=βfullβ]10981[/ATTACH]
Reboot your machine and see how things are.[/COLOR]Comment
-
Originally posted by MalnutritionHere are a few things you can do to improve performance on the computer. Perhaps it will help your issue, I am thinking it may be a hardware setting, but I am unsure.
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.
Note: You should allow the n batch file to complete, it may take some time (ten minutes) and some assistance on your part!! Once it reboots your machine that is when it is done.
[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 ("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 /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.
Install this program and run all below to max.
[ATTACH type=βfullβ alt=β1670711489747.pngβ]10981[/ATTACH]
Reboot your machine and see how things are.
[/COLOR]
Installed everything. Same results [/color]Comment
-
Perhaps in your case enabling XMP will help. I know that ram is supposed to run at a certain level for different machines. I do not know enough about hardware to tell you exactly what it is in your case.
Iβll tag the resident hardware expert, there is no guarantee he will reply, but in the mean time play around with the XMP settings.
@phillpower2 Could you lend your expertise here please.Comment
-
Originally posted by MalnutritionPerhaps in your case enabling XMP will help. I know that ram is supposed to run at a certain level for different machines. I do not know enough about hardware to tell you exactly what it is in your case.
Iβll tag the resident hardware expert, there is no guarantee he will reply, but in the mean time play around with the XMP settings.
@phillpower2 Could you lend your expertise here please.Comment
-
Comment
-
To be honest I have not read the entire thread as the first thing I notice is you are using ram that is DDR5 6200
Your Processor can only take
Memory Types
Up to DDR5 4800 MT/s
Up to DDR4 3200 MT/s
From here
https://www.intel.com.au/content/www...fications.htmlComment
-
Originally posted by PeterOzTo be honest I have not read the entire thread as the first thing I notice is you are using ram that is DDR5 6200
Your Processor can only take
Memory Types
Up to DDR5 4800 MT/s
Up to DDR4 3200 MT/s
From here
https://www.intel.com.au/content/www...fications.html
[ATTACH type=βfullβ]10984[/ATTACH]Comment
Comment