
Notepad, a simple text editor where we can edit and write text for anything to everything. Notepad makes editing simpler. But you know what else you can do with your simple looking Notepad? No, don’t underestimate the power of a Notepad. It looks simple but it can be used for editing to creating deadly viruses! Yes, you heard it right! Today, we will discuss what else a Notepad can do for us. We will try to make some harmless virus and other things using notepad. Yes, so why are you waiting for? Read on and explore more about Microsoft Windows Simple Notepad Tricks!
Notepad is a software where we can easily create files. A normal file is nothing but a data. So in Notepad we can create such files with different extension which will work as different thing! If you are regular reader of Tech Samay then you must be knowing about the Welcome Screen voice greeting trick. In that trick we used similar functions of notepad. Let us see what else we can create with notepad. Have a look.
Create Matrix Rain

Creating a matrix rain in Notepad is very simple. If you don’t know what matrix rain is, then try it. You will love to see it. Open Notepad and paste the following code there.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
After pasting click on “Save as” and save with any name but at the end put “.bat”. .bat is essential for this to run. Now open and enjoy! To stop, simple close the window of command prompt.
Make Keyboard to Type Anything
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “This is a Virus. Your Computer have been infected.”
loop
Send this to your friend to fool him!
Create a Personal Diary

Make Your Keyboard Lights To Dance
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
This will start the loop. That means it will never stop. If you restart it then it will stop. If you don’t want to restart your computer, then just open task manager by pressing CTRL + ALT + DEL. In processes search for wscript.exe and end its task to stop the lights blinking
Sounds cool, isn’t it? Now try it and say us how it worked for you. Do you have any other tricks? Then please feel free to share below. If we like it then we will include that in this list with your name! So do comment your views. Have nice time.
Share with your buddies.