Compare commits

..

3 commits

Author SHA1 Message Date
d034c31197 Remove unnecessary code 2023-06-22 14:11:04 +02:00
ccdccada40 Set keyboard layout during setup 2023-06-22 14:10:49 +02:00
c69b7e33c2 Fix typo 2023-06-22 14:08:06 +02:00

View file

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