Compare commits
No commits in common. "d034c3119726a83227c2df3f843568952b7e2f94" and "a500ea8b427a74e814c82976d4e928c10e16142a" have entirely different histories.
d034c31197
...
a500ea8b42
1 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
||||||
@echo off
|
@echo off
|
||||||
DISM /Online /Set-InputLocale:de-CH
|
rem
|
||||||
echo Launching Startup Script...
|
rem Run PowerShell script to start Windows Setup
|
||||||
X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"
|
rem
|
||||||
|
cls
|
||||||
|
echo.
|
||||||
|
echo Starting windows Setup...
|
||||||
|
X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1";
|
||||||
|
|
Loading…
Reference in a new issue