BWarmuskerken

Results 5 comments of BWarmuskerken

I seem to have this same issue, also with some Windows 2022 KBs. Has there been a work-around or fix posted?

the main issue is that MS changed the download links in the dialog. There is no longer a download.windowsupdate link in the dialog for Win 11, it is catalog.sf.dl.delivery.mp.microsoft.com. Changing...

Edit C:\Program Files\WindowsPowerShell\Modules\kbupdate\2.0.27\public\Get-KbUpdate.ps1 add if statement after line 693 $links = $downloaddialog | Select-String -AllMatches -Pattern "(http[s]?\://.*download\.windowsupdate\.com\/[^\'\""]*)" | Select-Object -Unique if (-not $links) { $links = $downloaddialog | Select-String -AllMatches...

I am by no means an expert, where does the change fail for you? On May 10, 2024 2:12 PM EDT tayzer522 ***@***.***> wrote:       I'm having this same issue. I've...

What I found is that even though you may close the ISE, you need to go to taskmanager and kill the powershell processes listed.  I stumbled on that for a...