F5F Stay Refreshed Software Operating Systems Error occurs repeatedly and repair options fail

Error occurs repeatedly and repair options fail

Error occurs repeatedly and repair options fail

P
Pinkieepiee358
Junior Member
9
05-01-2023, 03:57 PM
#1
I repeatedly encounter a BSOD while leaving the computer idle or during Discord conversations. Previous fixes like Windows Startup Repair failed and restoring points didn’t help. Running DISM commands showed an error about missing files. The log file is located at C:\WINDOWS\Logs\DISM\dism.log. Is there any solution to resolve this? I don’t want to reset the PC, as that isn’t working.
P
Pinkieepiee358
05-01-2023, 03:57 PM #1

I repeatedly encounter a BSOD while leaving the computer idle or during Discord conversations. Previous fixes like Windows Startup Repair failed and restoring points didn’t help. Running DISM commands showed an error about missing files. The log file is located at C:\WINDOWS\Logs\DISM\dism.log. Is there any solution to resolve this? I don’t want to reset the PC, as that isn’t working.

T
TitanicHacker
Junior Member
9
05-01-2023, 09:49 PM
#2
This update resolved BSOD issues on three of your friends' systems.
T
TitanicHacker
05-01-2023, 09:49 PM #2

This update resolved BSOD issues on three of your friends' systems.

R
Raqet
Member
222
05-02-2023, 03:20 AM
#3
Access the event logger to investigate the issue and identify the source of the BSOD. We need to pinpoint what's triggering that error.
R
Raqet
05-02-2023, 03:20 AM #3

Access the event logger to investigate the issue and identify the source of the BSOD. We need to pinpoint what's triggering that error.

T
Todesritter
Junior Member
5
05-02-2023, 09:42 AM
#4
I didn't receive the latest update, so that wasn't the reason. The system restarted after a bugcheck. The issue was identified as 0x0000007a with specific details and a dump saved at C:\WINDOWS\MEMORY.DMP. Report ID: 101218-23703-01. The file in question cannot be opened because access is denied.
T
Todesritter
05-02-2023, 09:42 AM #4

I didn't receive the latest update, so that wasn't the reason. The system restarted after a bugcheck. The issue was identified as 0x0000007a with specific details and a dump saved at C:\WINDOWS\MEMORY.DMP. Report ID: 101218-23703-01. The file in question cannot be opened because access is denied.

R
R_Piccini_360
Junior Member
37
05-02-2023, 09:58 AM
#5
Looking up that error code online led me to several discussions on Microsoft forums. It might indicate a problem with system updates or hardware issues such as faulty RAM or disk. First, I would run a disk check using "chkdsk /F C:" and then examine the RAM with mdsched.exe. Next, I’d use DISM to repair the system, selecting the appropriate .wim file from a Windows.iso if needed. If the install.wim isn’t a valid .wim, adjust the source path accordingly. Also consider using sfc /scannow for a full scan.
R
R_Piccini_360
05-02-2023, 09:58 AM #5

Looking up that error code online led me to several discussions on Microsoft forums. It might indicate a problem with system updates or hardware issues such as faulty RAM or disk. First, I would run a disk check using "chkdsk /F C:" and then examine the RAM with mdsched.exe. Next, I’d use DISM to repair the system, selecting the appropriate .wim file from a Windows.iso if needed. If the install.wim isn’t a valid .wim, adjust the source path accordingly. Also consider using sfc /scannow for a full scan.

P
Pindah
Junior Member
9
05-03-2023, 03:16 PM
#6
I checked the disk with chkdsk and memory test, but no issues found. For DISM, you need to know your Windows ISO location first. To tell DISM where it should run, use DISM.exe with the correct path to your installation directory.
P
Pindah
05-03-2023, 03:16 PM #6

I checked the disk with chkdsk and memory test, but no issues found. For DISM, you need to know your Windows ISO location first. To tell DISM where it should run, use DISM.exe with the correct path to your installation directory.

D
Derpy_Fighter
Junior Member
13
05-03-2023, 11:56 PM
#7
Find the archive there, unzip or mount the folder. The install.wim/esd file lives in /Sources.
D
Derpy_Fighter
05-03-2023, 11:56 PM #7

Find the archive there, unzip or mount the folder. The install.wim/esd file lives in /Sources.

K
KawiianMili
Posting Freak
786
05-04-2023, 04:03 AM
#8
It didn't work.
K
KawiianMili
05-04-2023, 04:03 AM #8

It didn't work.