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


  1. Posts : 1,777
    Windows 11 [21H2]
       #1231

    Ztruker said:
    WEF == Windows Eleven Forum? How do you get to the Manage Resource Team thingy?
    Just curiosity at this point since I don't have a Windows 11 capable system.
    You need a owner access to any resource to see this:
    Post problem reports here for Batch files for use in BSOD debugging-screenshot_20220120-090349_chrome.jpg
    Attached Thumbnails Attached Thumbnails Post problem reports here for Batch files for use in BSOD debugging-screenshot_20220120-085833_chrome.jpg  
      My Computers


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

    Ztruker said:
    I don't have a Windows 11 capable system.
    Neither do I.

    Ztruker said:
    How do you get to the Manage Resource Team thingy?
    "Manage resource team" is under "More options" as shown below.

    Post problem reports here for Batch files for use in BSOD debugging-more-options.jpg
      My Computer


  3. Posts : 1,777
    Windows 11 [21H2]
       #1233

    Matthew Wai said:
    "Manage resource team" is under "More options" as shown below.

    Post problem reports here for Batch files for use in BSOD debugging-more-options.jpg
    Just make sure you are the owner to access that.

    Post problem reports here for Batch files for use in BSOD debugging-image.png Post problem reports here for Batch files for use in BSOD debugging-image.png
      My Computers


  4. Posts : 41,480
    windows 10 professional version 1607 build 14393.969 64 bit
       #1234

    In this thread:
    Windows 11 freez hangs on shut down | Windows 11 Forum

    post #5
    see the error message that the OP reported an error message running scripts

    Code:
    stuck at "waiting for eventsearchjob to complete"



    In this thread:
    Can't restore recovery partition

    see post #12 and #13
    The OP posted disk management (not with the most common column headings) and ran diskpar info

    Neither of the above displayed the free space.

    The V2 partition file displays the free space.
    Consider adding the V2 command to diskpar info so that the free space is always available.
      My Computer


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

    I don't like the commands used by Spectrum.
    I prefer the following PowerShell command to get the free space:

    [System.IO.DriveInfo]::GetDrives() |FT -A

    It is much simpler.
      My Computer


  6. Posts : 41,480
    windows 10 professional version 1607 build 14393.969 64 bit
       #1236

    Please add something to diskpar info so that free space and percent free space are seen in the results.
      My Computer


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

    Have you run the command in post #1238?
    Do you want "AvailableFreeSpace" or "TotalFreeSpace"? I don't know the difference between them.
      My Computer


  8. Posts : 41,480
    windows 10 professional version 1607 build 14393.969 64 bit
       #1238

    Can you get it to match:
    a) what is displayed in disk management
    b) what is displayed in the V2 partitions text?
      My Computer


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

    You may choose between the following two commands:

    Code:
    PowerShell Get-Volume^|Select DriveLetter, Size, SizeRemaining^|?{$_.Size}^|?{$_.DriveLetter}^|Sort DriveLetter

    Code:
    PowerShell [System.IO.DriveInfo]::GetDrives^(^)^|Select Name, TotalSize, AvailableFreeSpace, VolumeLabel^|?{$_.TotalSize}

    Run them from Command Prompt. I can try to convert "Bytes" into "GB".
      My Computer


  10. Posts : 41,480
    windows 10 professional version 1607 build 14393.969 64 bit
       #1240

    All of the decimal places were not needed.

    Can it be abbreviated for the second command?


    Code:
    Microsoft Windows [Version 10.0.19043.1466]
    (c) Microsoft Corporation. All rights reserved.
    
    C:\WINDOWS\system32>PowerShell Get-Volume^|Select DriveLetter, Size, SizeRemaining^|?{$_.Size}^|?{$_.DriveLetter}^|Sort DriveLetter
    
    DriveLetter         Size SizeRemaining
    -----------         ---- -------------
              C 739976933376  507492831232
              D   2147483648    2049859584
              K    523235328     485167104
    
    
    
    C:\WINDOWS\system32>PowerShell [System.IO.DriveInfo]::GetDrives^(^)^|Select Name, TotalSize, AvailableFreeSpace, VolumeLabel^|?{$_.TotalSize}
    
    Name    TotalSize AvailableFreeSpace VolumeLabel
    ----    --------- ------------------ -----------
    C:\  739976933376       507492438016 Windows
    D:\    2147483648         2049859584 HP_TOOLS
    K:\     523235328          485167104 System Reserved
    
    
    
    C:\WINDOWS\system32>

    It was not possible to display %free?


    If there were a MBR drive with 4 TB would it display available free space up to 2 TB or 4 TB for the free space?
    allocated versus unallocated?
      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 00:55.
Find Us




Windows 10 Forums