Set keyboard layout during setup

This commit is contained in:
Manuel Thalmann 2023-06-22 14:10:49 +02:00
parent c69b7e33c2
commit ccdccada40

View file

@ -4,5 +4,6 @@ rem Run PowerShell script to start Windows Setup
rem rem
cls cls
echo. echo.
echo Starting windows Setup... DISM /Online /Set-InputLocale:de-CH
echo Launching Startup Script...
X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1" X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"