Windows 10 Hotfix Repository

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    Did you enable dotnetfx35 or any other fod / lp after the integration of the LCU?
     
  2. Dgk

    Dgk MDL Member

    Jan 18, 2020
    145
    52
    10
    Any LTSC updates (17763.1217) after kb4551853? Windows Update keeps trying to install that one despite it being installed so I cant even check
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
  4. Dgk

    Dgk MDL Member

    Jan 18, 2020
    145
    52
    10
  5. geese howard

    geese howard MDL Member

    Aug 18, 2009
    102
    15
    10
    Dotnetfx after pt-br language integration
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    All after integrating the LCU? If yes, reintegrate the LCU (+ dotnetfx4x) after LP/Fod to update all.
     
  7. geese howard

    geese howard MDL Member

    Aug 18, 2009
    102
    15
    10
    i´ve download 19041.685, integrate LP, then use w10ui to integrate LCU and other updates.
     
  8. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,826
    2,426
    60
    Correct order:
    download .1 build -> integrate LP/FoD -> use the update overview post from enthousiast for the respective windows version to download relevant updates -> extract the downloaded .1 build to a folder and use w10ui against that folder.
     
  9. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,037
    2,005
    90
    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
     
  10. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    874
    30
    Or when you integrate the updates with W10UI use the Skip Edge option. I have no Edge, nada, non of that. :)
     
  11. 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"
        }
    }
     
  12. Mr Been

    Mr Been MDL Senior Member

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

    AveYo MDL Expert

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

    shhnedo MDL Expert

    Mar 20, 2011
    1,826
    2,426
    60
    Someone give this guy an effin' forum section already!!
     
  15. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,914
    5,753
    180
    HAPPY 1st PATCH TUESDAY of 2021
     
  16. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,760
    995
    180
    #11438 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.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    The meet now icon is present on all my tests.
     
  18. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,760
    995
    180