If you want to make your PC screen look like a hacker-style Matrix effect, you can do it easily using a simple CMD (Command Prompt) trick.
This is a fun and harmless visual effect that displays random characters like the Matrix movie.
Follow this easy guide to create the effect on your Windows PC.
📌 What is Matrix Effect?
Matrix effect shows:
Random falling text
Green hacker-style screen
Continuous scrolling characters
It looks like a coding or hacking interface but is just a visual trick.
💻 CMD Code for Matrix Effect
Copy the code below:
@echo off
color 0a
:loop
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto loop
📥 How to Create Matrix File
Open Notepad
Paste the code
Click File → Save As
Save file as:
matrix.bat
Select Save as type: All Files
Click Save
▶️ How to Run Matrix Effect
Double-click
matrix.batCMD window will open
You will see green scrolling text
👉 Your PC will now look like a hacker screen 😎
🛑 How to Stop the Effect
To stop:
Press Ctrl + C
ORClose the CMD window
🎯 Customize the Effect
You can increase speed or text randomness by adding more %random%:
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
🚀 Features of This Trick
No software required
Works on all Windows versions
Lightweight and fast
Safe and fun effect
Beginner-friendly
⚠️ Important Note
This is only a visual effect (not real hacking)
Do not use on important work screen
Close properly to avoid confusion
📝 Final Words
The Matrix screen effect using CMD is a fun and easy trick to make your PC look cool like a hacker interface. It is safe, simple, and perfect for beginners to try.
Try customizing it for even better effects.
For more Windows tricks and coding fun, visit CodeSardar.
❓ Frequently Asked Questions
Q1. Is this real hacking?
No, it is just a visual effect.
Q2. Will it harm my PC?
No, it is completely safe.
Q3. Can I run it on Windows 11?
Yes, it works on all Windows versions.
