Windows 10 Hotfix Repository

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

  1. cengizhan

    cengizhan MDL Senior Member

    Jul 29, 2009
    478
    154
    10
    #1281 cengizhan, Oct 3, 2015
    Last edited by a moderator: Apr 20, 2017
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,787
    340
    KB3093266 contains flash player, and it supersede kb3087040
    i assume when you ran dism /reset-base it uninstalled it
     
  3. 600415

    600415 MDL Member

    Aug 31, 2015
    223
    268
    10
    Abbodi, resetbase is disable in Windows 10
     
  4. cengizhan

    cengizhan MDL Senior Member

    Jul 29, 2009
    478
    154
    10
    thanks. so stupid WU installs a superseeded update. it seems that this stupid behaviour won't get fixed.
     
  5. cengizhan

    cengizhan MDL Senior Member

    Jul 29, 2009
    478
    154
    10
    who said this? it is not disabled. please dont spread false information. you can do a resetbase in an online system. with offline images windows 10 updates set pending flag. so it is not possible with win10 offline images.
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,787
    340
    May i ask what the reason for 1. ? :)

    if because servicing stack update is permanent, it can be removed with a simple trick modifying its main .mum file
     
  7. 600415

    600415 MDL Member

    Aug 31, 2015
    223
    268
    10
    there is a DsiableResetbase enry in registry
     
  8. gnugeek

    gnugeek MDL Member

    Nov 23, 2009
    171
    41
    10
    How do I uninstall those updates?
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,787
    340
    #1290 abbodi1406, Oct 4, 2015
    Last edited: Dec 5, 2017
    You will need a cmd with TrustedInstaller token (google NSudo), or take ownership of the .mum file

    - go to Control Panel > Programs and Features > View installed updates, and leave it open
    - go to C:\Windows\servicing\Packages and search for the main .mum file for the update, example:
    Code:
    Package_for_KB3081452
    - now open the "super" cmd, and use notepad to open the update main .mum
    taking KB3081452 x64 as example:
    Code:
    notepad C:\Windows\servicing\Packages\Package_for_KB3081452~31bf3856ad364e35~amd64~~10.0.1.0.mum
    - from 4th line, delete permanence="permanent"
    Code:
    <package identifier="KB3081452" applicabilityEvaluation="deep" releaseType="Update" restart="possible" selfUpdate="true" permanence="permanent">
    save the file
    - back to Installed Updates, right-click on the update entry and it Uninstall will be available (you may need to Refresh the view)

    of course you have to have the newer servicing stack update installed
    and better not to have any updates pending operations to avoid reboot[/B]
     
  10. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,397
    2,381
    60
    #1291 drew84, Oct 4, 2015
    Last edited: Oct 4, 2015
    Yes because of the permanence.
    I am aware of the .mum modification, but as previously dicussed with you when running Win 8.1
    On each occasion when looking at the .mum file for files that were giving me trouble I was unable
    to locate any section refering to the "Permanance" state. At the time you suggested that it may
    have had something to do with the use of the Reset Base option.

    Have not bothered with that method since then.... but will now revisit (Thanks abbodi)

    Edit: Thanks also for the refresher
     
  11. MJ_A

    MJ_A MDL Novice

    Feb 28, 2013
    24
    3
    0
    #1292 MJ_A, Oct 8, 2015
    Last edited: Oct 8, 2015
    Hi
    I installed Windows 10 Pro RTM X64 about a month ago and because i don't want windows to updates itself, disabled WU through Group Policy. then i download and install the following updates offline: kb3081449, kb3081452, Cumulative Update kb3081455 and kb3087040 for IE flash player (by checking here to know which updates i need). now i want to install new Cumulative Update kb3093266.
    Should (can) i uninstall my previous Cumulative Update: kb3081455 and then install new one: kb3093266? or just install kb3093266 without uninstalling previous Cumulative Update? and if yes, how to uninstall? just uninstalling through: Control Panel\Program and Features\Installed Updates is enough? or there is something else i should do?
    And i read your recent comments and find out kb3081449 superseded by kb3093266 and kb3087040 exists in kb3093266. should (can) i uninstall them too before installing it?

    Thanks a lot
     
  12. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    Does the GDR (update.mum) , LDR (update-bf.mum) system still apply in Win10?

    I'm using more or less the same script to integrate win10 updates to install.wim unless someone here tells me its not fine.
     
  13. PointZero

    PointZero MDL Member

    Oct 5, 2011
    1,415
    3,777
    60
    biatche: MS must be phasing out the LDR branch.. Nothing with LDR has been released for Win10. Even with Win8.1, only the .NET updates had LDR. A lot simpler than it was/is with Win7 updates.
     
  14. acyuta

    acyuta MDL Expert

    Mar 8, 2010
    1,709
    397
    60
    Been a week now and no new updates. Perhaps will be combined with Patch Tuesday. My policy is to generally now ignore this weekly update (since we do not know what is in it and one hardly sees any change). Just skip 1 and install the next, and so on.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,787
    340
    @MJ_A
    It's always better to install new updates before uninstalling superseded updates
     
  16. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,397
    2,381
    60
    Any reason for implementing this method??
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,787
    340
    Installing new updates makes the newer-version components as the active components (sxs winners)
    and then uninstalling superseded updates won't affect the status of components

    whereas uninstalling superseded updates first will revert active components to older version, then installing new updates will change active components to new version
    too much unnecessary servicing, and could cause errors if other updates depend on a specific components version