KB4598291 CU Windows 10 v2004 build 19041.789 and v20H2 19042.789 Win Update

Page 25 of 33 FirstFirst ... 152324252627 ... LastLast

  1. Posts : 1,201
    11 Home
       #240

    DJG said:
    Got it pinned to my task bar ...
    Which one? The one in %Windir%\System32 or the one in %Windir%\SysWOW64 or both of 'em?
      My Computers


  2. DJG
    Posts : 509
    Windows 10 Pro x64 22H2 19045.4239
       #241

    hdmi said:
    Which one? The one in %Windir%\System32 or the one in %Windir%\SysWOW64 or both of 'em?
    C:\Windows\System32\winver.exe
      My Computer


  3. Posts : 21,421
    19044.1586 - 21H2 Pro x64
       #242

    DJG said:
    Got it pinned to my task bar ...
    I guess having it pinned is faster then me hitting the Win Key and typing "Winver" as I currently do
      My Computer


  4. DJG
    Posts : 509
    Windows 10 Pro x64 22H2 19045.4239
       #243

    steve108 said:
    I guess having it pinned is faster then me hitting the Win Key and typing "Winver" as I currently do
    Yeah, I'm lazy ... err, efficient by nature
      My Computer


  5. Posts : 21,421
    19044.1586 - 21H2 Pro x64
       #244

    DJG said:
    Yeah, I'm lazy ... err, efficient by nature
    Hey, I'm never gonna' knock efficiency - my taskbar is too busy already due to my other "efficiencies" - so whatever works for you is good with me.
      My Computer


  6. DJG
    Posts : 509
    Windows 10 Pro x64 22H2 19045.4239
       #245

    steve108 said:
    Hey, I'm never gonna' knock efficiency - my taskbar is too busy already due to my other "efficiencies" - so whatever works for you is good with me.
    My taskbar and True Launch Bar thank you
      My Computer


  7. Posts : 21,421
    19044.1586 - 21H2 Pro x64
       #246

    DJG said:
    My taskbar and True Launch Bar thank you
    Ya' see, I just learned something: True Launch Bar • Superior replacement for standard Quick Launch
      My Computer


  8. DJG
    Posts : 509
    Windows 10 Pro x64 22H2 19045.4239
       #247

    steve108 said:
    It changed my life
      My Computer


  9. Posts : 1,201
    11 Home
       #248

    steve108 said:
    Well obviously I've missed something missed something here about @f14tomcat z ref'd .bat file and he'll be sure to let me know about it when he wakes up
    Try it like this:
    Code:
    @ECHO OFF
    SETLOCAL ENABLEDELAYEDEXPANSION
    
    FOR /F "tokens=* USEBACKQ" %%F IN (`REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName`) DO SET ProductName=%%F
    SET ProductName=%ProductName:*REG_SZ =%
    FOR /F "tokens=* Eol= " %%F IN ("%ProductName%") DO SET "ProductName=%%F"
    
    IF DEFINED ProgramFiles(x86) (SET OSType=x64) ELSE (SET OSType=x86)
    
    FOR /F "tokens=* USEBACKQ" %%F IN (`REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v DisplayVersion`) DO SET DisplayVersion=%%F
    SET DisplayVersion=%DisplayVersion:*REG_SZ =%
    FOR /F "tokens=* Eol= " %%F IN ("%DisplayVersion%") DO SET "DisplayVersion=%%F"
    
    SET UseExpresssion=Ver
    FOR /F "tokens=*" %%F IN ('%UseExpresssion%') DO SET OSBuild=%%F
    SET OSBuild=%OSBuild:*10.0.=%
    SET OSBuild=%OSBuild:~0,-1%
    
    ECHO %ProductName% %OSType% version %DisplayVersion% build %OSBuild%
    PAUSE
      My Computers


  10. Posts : 21,421
    19044.1586 - 21H2 Pro x64
       #249

    This is A Bridge Too Far - Wikipedia for me ATM

    hdmi said:
    Try it like this:
    Code:
    @ECHO OFF
    SETLOCAL ENABLEDELAYEDEXPANSION
    
    FOR /F "tokens=* USEBACKQ" %%F IN (`REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName`) DO SET ProductName=%%F
    SET ProductName=%ProductName:*REG_SZ =%
    FOR /F "tokens=* Eol= " %%F IN ("%ProductName%") DO SET "ProductName=%%F"
    
    IF DEFINED ProgramFiles(x86) (SET OSType=x64) ELSE (SET OSType=x86)
    
    FOR /F "tokens=* USEBACKQ" %%F IN (`REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v DisplayVersion`) DO SET DisplayVersion=%%F
    SET DisplayVersion=%DisplayVersion:*REG_SZ =%
    FOR /F "tokens=* Eol= " %%F IN ("%DisplayVersion%") DO SET "DisplayVersion=%%F"
    
    SET UseExpresssion=Ver
    FOR /F "tokens=*" %%F IN ('%UseExpresssion%') DO SET OSBuild=%%F
    SET OSBuild=%OSBuild:*10.0.=%
    SET OSBuild=%OSBuild:~0,-1%
    
    ECHO %ProductName% %OSType% version %DisplayVersion% build %OSBuild%
    PAUSE
      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 18:26.
Find Us




Windows 10 Forums