14 lines
577 B
Batchfile
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 |