PROJECT: Computer Report - Comprehensive

Page 2 of 8 FirstFirst 1234 ... LastLast

  1. Posts : 31,465
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #11

    @Paul Black

    Bug report:


    Code:
     ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
      __ _  ____  ____  _    _  ____  ____  __ _           __   ____   __   ____  ____  ____  ____  ____
     (  ( \(  __)(_  _)( \/\/ )/    \(  _ \(  / )  ____   / _\ (    \ / _\ (  _ \(_  _)(  __)(  _ \/ ___)
     /    / ) _)   )(   \    / )  O ( )   / )  (  (____) /    \ ) D (/    \ ) __/  )(   ) _)  )   /\___ \
     \_)__)(____) (__)   \/\/  \____/(__\_)(__\_)        \_/\_/(____/\_/\_/(__)   (__) (____)(__\_)(____/
    
     ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    
     NOTE:
    
       - Also see the [Network - Overview] section above.
    
     ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    At line:1 char:15047
    + ...  Network - Adapter(s) [$Tot] - Sorted by [Name] ---`n`n$List"} else ^
    +                                                                        ~
    Missing statement block after 'else' keyword.
        + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
        + FullyQualifiedErrorId : MissingStatementBlockAfterElse
    
    '{Write-Host' is not recognized as an internal or external command,
    operable program or batch file.
      My Computers


  2. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #12

    Hello @Bree,

    Bree said:
    @Paul Black

    Bug report: . . .
    Yes I know, I am investigating it now. You need to change the line to . . .

    Code:
    
    Format-List ^| Out-String -Width 1000).Trim("""`r`n"""); ^
         if ($List.Length) {Write-Host """`n --- Network - Adapter(s) [$Tot] - Sorted by [Name] ---`n`n$List"""} else {Write-Host """`n --- NO Network - Adapter(s) Available ---"""; exit 1; goto :Network_Attached_Disks}

    I will update the file accordingly when I have investigated further.
    Last edited by Paul Black; 13 Jan 2023 at 18:14.
      My Computer


  3. Posts : 338
    Windows 10 Pro 22H2 (19045.4046)
       #13

    Got it.

    Thanks Paul, much appreciated.
      My Computer


  4. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #14

    OldGuyFromCdn said:
    Got it.

    Thanks Paul, much appreciated.
    You are VERY welcome.
      My Computer


  5. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #15

    Post 1 download UPDATED.
      My Computer


  6. Posts : 31,465
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #16

    Paul Black said:
    Post 1 download UPDATED.
    bug fixed, thanks.
      My Computers


  7. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #17

    Bree said:
    bug fixed, thanks.
      My Computer


  8. Posts : 1,800
    10 Home 64-bit | v22H2 | Build - 19045.3930
       #18

    Great Program @Paul Black; Belarc can't hold a candle to yours!

    I ran it on system 1 in specs on Sunday and I'm about half way through goin' over the info. There is one curiosity though, IDK if anyone else sees this when they run your .bat .

    I see it next below the ascii art work for credits where it starts:
    Processing . . .

    Computer_Name\User_Name: LAPTOP-M5******\*******

    Query : The term 'Query' is not recognized as the name of . . .
    Code:
    =====================================================================================================================================================================
                                                 ___        ___
                                                [ | ]      [ | ]   ┌───────┐   ╔════════════════════╗
                                                [=_=]      [=_=] ┌─│ ════ o│   ║                    ║
                                              ┌───┘          └───┘ ├───────┤   ║     Written by     ║       ╔═══════════════╗
                                              │ ╔══════════════╗   │[■■■■]o│   ║     Paul Black     ║       ║ ≡ ▲ ▼ ■ ◄ ► o ║
                                              │ ║              ║   ├───────┤   ║                    ║       ║───────────────║   ___
                                              │ ║  Written by  ║   │       │   ╚════════╤══╤══════o═╝       ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║  [ | ]
                                              │ ║  Paul Black  ║   │       │─────┘  ____│__│____   │  ___   ║┌─────────────┐║  [=_=]
                                              █ ║              ║   │       │─┐     /____________\  │ [ | ]  ║└/───────────\┘║────┘
                                              │ ╚══════════════╝   └───────┘ │ ________________    │ [=_=]  ╚/_____________\╝
                                              └/::::::::::::::::\      │     └/::::::::::::::::\   └───┘
                                              /:::::════════:::::\    /T\    /:::::════════:::::\
                                              ════════════════════    \_/    ════════════════════
    
     =====================================================================================================================================================================
    
     Processing . . .
    
     Computer_Name\User_Name: LAPTOP-M5******\*******
    
    Query : The term 'Query' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
    included, verify that the path is correct and try again.
    At line:1 char:2
    + (Query Session $Env:UserName) -Replace ('console', 'Console')
    +  ~~~~~
        + CategoryInfo          : ObjectNotFound: (Query:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    My report is 704KB long.
      My Computers


  9. Posts : 742
    Windows 7
       #19

    Anak said:
    Query : The term 'Query' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    Paul's running "fsutil Dirty Query" as a test for admin privileges. The script should prompt you if you want to run it as Administrator. If that's not working, run it inside an Admin CMD.
      My Computer


  10. Posts : 1,800
    10 Home 64-bit | v22H2 | Build - 19045.3930
       #20

    garlin said:
    Paul's running "fsutil Dirty Query" as a test for admin privileges. The script should prompt you if you want to run it as Administrator. If that's not working, run it inside an Admin CMD.
    I run all .bat files in an elevated cmd, but just to be sure I ran the .bat as admin and came up with the same result
    Code:
    =====================================================================================================================================================================
     Processing . . .
    
     Computer_Name\User_Name: LAPTOP-M5******\*******
    
    Query : The term 'Query' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
    included, verify that the path is correct and try again.
    At line:1 char:2
    + (Query Session $Env:UserName) -Replace ('console', 'Console')
    +  ~~~~~
        + CategoryInfo          : ObjectNotFound: (Query:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
    For: "fsutil Dirty Query" volume c: is not dirty.

    Tried running in elevated powershell but I'm not savvy to ps cmds.
      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 10:38.
Find Us




Windows 10 Forums