winiso-valhalla/winfs/Scripts/Startup.cmd

9 lines
187 B
Batchfile
Raw Normal View History

@echo off
rem
rem Run PowerShell script to start Windows Setup
rem
cls
echo.
echo Starting windows Setup...
2023-06-21 19:31:49 +00:00
X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1";