662 B
662 B
cmatrix Effect
The matrix effect on windows through windows power shell
How to
-
Open Windows Powershell with Admin Privillege
-
Download and save cmatrix.psm1 to desktop
-
Create a folder cmatrix on "C:\Windows\System32\WindowsPowerShell\v1.0\Modules"
-
Copy cmatrix.psm1 to "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\cmatrix\cmatrix.psm1"
-
Type the commands on terminal
set-executionpolicy remotesigned
import-module cmatrix
Set-screenSaverTimeout -Seconds 5
Enable-ScreenSaver
Author: Oisin Grehan