Post problem reports here for Batch files for use in BSOD debugging


  1. Posts : 41,472
    windows 10 professional version 1607 build 14393.969 64 bit
       #1211

    It is not the output of disk part but the output of the bat script.

    Are they one and the same or does the 0 typically come after the other numbers?


    Code:
    Partition 0 is now the selected partition.
    
    Partition 0
    Type  : 0F
    Hidden: No
    Active: No
    Offset in Bytes: 989668048896
    
    There is no volume associated with this partition.



    This was the thread:
    New boot disk doesn't appear in BIOS boot devices but does in F8 menu


    Script results displaying the extended partition:
    https://www.tenforums.com/attachment...iskparinfo.zip

    Script results not displaying the extended partition:
    https://www.tenforums.com/attachment...iskparinfo.zip
    Last edited by zbook; 16 Jan 2022 at 22:25.
      My Computer


  2. Posts : 7,607
    Windows 10 Home 20H2
       #1212

    zbook said:
    It is not the output of disk part but the output of the bat script.
    The batch script writes the output of DiskPart into "DiskParInfo.log", so the output of the script must be identical to the output of DiskPart.

    zbook said:
    Are they one and the same or does the 0 typically come after the other numbers?
    I don't know how DiskPart arranges/assigns the number of an extended partition, which I rarely see, if ever.

    BTW, which file created by V2 log collector shows the logs of BSODs? I have had two BSODs in this month.
      My Computer


  3. Posts : 41,472
    windows 10 professional version 1607 build 14393.969 64 bit
       #1213

    Mini dump files when created and not yet deleted are found in the V2 Crash Dumps folder.

    The event viewer text files usually indicate whether they were or were not created.

    (this is one of the problem with V2 and Windows 11)

    Other collected files can report results too.

    If you post the V2 in this thread or a new thread they can be troubleshooted.
      My Computer


  4. Posts : 7,607
    Windows 10 Home 20H2
       #1214

    zbook said:
    Mini dump files when created and not yet deleted are found in the V2 Crash Dumps folder.
    Code:
    LastWriteTime         Size (MB) FullName                               
    -------------         --------- --------                               
    14/1/2022 10:14:04 PM      1.16 C:\Windows\Minidump\011422-27781-01.dmp
    2/1/2022 6:30:20 PM         0.9 C:\Windows\Minidump\010222-40625-01.dmp
    zbook said:
    If you post the V2 in this thread or a new thread they can be troubleshooted.
    See the attachment.
    Post problem reports here for Batch files for use in BSOD debugging Attached Files
      My Computer


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

    Please uninstall Malwarebytes and if there are no BSOD then reinstall in a few days.
    https://support.malwarebytes.com/hc/...s-Support-Tool

    If there are any new BSOD please post a new V2.

    Please confirm the Motherboard version.
    This is for version 3.0

    Upgrade F2 > F3
    GA-H81M-DS2 (rev. 3.0) Support | Motherboard - GIGABYTE Global


    Perform Microsoft Defender updates > indicate any error message / code
    Perform Windows updates > indicate any error message / code


    See if this script works properly on your computer > post a share link into this thread
    PowerShell Compress-Archive "%WinDir%\MEMORY.DMP" "%UserProfile%\Desktop\Memory_dmp"



    V2 reported errors running some of these commands:
    Get_Powercfg_info.bat - Click here to go to the BSOD batch repository to download and run this batch file.
    Last edited by zbook; 17 Jan 2022 at 02:39.
      My Computer


  6. Posts : 7,607
    Windows 10 Home 20H2
       #1216

    zbook said:
    Please uninstall Malwarebytes and if there are no BSOD then reinstall in a few days.
    I uninstalled it five hours ago.

    zbook said:
    Please confirm the Motherboard version.
    This is for version 3.0
    My version is 3.0. I will wait for a few days before deciding whether to upgrade the BIOS to F3.

    zbook said:
    PowerShell Compress-Archive "%WinDir%\MEMORY.DMP" "%UserProfile%\Desktop\Memory_dmp"
    The above works only if the desktop folder has not been relocated.
    The following works even if the desktop folder has been relocated.
    Code:
    PowerShell $D=(New-Object -ComObject Wscript.Shell).SpecialFolders(4);Compress-Archive "%WinDir%\MEMORY.DMP" "$D\Memory_dmp"


    zbook said:
    Perform Microsoft Defender updates > indicate any error message / code
    Perform Windows updates > indicate any error message / code
    I have been using VBScript to automatically update Microsoft Defender without errors. I have used a CMD script to disable automatic Windows updates.

    Microsoft OneDrive - Access files anywhere. Create docs with free Office Online. 👉 Memory_dmp
    Microsoft OneDrive - Access files anywhere. Create docs with free Office Online. 👉 Powercfg_info_2022-01-17_at_19-32-54
    Microsoft OneDrive - Access files anywhere. Create docs with free Office Online. 👉 Installed updates
    Microsoft OneDrive - Access files anywhere. Create docs with free Office Online. 👉 Update events
    Last edited by Matthew Wai; 17 Jan 2022 at 07:50.
      My Computer


  7. Posts : 41,472
    windows 10 professional version 1607 build 14393.969 64 bit
       #1217

    Each V2 and Powercfg typically produce a folder in Power Reports that was not collected (power report).
    How come?

    These failures were corrected: (the installed updates displayed each of these entries twice)

    Code:
    Event[5723]:
      Log Name: System
      Source: Microsoft-Windows-WindowsUpdateClient
      Date: 2022-01-12T15:00:16.0630000Z
      Event ID: 20
      Task: Windows Update Agent
      Level: Error
      Opcode: Installation
      Keyword: Installation,Failure
      User: S-1-5-18
      User Name: NT AUTHORITY\SYSTEM
      Computer: Desktop
      Description: 
    Installation Failure: Windows failed to install the following update with error 0x80240009: Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.355.1773.0).
    Code:
    Event[4093]:
      Log Name: System
      Source: Microsoft-Windows-WindowsUpdateClient
      Date: 2022-01-06T20:18:37.6210000Z
      Event ID: 20
      Task: Windows Update Agent
      Level: Error
      Opcode: Installation
      Keyword: Installation,Failure
      User: S-1-5-18
      User Name: NT AUTHORITY\SYSTEM
      Computer: Desktop
      Description: 
    Installation Failure: Windows failed to install the following update with error 0x80240016: Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.355.1499.0).
    Code:
    Event[2547]:
      Log Name: System
      Source: Microsoft-Windows-WindowsUpdateClient
      Date: 2021-12-31T18:52:58.8860000Z
      Event ID: 20
      Task: Windows Update Agent
      Level: Error
      Opcode: Installation
      Keyword: Installation,Failure
      User: S-1-5-18
      User Name: NT AUTHORITY\SYSTEM
      Computer: Desktop
      Description: 
    Installation Failure: Windows failed to install the following update with error 0x80240016: Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.355.1173.0).
      My Computer


  8. Posts : 7,607
    Windows 10 Home 20H2
       #1218

    zbook said:
    Each V2 and Powercfg typically produce a folder in Power Reports that was not collected (power report).
    What is the name of the folder that contains "Power Reports"? I cannot find a file/folder named "Power Reports".
      My Computer


  9. Posts : 41,472
    windows 10 professional version 1607 build 14393.969 64 bit
       #1219

    Get_Powercfg_info.bat - Click here to go to the BSOD batch repository to download and run this batch file.


    Should collect:

    energy-report
    get_powercfg_info
    sleepstudy-report
    system-sleep-diagnostics




    V2 should collect:

    power-plan
    power-report
    sleep-diagnostics
    sleep-states




      My Computer


  10. Posts : 7,607
    Windows 10 Home 20H2
       #1220

    zbook said:
    energy-report
    get_powercfg_info
    sleepstudy-report
    system-sleep-diagnostics
    All of the above can be found in the following ZIP file. What is the problem?

    Microsoft OneDrive - Access files anywhere. Create docs with free Office Online.👉 Powercfg_info_2022-01-17_at_19-32-54
      My Computer


 

  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 07:06.
Find Us




Windows 10 Forums