cschneegans / unattend-generator

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

Question: Works for Server Versions? Can it remove unnecessary stuff? #103

Closed FSquant closed 1 week ago

FSquant commented 1 week ago

Hi,

does the tool work for Windows Server Versions as well?

Can it remove all that garbage:

Regards

cschneegans commented 1 week ago

The autounattend.xml process in general and the autounattend.xml files generated by my service in particular do work with Windows 10 and 11 Server/Enterprise editions, yes.

Bloatware removal will almost certainly work as well.

The form also offers a setting to disable Windows Defender services. To stop or disable other services, you need to add custom scripts in the Scripts to run in the system context, before user accounts are created section and call sc.exe or Set-Service.