From 1ca72a43b7603cafa3a9f480e6e1f0764c154017 Mon Sep 17 00:00:00 2001 From: Neo Date: Tue, 22 Nov 2016 11:08:01 +0530 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e3c5f9..7a39938 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,24 @@ -# cmatrix - +# cmatrix Effect The matrix effect on windows through windows power shell + +![Mareix](https://github.com/matriex/cmatrix/blob/master/cmatrix.PNG "Matrix effect") + +## How to + +1) Open Windows Powershell with Admin Privillege + +2) Download and save cmatrix.psm1 to desktop + +3) Create a folder cmatrix on "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\" + +4) Copy cmatrix.psm1 to "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\cmatrix\cmatrix.psm1" + +5) Type the commands on terminal + + **set-executionpolicy remotesigned** + **import-module cmatrix** + **Set-screenSaverTimeout -Seconds 5** + **EnableScreensaver** + +Author: Oisin Grehan