InitalCommit

This commit is contained in:
2021-07-15 15:28:03 +02:00
commit ca328d118c
14 changed files with 214 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
@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"