Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    4,835
    4,442
    150
  2. erpsterm35

    erpsterm35 MDL Expert

    May 27, 2013
    1,153
    761
    60
    aww crap abbodi.

    this Edge 85.0.564.67 version from the new 4562830 EP bundles those "buggy" Office PWAs :mad:

    I ended up running "setup.exe --uninstall --system-level --verbose-logging --force-uninstall" from the "C:\Program Files (x86)\Microsoft\Edge\Application\85.0.564.67\Installer" folder to uninstall Edge 85 and had to manually delete the Excel/Outlook/Powerpoint/Word start menu shortcut files and remove those uninstall entries relating to those Office app PWAs

    another friggin M$ blunder that they have to fix
     
  3. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    533
    415
    30
    Or when you integrate the updates with W10UI use the Skip Edge option. I have no Edge, nada, non of that. :)
     
  4. Dgk

    Dgk MDL Junior Member

    Jan 18, 2020
    75
    25
    0
    Here is a PS script that will uninstall it automatically:
    Code:
    Function UninstallMSEdge {
        Write-Output "Uninstalling Microsoft Edge..."
        $edgeBase = ${Env:ProgramFiles(x86)} + "\Microsoft\Edge\Application\"
        if (Test-Path "${edgeBase}msedge.exe" -PathType Leaf) {
            $ver = [System.Diagnostics.FileVersionInfo]::GetVersionInfo("${edgeBase}msedge.exe").FileVersion
            If ($null -ne $ver -And $ver.length -gt 4) {
                Write-Output "Version ${ver} detected"
            }
            $uninstall = "${edgeBase}${ver}\Installer\setup.exe"
            if (Test-Path $uninstall -PathType Leaf) {
                $params = @{
                    "FilePath"     = $uninstall
                    "ArgumentList" = "--uninstall","--system-level","--force-uninstall"
                    "Wait"         = $true
                    "PassThru"     = $true
                }
                $uprc = Start-Process @params
                #$uprc.ExitCode
            }
            else {
                Write-Error "Could not find Edge installer at $uninstall"
            }
        }
        else {
            Write-Output "Edge folder not found in $edgeBase"
        }
    }
     
  5. Mr Been

    Mr Been MDL Senior Member

    Feb 24, 2008
    262
    69
    10
    For me, this script is a NoGo!
     
  6. BAU

    BAU MDL Addicted

    Feb 10, 2009
    943
    2,041
    30
    Try this one
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. shhnedo

    shhnedo MDL Addicted

    Mar 20, 2011
    927
    1,273
    30
    Someone give this guy an effin' forum section already!!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    4,835
    4,442
    150
    HAPPY 1st PATCH TUESDAY of 2021
     
  9. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,013
    775
    180
    #11450 cuteee, Jan 12, 2021
    Last edited: Jan 12, 2021
    19042/20H2 is need update quickly.
    I hope the new update will get back the Meet Now icon.
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    The meet now icon is present on all my tests.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,013
    775
    180
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Mr Been

    Mr Been MDL Senior Member

    Feb 24, 2008
    262
    69
    10
    Thank you very much, your script is working like a charm
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    #11456 Enthousiast, Jan 12, 2021
    Last edited: Jan 13, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. KleineZiege

    KleineZiege MDL Addicted

    Dec 11, 2018
    525
    252
    30
    New public updates for 2004/9 (19041/2.745): ?
    Not
    19041.746

     
  16. nosirrahx

    nosirrahx MDL Addicted

    Nov 7, 2017
    873
    396
    30
    double checked on COU, .NET update for 2004/2009 claims it is not compatible
     
  17. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    563
    893
    30
    #11459 Krakatoa, Jan 12, 2021
    Last edited: Jan 12, 2021
    DotnetCU KB4580419 not new. Latest is KB4586876, but not new.
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    Because it's already installed, the links are from Oct. 2020:thinking: removed all old links from the post.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...