Windows 10: Full build number

Discus and support Full build number in Windows 10 Support to solve the problem; Is there a command or power shell script to show the full version and build number. I am trying to find the following for example on remote pc's... Discussion in 'Windows 10 Support' started by markiejd, Oct 29, 2016.

  1. markiejd Win User

    Full build number


    Is there a command or power shell script to show the full version and build number. I am trying to find the following for example on remote pc's

    Build 14393.351

    Thanks

    :)
     
    markiejd, Oct 29, 2016
    #1

  2. tiworker.exe problem

    Type winver in search and provide the full version number of your build.
     
    Computerabber, Oct 29, 2016
    #2
  3. Rohn007 Win User
    Display full version info, not just build number

    Yes, that is the information I would like to see.

    While it is definitely appropriate to show all of that extra info on a Preview release, I would like to see more on the GA release

    I wouldn't object to tightening it up:

    "Windows 10 Pro Insider Preview" is replaced by "Windows 10 Home" or "Windows 10 Pro"

    "Evaluation copy" would not be there for a GA release.

    Build is OK or could be abbrevieated to "B"

    Same with Release, abbrev to "R"

    It wouldn't hurt to put the date on a separate line from build so that build info would not spread that far to the left

    All in all, the GA version would be much shorter without any extra trimming.

    Yes, I understand that some people would not want to see that extra info, but for the most part, the people who go to the bother turn it on probably would not object to a little extra detail...

    Of course the date in the task bar has noting to do with the build date. I don't have that problem because I default my task bar to the top of the screen, so that ti is closer to the phat ribbon, or the wonderful menu (no UI bias here ....) <grin>
     
    Rohn007, Oct 29, 2016
    #3
  4. Brink
    Brink New Member

    Full build number

    Brink, Oct 29, 2016
    #4
  5. bfunke Win User
    In the search box type "winver" and hit enter
     
    bfunke, Oct 30, 2016
    #5
  6. markiejd Win User
    I need to get off the remote machines the build number as per below as in whether .321 or .351

    We have clients thinking they are on the latest version on .321 that windows says it is up to date

    We have on some had to update to the latest version manually. I am trying to find this version number on all remote machines

    Please also see link at the bottom

    Thanks,

    Updates for Windows 10 Version 1607

    Starting with the update released on October 11, 2016 (KB3194798), all update info listed for Windows 10 Version 1607 also applies to Windows Server 2016, unless stated otherwise.

    Show all

    October 27, 2016—KB3197954 (OS Build 14393.351)

    October 11, 2016—KB3194798 (OS Build 14393.321)


    https://support.microsoft.com/en-us/...update-history
     
    markiejd, Oct 30, 2016
    #6
  7. NavyLCDR New Member
    I haven't figured out a domain, username and password combination that works on my remote computer yet, but look for the hotfix (KB number) of the latest cumulative update in the results:
    Code: C:\WINDOWS\system32>systeminfo /? SYSTEMINFO [/S system [/U username [/P [password]]]] [/FO format] [/NH] Description: This tool displays operating system configuration information for a local or remote machine, including service pack levels. Parameter List: /S system Specifies the remote system to connect to. /U [domain\]user Specifies the user context under which the command should execute. /P [password] Specifies the password for the given user context. Prompts for input if omitted. /FO format Specifies the format in which the output is to be displayed. Valid values: "TABLE", "LIST", "CSV". /NH Specifies that the "Column Header" should not be displayed in the output. Valid only for "TABLE" and "CSV" formats. /? Displays this help message.[/quote] On the computer I am actually logged into:

    Code: C:\WINDOWS\system32>systeminfo /s JOHN-LAPTOP Host Name: JOHN-LAPTOP OS Name: Microsoft Windows 10 Pro OS Version: 10.0.14393 N/A Build 14393 OS Manufacturer: Microsoft Corporation OS Configuration: Standalone Workstation OS Build Type: Multiprocessor Free Registered Owner: John Registered Organization: Product ID: 00330-80000-00000-AA383 Original Install Date: 10/5/2016, 2:52:27 PM System Boot Time: 10/31/2016, 2:57:49 AM System Manufacturer: ASUSTeK COMPUTER INC. System Model: X750JA System Type: x64-based PC Processor(s): 1 Processor(s) Installed. [01]: Intel64 Family 6 Model 60 Stepping 3 GenuineIntel ~2200 Mhz BIOS Version: American Megatrends Inc. X750JB.208, 8/14/2013 Windows Directory: C:\WINDOWS System Directory: C:\WINDOWS\system32 Boot Device: \Device\HarddiskVolume2 System Locale: en-us;English (United States) Input Locale: en-us;English (United States) Time Zone: (UTC-08:00) Pacific Time (US & Canada) Total Physical Memory: 15,821 MB Available Physical Memory: 13,513 MB Virtual Memory: Max Size: 18,253 MB Virtual Memory: Available: 16,031 MB Virtual Memory: In Use: 2,222 MB Page File Location(s): C:\pagefile.sys Domain: HAVERCROFT Logon Server: \\JOHN-LAPTOP Hotfix(s): 8 Hotfix(s) Installed. [01]: KB3176935 [02]: KB3176936 [03]: KB3176937 [04]: KB3194343 [05]: KB3199209 [06]: KB3199986 [07]: KB3201860 [08]: KB3197954 Network Card(s): 2 NIC(s) Installed. [01]: Intel(R) Dual Band Wireless-AC 7260 Connection Name: Wi-Fi DHCP Enabled: Yes DHCP Server: 192.168.1.1 IP address(es) [01]: 192.168.1.102 [02]: fe80::8c01:52d7:a423:bcc9 [02]: Bluetooth Device (Personal Area Network) Connection Name: Bluetooth Network Connection Status: Media disconnected Hyper-V Requirements: VM Monitor Mode Extensions: Yes Virtualization Enabled In Firmware: Yes Second Level Address Translation: Yes Data Execution Prevention Available: Yes[/quote] Run the output through fndstr for the latest KB number you are looking for. If the hotfix is installed, you will get a line returned. If not, you will get null returned:

    Code: C:\WINDOWS\system32>systeminfo /s JOHN-LAPTOP|findstr /i "KB3197954" [08]: KB3197954 C:\WINDOWS\system32>systeminfo /s JOHN-LAPTOP|findstr /i "KB9999999"[/quote]
     
    NavyLCDR, Oct 30, 2016
    #7
  8. markiejd Win User

    Full build number

    Thanks for that spot on
     
    markiejd, Nov 1, 2016
    #8
  9. Bree New Member
    @markiejd If you want to get the build number in full in a command prompt, one way would be not to ask the system for the build number, rather to read the metadata for a significant system file - such as Explorer.exe - using:

    WMIC Path CIM_DataFile WHERE Name='c:\\windows\\explorer.exe' Get Version | find "10"


    Full build number [​IMG]
     
    Bree, Nov 1, 2016
    #9
  10. markiejd Win User
    Thanks very much this is just what I needed. Have been able to add in to my rmm and now can see what versions all the machines are on.
     
    markiejd, Apr 4, 2018
    #10
