We're using SCCM 2012 to deploy Windows Updates on our domain, and our Windows 8 clients have started failing with error 80240438 when they try to update. Windows 7 clients update fine, but Windows 8 clients refuse to do anything. I've done a search online and it seems to only [...] read more
Long time/first time...Using official AWS Windows 2019 AMI ("ami-0229f7666f517b31e" on "us-east-1"), we spin up a new instance and perform the a few basic tasks (Using "user_data" option) via PowerShell: * Start logging Start-Transcript -Path "c:\user-data.txt" * Change local "Administrator" password: $admin = [adsi]("WinNT://./administrator, user") $admin.PSBase.Invoke("SetPassword", "${password}") * Enable/Configure WinRM for [...] read more
Hi I'm trying to make a C# app that can check for missing windows updates. I can get my code to work when a user is logged in as that seems to sort out my proxy authentication issues but I want it to run on startup, before a user logs [...] read more
I updated to the latest Windows 10 (1809) with the windows update assistant and now I get constantly error messages in the messaging center, that something couldn't be installed. If I click on it I come to the optional features. If I look in the history the following packages couldn't [...] read more
Does anyone know which Cipher Suite needs to be enabled on a Win10 machine to download packages from the Windows store. I need to configure my device with a subset of ciphers and when I do it fails with error 0x80240438. I used fiddler and i saw the connection from [...] read more
When attempting to upgrade from Windows 10 1803 to 1809, I get a failure every time. I tried Microsoft support and three reps were unable to assist me. I tried disabling all the startup programs, running the update troubleshooting tool, running Windows 10 update assistant, and downloading / installing from [...] read more