Start pwsh in a new window

This commit is contained in:
Manuel Thalmann 2023-06-22 15:02:36 +02:00
parent d6b6bd56e0
commit 19c388dcdb

View file

@ -1,4 +1,4 @@
@echo off
wpeutil SetKeyboardLayout 0807:00000807
echo Launching Startup Script...
X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"
start X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"