You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
created one file names "windows10.0-kb5048160-x64-ndp48_16a85e7f78e36c3237cfe6f2a565a45c4027464c.msu windows10.0-kb5048161-x64-ndp481_80d0836a9fb32694631d804a208ad1497c9e6adb.msu"
instead of creating 2 seperate files. the one file also has the size of only one, so its overwritten
KrX3D
added a commit
to KrX3D/kbupdate
that referenced
this issue
Dec 28, 2024
…KB Name
Fix for potatoqualitee#224
When a given -Name parameter corresponds to multiple updates (download links), all files are downloaded to the same filename, causing each subsequent file to overwrite the previous one. Additionally, the resulting filename includes all update names concatenated together.
hi
i tried to dowload the update with
Save-KbUpdate -Name kb4052623 -Architecture x64-Path C:\Updates
but i always get this warning
WARNUNG: [18:40:51][Save-KbUpdate] Could not find architecture match, downloading all
it saves than 1 file with the name off all 3 files
updateplatform_0456e6719c3ee098af03b785230ac020643fa1ac.exe updateplatform_eaf76728f00b841dc9b3b1722f778e50ed59438a.exe updateplatform_19608225e67d613b65e183e1ca4159bc915cf331.exe
the filesize is 4.57mb.
i also tried it with arm64:
Save-KbUpdate -Name kb4052623 -Architecture arm64 -Path C:\Updates
and also without the Architecture parameter
with the same result. i used arm64 since when i try:
Get-KbUpdate -Name KB4052623
it shows me 9 updates and this is the one i need (which says arm64, but it has 3 links for x64, x86 and arm64)
so am i doing something wrong?
for now i created this script which gets and downloads the x64 file i want, but using one line of code with Save-KbUpdate would be nicer
The text was updated successfully, but these errors were encountered: