fr33thytweaks / Ultimate-Windows-Optimization-Guide

181 stars 16 forks source link

Update 4 Autounattend.ps1 #18

Closed StenguyzCSGO closed 1 month ago

StenguyzCSGO commented 1 month ago

Add language choice and account password.

This is the first time I've made a pull request and developed in ps1/xml. So I apologize if the request or the code isn't perfect.

But I thought it might be interesting to choose at least the language of the desired Windows installation, and as a bonus to choose a password yes or no.

I haven't tested formatting with this Autounattend.xml. So I don't know if the choice of language and password work, but in principle I think they do.

I hope you could help me improve this code, but I think it's already a good thing done to facilitate the user experience.

fr33thytweaks commented 1 month ago

There is no need as language and password can be changed/added on deployment when windows is installed. The point of the autounattend is to save time, not make more steps for the user to input.

Thank you for this, although its not what i envisioned for the guide.