steiner-gtk.de
Docs » Installation Feature Enablement per Script

Installation Feature Enablement per Script

Upgrade Windows 10 20H1/20H2/21H1/21H2 auf 22H2 per Startscript/Gruppenrichtlinie:

rem AUSLESEN OS-VERSION
systeminfo | find "Betriebssystemversion" >> \\dc2022\msi_client$\w1022h2\%computername%.log
rem ABFRAGE SPRUNGZIEL: INSTALLATION SCHON ERFOLGT
if exist \\dc2022\msi_client$\w1022h2\%computername%-w1022h2.log goto eof
\\dc2022\msi_client$\w1022h2\w1022h2_enable02.msu /quiet /norestart
rem LOG NACH INSTALLATION
echo "w1022h2 aktiviert" > \\dc2022\msi_client$\w1022h2\%computername%-w1022h2.log
:eof
Previous Next

steiner-gtk.de

Table of Contents

Impressum / Datenschutzerklaerung