New
#11
Tuneup:
###########################################################
# The following commands will be run in sequence. #
# The first 5 will take quite a while to run, be patient. #
###########################################################
sfc /scannow
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
sfc /scannow
chkdsk /scan
wmic recoveros get autoreboot
wmic recoveros set autoreboot = false
wmic recoveros get autoreboot
wmic recoveros get DebugInfoType
wmic recoveros set DebugInfoType = 7
wmic recoveros get DebugInfoType
wmic pagefile list /format:list
wmic Computersystem where name="MEMOX" get AutomaticManagedPagefile
wmic Computersystem where name="MEMOX" set AutomaticManagedPagefile=True
wmic Computersystem where name="MEMOX" get AutomaticManagedPagefile
bcdedit /enum {badmemory}
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.844
Image Version: 10.0.19042.928
[==========================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.844
Image Version: 10.0.19042.928
[==========================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 ...
687872 file records processed.
File verification completed.
Phase duration (File record verification): 12.87 seconds.
11990 large file records processed.
Phase duration (Orphan file record recovery): 0.00 milliseconds.
0 bad file records processed.
Phase duration (Bad file record checking): 0.29 milliseconds.
Stage 2: Examining file name linkage ...
2705 reparse records processed.
932992 index entries processed.
Index verification completed.
Phase duration (Index verification): 28.02 seconds.
0 unindexed files scanned.
Phase duration (Orphan reconnection): 1.00 seconds.
0 unindexed files recovered to lost and found.
Phase duration (Orphan recovery to lost and found): 0.59 milliseconds.
2705 reparse records processed.
Phase duration (Reparse point and Object ID verification): 19.06 milliseconds.
Stage 3: Examining security descriptors ...
Security descriptor verification completed.
Phase duration (Security descriptor verification): 43.90 milliseconds.
122561 data files processed.
Phase duration (Data attribute verification): 0.80 milliseconds.
CHKDSK is verifying Usn Journal...
41678832 USN bytes processed.
Usn Journal verification completed.
Phase duration (USN journal verification): 383.90 milliseconds.
Windows has scanned the file system and found no problems.
No further action is required.
468220927 KB total disk space.
296582896 KB in 377228 files.
279028 KB in 122562 indexes.
0 KB in bad sectors.
816175 KB in use by the system.
65536 KB occupied by the log file.
170542828 KB available on disk.
4096 bytes in each allocation unit.
117055231 total allocation units on disk.
42635707 allocation units available on disk.
Total duration: 42.37 seconds (42371 ms).
C:\WINDOWS\system32>wmic recoveros get autoreboot
AutoReboot
TRUE
C:\WINDOWS\system32>wmic recoveros set autoreboot = false
Updating property(s) of '\\MEMOX\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|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
2
C:\WINDOWS\system32>wmic recoveros set DebugInfoType = 7
Updating property(s) of '\\MEMOX\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\WINDOWS|\\Device\\Harddisk0\\Partition4"'
Property(s) update successful.
C:\WINDOWS\system32>wmic recoveros get DebugInfoType
DebugInfoType
7
C:\WINDOWS\system32>wmic pagefile list /format:list
AllocatedBaseSize=8192
CurrentUsage=0
Description=C:\pagefile.sys
InstallDate=20191111005827.903105+060
Name=C:\pagefile.sys
PeakUsage=1
Status=
TempPageFile=FALSE
C:\WINDOWS\system32>wmic Computersystem where name="MEMOX" get AutomaticManagedPagefile
AutomaticManagedPagefile
TRUE
C:\WINDOWS\system32>wmic Computersystem where name="MEMOX" set AutomaticManagedPagefile=True
Updating property(s) of '\\MEMOX\ROOT\CIMV2:Win32_ComputerSystem.Name="MEMOX"'
Property(s) update successful.
C:\WINDOWS\system32>wmic Computersystem where name="MEMOX" get AutomaticManagedPagefile
AutomaticManagedPagefile
TRUE
C:\WINDOWS\system32>bcdedit /enum {badmemory}
RAM Defects
-----------
identifier {badmemory}
C:\WINDOWS\system32>Echo off
###################################################################################
# How to capture batch file data and post in your thread in the BSOD forum #
# #
# Batch files and instructions for use in BSOD debugging[Part Two-Four] #
# #
# Press [V] to visit the above web page for detailed instructions. #
# Press [C] to close this window. #
###################################################################################
HD Sentinel:
Seatools:
- I tried the Long Generic Test four times already, but being - well - way too long, I get a BSOD before it can even finish. I'll try again tonight.