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