Fixed install and deploy tools
This commit is contained in:
14
InstallTools/unblock-Tools.cmd
Normal file
14
InstallTools/unblock-Tools.cmd
Normal 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
|
||||
Reference in New Issue
Block a user