5
0
Fork 0
mirror of https://codeberg.org/Computertruhe/Setup-Skripte.git synced 2025-06-29 20:06:21 +02:00

recropped some images to make them fit better, corrected a wrong link and file-name in the instructions and moved Setup.ps1 and autounattend.xml to correct spot

This commit is contained in:
Stefan 2020-02-11 18:12:20 +01:00
parent 9084f372d2
commit 2d35e2f63d
14 changed files with 3 additions and 3 deletions

18
windows/Setup.ps1 Normal file
View file

@ -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