cmatrix
1.0.0
PowerShell
통한 Windows에 대한 매트릭스 효과
Open Windows Powershell
(경우에 따라 관리자 권한이 필요할 수 있음)
git clone https://github.com/matriex/cmatrix
사용하여 cmatrix.psm1을 다운로드하고 저장하십시오.
모듈 가져 오기, 타임 아웃을 설정하고 활성화하십시오.
Set-Executionpolicy remotesigned
Import-Module .cmatrix
Set-ScreenSaverTimeout - Seconds 5
Enable-ScreenSaver
만족하면 $env:PSModulePath
통해 얻을 수있는 모듈 폴더 중 하나에도 넣을 수 있습니다. cmatrix
라는 폴더를 만들고 cmatrix.psm1
넣은 다음 다음에 전체 경로를 지정하지 않고도 Import-Module cmatrix
로 가져올 수 있습니다.
저자 : Oisin Grehan
기고자 : Christoph Bergmeister