Search Results

Found 1 results for "9061ffe46cde13d3ed1ef31e9504a47c" across all boards searching md5.

Anonymous /g/106007395#106027241
7/26/2025, 1:00:23 AM
>>106015385
Note that I suck a lot of cock - I just realized SConfig is now a PowerShell module since Server 2022. You want to copy over the entire contents of %SystemRoot%\System32\WindowsPowerShell\v1.0\Modules\Microsoft.ServerCore.SConfig\2.0.0.0 from your Server edition ISO.
Having rifled through the cmdlet definitions (most notably SConfig.Update.psm1), it enables and disables auto-update by tapping on the HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU!AUOptions registry value (the same one Group Policy does), and actually performs downloading and installing updates by scripting the Microsoft.Update.ServiceManager COM interface - again, nothing that can't be done on client SKUs.