Fixed install and deploy tools

This commit is contained in:
2021-07-16 13:36:59 +02:00
parent ca328d118c
commit 4fe6fe40c5
6 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
@echo off
REM ###############################################################
REM # @description: #
REM # Unblocks all files from this repo so SmartScreen is happy #
REM # #
REM # @project: IMGSystTools #
REM # @author: Bram Prieshof #
REM ###############################################################
PowerShell.exe "dir -Path 'C:\SysTools' -Recurse | Unblock-File"
echo Unblock [OK]
pause