winiso-valhalla/winfs/Scripts/Startup.cmd

10 lines
224 B
Batchfile
Raw Normal View History

@echo off
rem
rem Run PowerShell script to start Windows Setup
rem
cls
echo.
2023-06-22 12:10:49 +00:00
DISM /Online /Set-InputLocale:de-CH
echo Launching Startup Script...
2023-06-22 12:08:06 +00:00
X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"