Thanks, this is very useful information.
Microsoft Windows [Version 10.0.19042.1052]
(c) 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 did not find any integrity violations.
C:\WINDOWS\system32>dism /online /cleanup-image /scanhealth
Deployment Image Servicing and Management tool
Version: 10.0.19041.746
Image Version: 10.0.19042.1052
[==========================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.19041.746
Image Version: 10.0.19042.1052
[==========================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.
Volume label is Local Disk.
Stage 1: Examining basic file system structure ...
461056 file records processed.
File verification completed.
Phase duration (File record verification): 7.39 seconds.
29085 large file records processed.
Phase duration (Orphan file record recovery): 0.00 milliseconds.
0 bad file records processed.
Phase duration (Bad file record checking): 1.19 milliseconds.
Stage 2: Examining file name linkage ...
12837 reparse records processed.
670504 index entries processed.
Index verification completed.
Phase duration (Index verification): 11.55 seconds.
0 unindexed files scanned.
Phase duration (Orphan reconnection): 4.17 seconds.
0 unindexed files recovered to lost and found.
Phase duration (Orphan recovery to lost and found): 1.41 milliseconds.
12837 reparse records processed.
Phase duration (Reparse point and Object ID verification): 41.34 milliseconds.
Stage 3: Examining security descriptors ...
Security descriptor verification completed.
Phase duration (Security descriptor verification): 51.69 milliseconds.
104725 data files processed.
Phase duration (Data attribute verification): 1.28 milliseconds.
CHKDSK is verifying Usn Journal...
35789072 USN bytes processed.
Usn Journal verification completed.
Phase duration (USN journal verification): 308.58 milliseconds.
Windows has scanned the file system and found no problems.
No further action is required.
249324543 KB total disk space.
46745508 KB in 300865 files.
173740 KB in 104726 indexes.
0 KB in bad sectors.
593847 KB in use by the system.
65536 KB occupied by the log file.
201811448 KB available on disk.
4096 bytes in each allocation unit.
62331135 total allocation units on disk.
50452862 allocation units available on disk.
Total duration: 23.55 seconds (23559 ms).
C:\WINDOWS\system32>wmic recoveros set autoreboot = false
Updating property(s) of '\TABLET-OMUT5T0S\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\WINDOWS|\Device\Harddisk0\Partition3"'
Property(s) update successful.
C:\WINDOWS\system32>wmic recoveros set DebugInfoType = 7
Updating property(s) of '\TABLET-OMUT5T0S\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\WINDOWS|\Device\Harddisk0\Partition3"'
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>wmic Computersystem where name="%computername%" set AutomaticManagedPagefile=True
Updating property(s) of '\TABLET-OMUT5T0S\ROOT\CIMV2:Win32_ComputerSystem.Name="TABLET-OMUT5T0S"'
Property(s) update successful.
C:\WINDOWS\system32>wmic Computersystem where name="%computername%" get AutomaticManagedPagefile
AutomaticManagedPagefile
TRUE
C:\WINDOWS\system32>bcdedit /enum {badmemory}
RAM Defects
-----------
identifier {badmemory}
isolatedcontext Yes
C:\WINDOWS\system32>wmic os get OSArchitecture
OSArchitecture
ARM 64-bit Processor
C:\WINDOWS\system32>