BSOD whilst gaming & streaming.

Page 2 of 2 FirstFirst 12

  1. Posts : 115
    Windows 10 Pro 64x
    Thread Starter
       #11

    Thank you for your help guys, really appreciate it dudes.
      My Computer


  2. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #12

    Glad you were able to post the data. I still don't know why it comes out unformatted when you follow the directions.
    You aren't perchance pasting it into Notepad first then copy & pasting into the forum afterwards?

    Here is a movie I just made of the entire process from when the batch file ends till it's posted in your thread in Tenforums. Take a look and see if that is what you have been doing please. I really want to get this figured out. When people post the data and it's unreadable it's a waste of their (your) time and ours.

    Just click on this link and it will take you to my OneDrive account where I put the .mp4 file.

    https://1drv.ms/v/s!AiInGuVqlXiCsQyT...xZgXy?e=Cogp44
      My Computers


  3. Posts : 115
    Windows 10 Pro 64x
    Thread Starter
       #13

    Hey bud, I think I know where I was going wrong, lol I was copying it to notepad, then I would paste it into the forums and then CTRL + A to select all then wrap the code around, will try a full scan now and see how it turns out.

    Thank you for the video.

    - - - Updated - - -

    Code:
    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.572
    
    Image Version:10.0.19042.630
    
    [==========================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.572
    
    Image Version: 10.0.19042.630
    
    [==========================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 ...  
    
      428800 file records processed.File verification completed. Phase duration (File record verification): 3.54 seconds.  
      3251 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.24 milliseconds.
    
    Stage 2: Examining file name linkage ...  
      27895 reparse records processed.  
      606424 index entries processed.Index verification completed. 
     Phase duration (Index verification): 9.79 seconds.  
      0 unindexed files scanned. 
     Phase duration (Orphan reconnection): 345.42 milliseconds.  
      0 unindexed files recovered to lost and found. 
     Phase duration (Orphan recovery to lost and found): 0.67 milliseconds.  
      27895 reparse records processed. Phase duration (Reparse point and Object ID verification): 45.46 milliseconds.
    
    Stage 3: Examining security descriptors ...
    Security descriptor verification completed. 
     Phase duration (Security descriptor verification): 24.48 milliseconds.  
      88813 data files processed. 
     Phase duration (Data attribute verification): 0.21 milliseconds.
    CHKDSK is verifying Usn Journal...  
      41241360 USN bytes processed.
    Usn Journal verification completed. 
     Phase duration (USN journal verification): 187.01 milliseconds.
    
    Windows has scanned the file system and found no problems.No further action is required. 
    
    468848639 KB total disk space.  
     71972880 KB in 335142 files.    
         200496 KB in 88814 indexes.         
                   0 KB in bad sectors.    
         552823 KB in use by the system.     
           65536 KB occupied by the log file. 
    396122440 KB available on disk.      
        
              4096 bytes in each allocation unit.
    117212159 total allocation units on disk.  
      99030610 allocation units available on disk.
    Total duration: 13.95 seconds (13951 ms).
    
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE
    
    C:\Windows\system32>wmic recoveros set autoreboot = falseUpdating property(s) of '\\DESKTOP-Q18BAU4\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk1\\Partition1
    "'Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE
    
    C:\Windows\system32>wmic recoveros get DebugInfoTypeDebugInfoType7
    
    
    C:\Windows\system32>wmic recoveros set DebugInfoType = 7
    Updating property(s) of '\\DESKTOP-Q18BAU4\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk1\\Partition1"
    'Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    C:\Windows\system32>wmic pagefilelist /format:list
    
    AllocatedBaseSize=4864
    CurrentUsage=0
    Description=C:\pagefile.sys
    InstallDate=20201103224839.468085+000
    Name=C:\pagefile.sys
    PeakUsage=1
    Status=
    TempPageFile=FALSE
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP-Q18BAU4" get AutomaticManagedPagefileAutomaticManagedPagefileTRUE
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP-Q18BAU4" set AutomaticManagedPagefile=TrueUpdating property(s) of '\\DESKTOP-Q18BAU4\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP-Q18BAU4"'Property(s) update successful.
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP-Q18BAU4" get AutomaticManagedPagefileAutomaticManagedPagefileTRUE
    
    C:\Windows\system32>bcdedit /enum {badmemory}
    
    RAM Defects
    -----------
    identifier              {badmemory}
    Press any key to continue . . .
      My Computer


  4. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #14

    Perfect! I guess passing it through Notepad lost the formatting bits. Good to know and thank you for helping figure it out.

    Maybe I should add the video to the tutorial in the BSOD Repository.
      My Computers


  5. Posts : 41,476
    windows 10 professional version 1607 build 14393.969 64 bit
       #15

    For posting into notepad first (not necessary as above):

    Use this link as needed when posting results:
    How to Change Post Editor to Source or WYSIWYG Mode at TenForums.com

    View the left corner menu box for A/A.
      My Computer


  6. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #16

    Hah! I forgot all about that Z. Good you didn't.

    I added the video to the instructions in the BSOD Repository.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:18.
Find Us




Windows 10 Forums