Reptaiin

Results 9 comments of 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: > > ![image](https://private-user-images.githubusercontent.com/30263434/379298794-8c1a06d5-30a3-492a-a57f-bc66acf84cb1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjk3MzMwOTYsIm5iZiI6MTcyOTczMjc5NiwicGF0aCI6Ii8zMDI2MzQzNC8zNzkyOTg3OTQtOGMxYTA2ZDUtMzBhMy00OTJhLWE1N2YtYmM2NmFjZjg0Y2IxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDI0VDAxMTk1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE1ZjBhY2FlMGI1NzY3OTkwMWI3YTM1ZDU4N2QxMmRmMGI0ZjE5NTkzYzhlMDY1NGJiZWM3Y2Q0ZTMyNTk3YzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Hgh0sWGAsLUl7USQW_wm9FNaWYp1dBEvWAoDI_V-J_0)...

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...