Compare commits

..

No commits in common. "d034c3119726a83227c2df3f843568952b7e2f94" and "a500ea8b427a74e814c82976d4e928c10e16142a" have entirely different histories.

View file

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