Hmmm, if its not possible to get around the update showing issue, I might have to include both the 6161 and 6225 versions, since for people with WU turned on not doing so would create an annoyance. Seems stupid and pointless though!
I just notice that you need to change something in the update.cmd in the Windows Hotfix repository in order to install some updates. For example Windows6.1-KB2604521-v2-x64 won't install with update.cmd. I changed something in update.cmd and it installed fine replace Code: IF EXIST "%TEMP%\updates.install\unpacked\%%A\update-bf.mum" ( dism /Online /LogPath:"%~dp0DISM.log" /Add-Package /PackagePath:"%TEMP%\updates.install\unpacked\%%A\update-bf.mum" /NoRestart /Quiet ) ELSE ( dism /Online /LogPath:"%~dp0DISM.log" /Add-Package /PackagePath:"%TEMP%\updates.install\unpacked\%%A\update.mum" /NoRestart /Quiet ) with Code: IF EXIST "%TEMP%\updates.install\unpacked\%%A\update-bf.mum" ( dism /Online /LogPath:"%~dp0DISM.log" /Add-Package /PackagePath:"%TEMP%\updates.install\unpacked\%%A\update-bf.mum" /NoRestart /Quiet ) IF EXIST "%TEMP%\updates.install\unpacked\%%A\update.mum" ( dism /Online /LogPath:"%~dp0DISM.log" /Add-Package /PackagePath:"%TEMP%\updates.install\unpacked\%%A\update.mum" /NoRestart /Quiet )
On x64 architecture KB2592546 partially supersedes KB2532445v2 which is already in the list hence just deleting KB2592546 is sufficient.
Well, KB2592546 is meant for Bulldozer users, and it's broken for them. So for the rest of us is as useless as for the Bulldozer users. I really don't understand the logic in keeping it, but hey, you're the boss, you know better. I'm deleting it on my system. And thank you SoLor and komm for explaining the difference betweek that LDR folder / placeholders and LDR updates.
logic is instead we have 2 different OS-Kernel versions on 2 different architectures and this way there is only one oh well... so people will stop complaining ill remove it for me it wasnt about being a boss or anything, its being practical those 2 buldozer users can remove it them self and rest of us can use it and have no issues...