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