Reptaiin
Reptaiin
> there is no unicode equivalent of the msn blush emoji, we really need a way to express that energy which is how i feel most of the time >...
Regarding the powerplan, does Windows PE also use this? So that when you run the installer it runs in High Perfomance/Ultimate as well.
I believe this is the correct one: ``` [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "ExcludeWUDriversInQualityUpdate"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings] "ExcludeWUDriversInQualityUpdate"=dword:00000001 ``` I'll be testing this first: > This setting is stored in the registry at this key: >...
> I believe this is the correct one: > > ``` > [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] > "ExcludeWUDriversInQualityUpdate"=dword:00000001 > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings] > "ExcludeWUDriversInQualityUpdate"=dword:00000001 > ``` > > I'll be testing this first: >...
> > Should this be done in "Scripts to run in the system context, before user accounts are created"? > > .reg files with `[HKEY_LOCAL_MACHINE\…]` keys need to go to...
> Please try > > ``` > [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] > "ExcludeWUDriversInQualityUpdate"=dword:00000001 > ``` > > next. This is the registry value that is controlled by this group policy: > > ...
Thanks! I will be testing this with the latest 24H2 ISO and report back shortly.
> [4644b24](https://github.com/cschneegans/unattend-generator/commit/4644b24f807390f037a5206bb1a4cb9db2dffbaa) adds a scheduled task that periodically updates several values in `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]` to pause updates for one week again and again. This approach seems quite elegant to me, but...
Aren't these Windows Store updates? ``` PS C:\WINDOWS\system32> Get-WinEvent -ProviderName 'Microsoft-Windows-WindowsUpdateClient' | Select-Object -ExpandProperty 'Message' | Sort-Object -Unique; Ein Update wurde heruntergeladen. Es wurden 0 Updates gefunden. Es wurden 1...