Customized windows 10

Antworten
Lorenz
Beiträge: 6
Registriert: 31 Mär 2020, 14:31

Customized windows 10

Beitrag von Lorenz »

Hello there:

I start with the OPSI 4.1 right now, I found it's very powerful. :D :D
Currently, I am not clear about the unattend.xml and the script.
For example, I want to disable the normal administrator account and create the new localadmin account , I follow the help file from this forum "viewtopic.php?f=8&t=9444&p=42094&hilit= ... tor#p42094", But I don't know where to add this script.

Also if I want to disable the UAC, where I can finish it?
All those stuff like OS Customizing is better start from where? the unattend file, the script or the template?
I also checked the manual, but I am confused about the tools like script, xml, cmd...
Thanks for if somebody could give me a short tips about this?

Best Regards
Lorenz
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1354
Registriert: 01 Jul 2008, 12:10

Re: Customized windows 10

Beitrag von wolfbardo »

Lorenz hat geschrieben: Currently, I am not clear about the unattend.xml and the script.
From my personal point of view I would recommend using the

opsi/unattend.xml.template

as

custom/unattend.xml

Further customzing could be done via opsi-script (see for instnance windowmain and activate-win)
and after joining your AD via policies

regards,
bardo wolf


OPSICONF 2024
https://opsi.org/en/opsiconf/

opsi-Basisworkshops:

22. - 25. 04. 2024


opsi support - uib gmbh
For productive opsi installations we recommend maintainance + support contracts which are the base of opsi development.

http://www.uib.de
Lorenz
Beiträge: 6
Registriert: 31 Mär 2020, 14:31

Re: Customized windows 10

Beitrag von Lorenz »

Hello Bardo :

Thanks for your information .
Currently, I could install install Windows 10 via PXE UEFI booting, and use the windomain for joining the domain.

So if I want to disable the default administrator account, which one is easy for me?
Is it possible via the unattend.xml? this I have to use the Microsoft tools named WAIK?

Or I use the posted help solution script. how I can create my script?

Sorry, so many questions, but I will follow the manual ASAP.

Best Regards
Lorenz
Benutzeravatar
SisterOfMercy
Beiträge: 1522
Registriert: 22 Jun 2012, 19:18

Re: Customized windows 10

Beitrag von SisterOfMercy »

Lorenz hat geschrieben: So if I want to disable the default administrator account, which one is easy for me?
Is it possible via the unattend.xml? this I have to use the Microsoft tools named WAIK?
Do not use the WAIK or unattended.xml for stuff like this. Use opsi-script with a winbatch section:

Code: Alles auswählen

[Winbatch_disable_administrator]
"%SystemRoot%\system32\net.exe" user administrator /active:no
Read the manual, use opsi-template, look in the wiki for examples.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Lorenz
Beiträge: 6
Registriert: 31 Mär 2020, 14:31

Re: Customized windows 10

Beitrag von Lorenz »

Hi,
thanks for your help.
I will follow the WIKI a look.

Best Wishes
Lorenz
Antworten