Thema:

Full build number

Loading...
  1. Full build number - Similar Threads - Full build number

  2. My Build number

    in Windows 10 Gaming
    My Build number: My Build number https://answers.microsoft.com/en-us/windows/forum/all/my-build-number/0416772d-f225-41a2-8d53-c8a0fe242ac5
  3. My Build number

    in Windows 10 Software and Apps
    My Build number: My Build number https://answers.microsoft.com/en-us/windows/forum/all/my-build-number/0416772d-f225-41a2-8d53-c8a0fe242ac5
  4. Build number and update failure

    in Windows 10 Installation and Upgrade
    Build number and update failure: Hi my computer wasnt working properly so i decided to reinstall windows 10. My OS build number shows 19042.631 but in the update section it shows me the cumulative update KB4598242 which is supposed to be for build no 19041.746 if im not wrong. Everytime it shows that the...
  5. Windows 10 Build numbers

    in Windows 10 Updates and Activation
    Windows 10 Build numbers: Hi, I need to know what W10 build is installed on my Dell computer. The W10 part number is GMFF7. The Service Tag is J7RR753. I need to obtain this information WITHOUT powering the unit. Thanks....
  6. update to build number 1903

    in Windows 10 Drivers and Hardware
    update to build number 1903: i am unable to update to the latest build number as bluetooth driver out of date https://answers.microsoft.com/en-us/windows/forum/all/update-to-build-number-1903/30ff5c50-95d6-4f3b-a69b-898282c32f85
  7. difference in windows build numbers

    in Windows 10 Gaming
    difference in windows build numbers: will my game run perfectly if the build number of my windows is not as per the game specifications? https://answers.microsoft.com/en-us/windows/forum/all/difference-in-windows-build-numbers/359b56b1-5449-4591-9837-3a4375937f46
  8. Version & Build numbers

    in Windows 10 Updates and Activation
    Version & Build numbers: Quick question: WinVer shows I am running Version 1903 (Build 18362.356); so am I on 19H1? I see sites that show: Windows 10 build 18323 (version 19h1 1903), another shows: Windows 10 build 18317 (19H1). These numbers are just confusing. 142776
  9. Logical build numbers.

    in Windows 10 Installation and Upgrade
    Logical build numbers.: I have been thinking about the build numbering system. I think that there would be more sense if the numbers meant something. My idea; First 2 numbers are the year, the next 3 divided; 000 to 499 for the first half of the year and 500 to 999 for the second part of the...
  10. Where is build number?

    in Windows 10 Support
    Where is build number?: [img] [img] [img] I can't find screenshot "can't find". I have This PC properties screenshot "my system". I have in settings screenshot "my settings". I've been thru all icons and still can't find screenshot "can't find". Don Cole 92385