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
|
||||
rem
|
||||
rem Run PowerShell script to start Windows Setup
|
||||
rem
|
||||
cls
|
||||
echo.
|
||||
echo Starting windows Setup...
|
||||
X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1";
|
||||
DISM /Online /Set-InputLocale:de-CH
|
||||
echo Launching Startup Script...
|
||||
X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"
|
||||
|
|
Loading…
Reference in a new issue