Please perform the following steps:
1) Open administrative command prompt (ACP) and type or copy and paste:
2) sfc /scannow
3) dism /online /cleanup-image /scanhealth
4) dism /online /cleanup-image /restorehealth
5) sfc /scannow
6) chkdsk /scan
7) wmic recoveros set autoreboot = false
8) wmic recoveros set DebugInfoType = 7
9) wmic recoveros get autoreboot
10) wmic recoveros get DebugInfoType
11) bcdedit /enum {badmemory}
Microsoft Windows [Version 10.0.18363.1256]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Windows\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection found corrupt files and successfully repaired them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.
C:\Windows\system32>dism /online /cleanup-image /scanhealth
Deployment Image Servicing and Management tool
Version: 10.0.18362.1139
Image Version: 10.0.18363.1256
[==========================100.0%==========================] No component store corruption detected.
The operation completed successfully.
C:\Windows\system32>dism /online /cleanup-image /restorehealth
Deployment Image Servicing and Management tool
Version: 10.0.18362.1139
Image Version: 10.0.18363.1256
[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.
C:\Windows\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
C:\Windows\system32>chkdsk /scan
The type of the file system is NTFS.
Stage 1: Examining basic file system structure ...
512512 file records processed.
File verification completed.
13900 large file records processed.
0 bad file records processed.
Stage 2: Examining file name linkage ...
217 reparse records processed.
750134 index entries processed.
Index verification completed.
0 unindexed files scanned.
0 unindexed files recovered to lost and found.
217 reparse records processed.
Stage 3: Examining security descriptors ...
Security descriptor verification completed.
118812 data files processed.
CHKDSK is verifying Usn Journal...
38962600 USN bytes processed.
Usn Journal verification completed.
Windows has scanned the file system and found no problems.
No further action is required.
487726079 KB total disk space.
238394108 KB in 377789 files.
250196 KB in 118813 indexes.
0 KB in bad sectors.
636291 KB in use by the system.
65536 KB occupied by the log file.
248445484 KB available on disk.
4096 bytes in each allocation unit.
121931519 total allocation units on disk.
62111371 allocation units available on disk.
C:\Windows\system32>wmic recoveros set autoreboot = false
Updating property(s) of '\\PROVOOST\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk0\\Partition4"'
Property(s) update successful.
C:\Windows\system32>wmic recoveros set DebugInfoType = 7
Updating property(s) of '\\PROVOOST\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk0\\Partition4"'
Property(s) update successful.
C:\Windows\system32>wmic recoveros get autoreboot
AutoReboot
FALSE
C:\Windows\system32>wmic recoveros get DebugInfoType
DebugInfoType
7
C:\Windows\system32>bcdedit /enum {badmemory}
RAM Defects
-----------
identifier {badmemory}
C:\Windows\system32>
EDIT:
Added screenshots of the startup and recovery & virtual memory window.