DISCUSSION: Windows 8.1 Spring 2014 Update RTM

Discussion in 'Windows 8' started by Tito, Feb 20, 2014.

  1. bdl

    bdl MDL Addicted

    Aug 8, 2012
    579
    44
    30
  2. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,434
    11,772
    240
    best link? have you checked the first post in this thread?
    The 17031 build update is all the same. One file will be completely identical to any other one you download.
    Check your hashes with hashtab or something to verify.
     
  3. BAV0

    BAV0 MDL Expert

    Aug 25, 2011
    1,028
    1,315
    60
    This might be off-topic, but since when does Windows 8.1 include these right-click options? I don't think the "replace" and "insert" options were in 8.1 RTM... (this is 8.1, not the Update)
    Screenshot (14).png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,645
    93,744
    340
    Maybe one of the monthly rollups included it
    is this machine vanilla RTM or updated with WU? :D
     
  5. BAV0

    BAV0 MDL Expert

    Aug 25, 2011
    1,028
    1,315
    60
    It's fully updated, but I don't remember anyone reporting this before, so it must have been the last rollup or maybe the S14 Prequisite :eek:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. tN0

    tN0 MDL Member

    Apr 17, 2011
    120
    25
    10
    That's been there since RTM.

    Nothing new.
     
  7. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    LOL, @EFA11 posted the manufacturing article, so, the MSU's are final, and @arseny made a real nice fluke in his debunk thing. :D


    I have raised my force shield and standby for a warp-speed getaway, waiting for his backfire. :starwars: :laie:
     
  8. Humphrey

    Humphrey MDL Expert

    Dec 13, 2011
    1,455
    989
    60
    I attempted to install in the order the read me file said, the files from: Windows8.1.1_RTM_MSU_x64_BAV0
    None of the updates would install.
    I am working in a VM on Windows 8.1 (6.2 9200)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. victorios

    victorios MDL Member

    Oct 26, 2012
    245
    24
    10
    When Microsoft release news fixs for Windows 8.1 Update 1 RTM ?
     
  10. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,092
    24,402
    340
    That's Win 8 not Win 8.1 buddy ... :eek:. [6.3.9600] :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. arseny92

    arseny92 MDL Secret Weapon

    Sep 22, 2009
    570
    1,274
    30
    1. get-filehash c:\pathto\yourfile.ext -algorithm sha1
    2. echo profit

    or in bulk

    • Get-ChildItem * -include *.* | Get-FileHash -algorithm SHA1

    alternatively (for non windows 8.1 systems or PS version lower than 4.0) paste twice the code linked, to powershell ISE, and replace all the occurrences of md5 in the second function with sha1 (i.e. System.Security.Cryptography.SHA1CryptoServiceProvider etc), run, then use sha1hash yourfile.ext in the console section... not much of a problem.
     
  12. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,092
    24,402
    340
    #1877 s1ave77, Mar 20, 2014
    Last edited by a moderator: Apr 20, 2017
    Nice, can be done from CMD for a folder:

    Code:
    powershell get-filehash e:\###.PROGRAMME.###\WIN.8\###.UPDATES.###\Spring.2014.Update\*.msu -algorithm sha1
    I stand corrected :cool2:......

    Output:
    Code:
    Algorithm       Hash
    ---------       ----
    SHA1            2CE58DF63311828BEAEB43BDCEC562AC50CE2CF0
    SHA1            E6F4DA4D33564419065A7370865FAACF9B40FF72
    SHA1            F97D8290D9D75D96F163095C4CB05E1B9F6986E0
    SHA1            0D9E06A995EB9A2323C9FD10523929038F8838E2
    SHA1            6AEE5FDA6E2A6729D1FBAE6EAC08693ACD70D985
    SHA1            4ABC0A39C9E500C0FBE9C41282169C92315CAFC2
    SHA1            3ED1574369E36B11F37AF41AA3A875A115A3EAC1
    SHA1            89D4949CD698C645C7A6E96A012EECAB44D5C5E1
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,434
    11,772
    240
    #1878 murphy78, Mar 20, 2014
    Last edited by a moderator: Apr 20, 2017
    Excellent *rubs hands like a villain*
    I can work with that... tho perhaps we should stop off-topic'ing this thread haha
     
  14. victorios

    victorios MDL Member

    Oct 26, 2012
    245
    24
    10
    Sometimes, my charms bars freeze.
     
  15. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,092
    24,402
    340
    OK :good3:. Although i can see slight relevance here. At least better than refrainingly asking for new Leaks :smoking:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...