Let’s explore the 7 best CMD commands for fun that you can try right now, along with step-by-step instructions to help you execute them effortlessly.
The Command Prompt (CMD) isn’t just a tool for troubleshooting—it also has some hidden tricks that can impress your friends. From customizing CMD’s appearance to simulating a hacking effect and generating random dad jokes, there are plenty of ways to have fun with the command line.
What Are Some Fun CMD Commands?
If you want to impress your friends with some cool computer skills, then we’ve got you covered with these fun CMD tricks. These commands allow you to customize CMD, simulate a hacker screen, create special folders, and even make your computer talk.

We have mentioned 7 fun CMD commands that are not only entertaining but also useful and an excellent way to explore hidden Windows features. Now, without further ado, let’s dive into the best CMD tricks that you absolutely must try!
What Are the Best CMD Commands for Fun?
There are hundreds of CMD commands, but these 7 are the most fun and useful/ So, let’s go step by step and learn how to use each of these cool CMD tricks.
1. How to Customize CMD Appearance
CMD allows you to completely customize its look by adjusting the font, background color, and window size. In fact, with just a few tweaks, you can transform the Command Prompt into a personalized workspace that suits your style and preferences.
Steps to Customize CMD
- Open CMD by pressing Win + R, typing
cmd
, and pressing Enter. - Right-click on the CMD window’s top-left icon and select Properties.
- Modify the settings in the following tabs:
- Font: Change the font size and type.
- Colors: Adjust the text and background colors.
- Layout: Resize the CMD window.
Why This is Fun?
You can create a hacker-style CMD with green text on a black background, making it look like a real hacking interface.
2. How to Simulate The Matrix Falling Code Effect
The Matrix effect creates an endless stream of random characters, just like the hacking sequences from The Matrix movies, making it look as if you’re inside a real cyberpunk simulation.
Steps to Create the Matrix Effect
- Open Notepad and paste the following script:
@echo off color 0A :start echo %random% %random% %random% %random% %random% %random% %random% %random% goto start
- Click File → Save As → Name the file Matrix.bat.
- Set Save as type to All Files and save it on your Desktop.
- Double-click Matrix.bat to start the effect.
Why This is Fun?
It looks like you’re running a real hacking program, making it perfect for pranks and tech demonstrations.
3. How to Create an Undeletable Folder in CMD
Surprisingly, CMD allows you to create undeletable folders, which cannot be removed using normal methods.
Steps to Create an Undeletable Folder
- Open CMD and navigate to the Desktop:
cd C:\Users\YourUsername\Desktop
- Create the special folder by typing:
md aux\
How to Delete the Undeletable Folder
If you want to remove the folder, use the following command:
rd aux\
Why This is Fun?
This trick uses a Windows bug that prevents certain folder names from being deleted, making it a great way to confuse friends.
4. How to Generate Random Dad Jokes in CMD
Interestingly, CMD can fetch and display random dad jokes from the internet using the curl command. If you’re looking to lighten the mood or impress your friends with some classic dad humor, this trick is a must-try.
Steps to Get Random Dad Jokes in CMD
- Open CMD and type the following command:
curl https://icanhazdadjoke.com
- Press Enter, and CMD will display a random joke.
Why This is Fun?
It’s a quick way to lighten the mood and entertain your friends with endless dad jokes.
5. How to Change the CMD Window Title
Moreover, CMD allows you to easily rename its window title with a simple command, making it more personalized and organized. This trick is particularly useful when you have multiple Command Prompt windows open, helping you keep track of different tasks.
Steps to Change the CMD Title
- Open CMD and type:
title Welcome to the Hackerspace
- Press Enter, and the CMD window will instantly change its title.
Why This is Fun?
You can set creative titles like “Hacking in Progress” or “Virus Installation” to prank your friends.
6. How to Make Your PC Speak Using a Hidden Command
Surprisingly, CMD can convert text into speech, allowing your PC to speak any message aloud. This is a fun and fascinating trick that can be useful for pranks, accessibility purposes, or simply impressing your friends.
Steps to Make Your PC Speak
- Open Notepad and copy this script:
Dim message, sapi message = InputBox("Enter the text you want me to speak:") Set sapi = CreateObject("sapi.spvoice") sapi.Speak message
- Click File → Save As → Name the file Speak.vbs.
- Set Save as type to All Files and save it on your Desktop.
- Double-click Speak.vbs, enter any text, and click OK to hear your PC read it aloud.
Why This is Fun?
You can prank friends by making the computer say funny or creepy messages.
7. How to Trace Where Your Data Goes Using Tracert
The tracert command not only shows how data travels from your computer to a website but also reveals each stop along the way, making it a fascinating tool for both network troubleshooting and learning about internet pathways. Additionally, this command helps you identify network congestion points, determine slow connections, and even detect potential security threats.
Steps to Use Tracert in CMD
- Open CMD and type:
tracert google.com
- Press Enter, and CMD will display a list of servers and locations your connection travels through before reaching Google.
Why This is Fun?
It’s fascinating to see how your internet connection bounces between different servers worldwide.
Final Thoughts
These 7 fun CMD commands allow you to customize your experience, prank friends, and explore hidden Windows features. Whether you’re creating a hacking effect, tracing data routes, or making your PC talk, these tricks will make you look like a CMD expert.
Check out our latest posts on the Blog Page!
I’m Vanshika Vampire, the Admin and Author of Izoate Tech, where I break down complex tech trends into actionable insights. With expertise in Artificial Intelligence, Cloud Computing, Digital Entrepreneurship, and emerging technologies, I help readers stay ahead in the digital revolution. My content is designed to inform, empower, and inspire innovation. Stay connected for expert strategies, industry updates, and cutting-edge tech insights.