diff --git a/Windows/Anleitung Win10 Custom-ISO erstellen.pdf b/Windows/Anleitung Win10 Custom-ISO erstellen.pdf new file mode 100755 index 0000000..55fd8fa Binary files /dev/null and b/Windows/Anleitung Win10 Custom-ISO erstellen.pdf differ diff --git a/Windows/Setup.ps1 b/Windows/Setup.ps1 new file mode 100755 index 0000000..2f1cab4 --- /dev/null +++ b/Windows/Setup.ps1 @@ -0,0 +1,18 @@ +Write-Host Richte arabisches und persisches Tastatur-Layout ein... -ForegroundColor Yellow + +$LanguageList = Get-WinUserLanguageList + +#Adds arabisch-Egypt, Persisch to layouts: +$LanguageList.Add("ar-EG") +$LanguageList.Add("fa-IR") + +#sets the entries we added above. +Set-WinUserLanguageList $LanguageList + +Write-Host Installiere chocolatey und weitere Software für das System -ForegroundColor Yellow + +#Install Chocolatey +Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) + +#Install Software with choclatey +choco install vlc 7zip gimp libreoffice-fresh keepass inkscape firefox thunderbird foxitreader --yes diff --git a/Windows/autounattend.xml b/Windows/autounattend.xml new file mode 100755 index 0000000..fee0594 --- /dev/null +++ b/Windows/autounattend.xml @@ -0,0 +1,64 @@ + + + + + + de-DE + + de-DE + de-DE + de-DE + de-DE + + + + + true + computertruhe + + + Always + + + + + + + de-DE + de-DE + de-DE + + de-DE + + + + true + true + true + true + 3 + + + + + ein Test + User + Administrators + User + + + + + + + + powershell -ExecutionPolicy Unrestricted -F C:\Setup.ps1 + adds keyboard layouts + 1 + false + + + + + +