Remove unnecessary code

This commit is contained in:
Manuel Thalmann 2023-06-22 14:11:04 +02:00
parent ccdccada40
commit d034c31197

View file

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