Windows 10 Hotfix Repository

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

  1. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
  2. orsone

    orsone MDL Junior Member

    Joined:
    Jul 28, 2014
    Messages:
    88
    Likes Received:
    8
    Trophy Points:
    0
  3. erpsterm35

    erpsterm35 MDL Expert

    Joined:
    May 27, 2013
    Messages:
    1,153
    Likes Received:
    761
    Trophy Points:
    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
     
  4. KedarWolf

    KedarWolf MDL Addicted

    Joined:
    Mar 17, 2016
    Messages:
    533
    Likes Received:
    415
    Trophy Points:
    30
    Or when you integrate the updates with W10UI use the Skip Edge option. I have no Edge, nada, non of that. :)
     
  5. Dgk

    Dgk MDL Junior Member

    Joined:
    Jan 18, 2020
    Messages:
    75
    Likes Received:
    25
    Trophy Points:
    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"
        }
    }
     
  6. Mr Been

    Mr Been MDL Senior Member

    Joined:
    Feb 24, 2008
    Messages:
    262
    Likes Received:
    69
    Trophy Points:
    10
    For me, this script is a NoGo!
     
  7. BAU

    BAU MDL Addicted

    Joined:
    Feb 10, 2009
    Messages:
    943
    Likes Received:
    2,042
    Trophy Points:
    30
    Try this one
     
  8. shhnedo

    shhnedo MDL Addicted

    Joined:
    Mar 20, 2011
    Messages:
    927
    Likes Received:
    1,273
    Trophy Points:
    30
    Someone give this guy an effin' forum section already!!
     
  9. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
    HAPPY 1st PATCH TUESDAY of 2021
     
  10. cuteee

    cuteee MDL Guru

    Joined:
    Oct 13, 2012
    Messages:
    5,013
    Likes Received:
    775
    Trophy Points:
    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.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    The meet now icon is present on all my tests.
     
  12. cuteee

    cuteee MDL Guru

    Joined:
    Oct 13, 2012
    Messages:
    5,013
    Likes Received:
    775
    Trophy Points:
    180
  13. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
  14. cuteee

    cuteee MDL Guru

    Joined:
    Oct 13, 2012
    Messages:
    5,013
    Likes Received:
    775
    Trophy Points:
    180
  15. Mr Been

    Mr Been MDL Senior Member

    Joined:
    Feb 24, 2008
    Messages:
    262
    Likes Received:
    69
    Trophy Points:
    10
    Thank you very much, your script is working like a charm
     
  16. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
  17. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    525
    Likes Received:
    252
    Trophy Points:
    30
    New public updates for 2004/9 (19041/2.745): ?
    Not
    19041.746

     
  18. nosirrahx

    nosirrahx MDL Addicted

    Joined:
    Nov 7, 2017
    Messages:
    873
    Likes Received:
    396
    Trophy Points:
    30
    double checked on COU, .NET update for 2004/2009 claims it is not compatible
     
  19. Krakatoa

    Krakatoa MDL Addicted

    Joined:
    Feb 22, 2011
    Messages:
    563
    Likes Received:
    893
    Trophy Points:
    30
    #11459 Krakatoa, Jan 12, 2021
    Last edited: Jan 12, 2021
    DotnetCU KB4580419 not new. Latest is KB4586876, but not new.
     
  20. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    Because it's already installed, the links are from Oct. 2020:thinking: removed all old links from the post.