Set keyboard layout during setup
This commit is contained in:
parent
c69b7e33c2
commit
ccdccada40
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue