diff --git a/weekbogo.ps1 b/weekbogo.ps1 index 2714e98..ed284d9 100644 --- a/weekbogo.ps1 +++ b/weekbogo.ps1 @@ -1,5 +1,5 @@ -# 실행시 권한 및 파일 서명관련 문제 생기면 실행 정책 변경(수동실행) -# Set-ExecutionPolicy Unrestricted +# 실행시 권한 및 파일 서명관련 문제 생기면 실행 정책 변경(수동실행) +# Set-ExecutionPolicy Remotesigned -Scope CurrentUser # 필요한 어셈블리 로드 Add-Type -AssemblyName System.Drawing