cmatrix
1.0.0
O efeito da matriz no Windows através PowerShell
Abra Windows Powershell
(em alguns casos, pode ser necessário um privilégio de administrador)
Faça o download e salve cmatrix.psm1 ou apenas clonethis repo usando git clone https://github.com/matriex/cmatrix
Importe o módulo, defina o tempo limite e habilite -o:
Set-Executionpolicy remotesigned
Import-Module .cmatrix
Set-ScreenSaverTimeout - Seconds 5
Enable-ScreenSaver
Se você estiver feliz com isso, também pode colocá -lo em uma das pastas do módulo que você pode obter por $env:PSModulePath
. Just create a folder named cmatrix
and put cmatrix.psm1
in it and then the next time you can just import it as Import-Module cmatrix
without having to specify the full path.
Autor: Oisin Grehan
Colaborador: Christoph Bergmeister