This repository has been archived on 2023-05-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SysTools/DeployTools/KickStart_Deploy-FirstBoot.cmd
2021-07-15 15:28:03 +02:00

14 lines
626 B
Batchfile

@echo off
REM ###################################################
REM # @description: #
REM # Opens Deploy-FirstBoot.ps1 in powershell with #
REM # Process ExecutionPolicy set to Unrestricted #
REM # #
REM # @project: IMGSystTools #
REM # @author: Bram Prieshof #
REM ###################################################
echo Starting deployment script...
PowerShell.exe "Set-ExecutionPolicy -Scope Process Unrestricted -Force; C:\SysTools\DeployTools\Deploy-FirstBoot.ps1"