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/InstallTools/unblock-Tools.cmd

14 lines
577 B
Batchfile

@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