Windows 10 Hotfix Repository

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

  1. erpsterm35

    erpsterm35 MDL Expert

    May 27, 2013
    1,875
    1,749
    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
     
  2. KedarWolf

    KedarWolf MDL Addicted

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

    Dgk MDL Member

    Jan 18, 2020
    145
    52
    10
    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"
        }
    }
     
  4. Mr Been

    Mr Been MDL Senior Member

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

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    Try this one
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,676
    2,225
    60
    Someone give this guy an effin' forum section already!!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,824
    5,614
    180
    HAPPY 1st PATCH TUESDAY of 2021
     
  8. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,730
    982
    180
    #11448 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.
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,765
    450
    The meet now icon is present on all my tests.
     
  10. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,730
    982
    180
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,765
    450
  12. Mr Been

    Mr Been MDL Senior Member

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

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,765
    450
  14. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,694
    1,933
    60
    New public updates for 2004/9 (19041/2.745): ?
    Not
    19041.746

     
  15. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,245
    592
    60
    double checked on COU, .NET update for 2004/2009 claims it is not compatible
     
  16. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    667
    1,085
    30
    #11457 Krakatoa, Jan 12, 2021
    Last edited: Jan 12, 2021
    DotnetCU KB4580419 not new. Latest is KB4586876, but not new.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,765
    450
    Because it's already installed, the links are from Oct. 2020:thinking: removed all old links from the post.
     
  18. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,245
    592
    60
    Yep, seems to be some kind of miscommunication on their end.