cschneegans / unattend-generator

.NET Core library to create highly customized autounattend.xml files
https://schneegans.de/windows/unattend-generator/
MIT License
659 stars 60 forks source link

[REQUEST] Disable Notifications #111

Open johnw41 opened 1 week ago

johnw41 commented 1 week ago

Hello. How can disable some notifications

  1. Personalisation-Start. all this notification
  2. Privacy & Security- General. all this notification
  3. Privacy & Security- Notifications Thanks
cschneegans commented 1 day ago

I understand that you would like to disable these settings:

image

image

But I am not quite sure where to find the third setting you are referring to.

cschneegans commented 1 day ago

Note to self:

Personalization > Start > Show account-related notifications can be be disabled with this .reg file:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_AccountNotifications"=dword:00000000

Privacy & security > General > Show me notifications in the Settings app can be disabled with this .reg file:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SystemSettings\AccountNotifications]
"EnableAccountNotifications"=dword:00000000
johnw41 commented 1 day ago

I just add them to my autounattend file. Thank you very much. Great page, perfect generator