Seite 1 von 1

Customized windows 10

Verfasst: 31 Mär 2020, 16:17
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

Re: Customized windows 10

Verfasst: 31 Mär 2020, 18:33
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

Re: Customized windows 10

Verfasst: 01 Apr 2020, 08:31
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

Re: Customized windows 10

Verfasst: 08 Apr 2020, 12:05
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.

Re: Customized windows 10

Verfasst: 10 Apr 2020, 01:49
von Lorenz
Hi,
thanks for your help.
I will follow the WIKI a look.

Best Wishes
Lorenz