Technology - Latest News

Notepad Tricks #P1

Today we are here with Latest and Best Notepad Tricks in 2020. We mostly use notepad only for just typing purpose but this post will change your experience with notepad. With these tricks, you can have lots of fun with your friends. These tricks are very simple and easy to implement. Just follow the below post to proceed.

Notepad is a utility program for Windows operating system. This utility software helps to code various programs that can even control the system workings through which you can perform many tricks in it. These tricks are very interesting and you can use these tricks to prank your friends.

    1. Convert Text Into Audio Using Notepad

Just copy and paste the code down below into notepad and save as a ''.vbs'' file.  When you play it, you’ll get a dialog box asking what you want the computer to say. Have fun.

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

    2. Matrix Effect

This code will give you matrix effect on your screen just copy the below code and paste in notepad and save it as “anyname.bat”.

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

    3. World Trade Center Attack Trick

The flight number of the airplane that had hit World Trade center on 9/11 was Q33NY. Well, you might call this trick coincidence but, it will shock you.

Step i. Open Notepad and type ‘Q33N’ without the quotation mark in capital letters.

Step ii. Now increase the font size to 72 and change the font to Wingdings.

You will be shocked to find out the visual graphics.

    4. Make A Personal Log-Book or A Diary

Copy the below code and paste it into notepad and save it as “anyname.txt”.

.LOG

Now every time you open this log file, you will have all the log details with date and time.

    5. Force windows to shut down

This is another notepad trick which will forcefully shut down your computer. You just need to enter the given code into the notepad and save it as .bat format. Here’s the code. Make sure to save the notepad in ".bat" format.

@echo off
shutdown computer
-c “sleep tight” -s


So above are the Latest Best Notepad Tricks. By using these notepad tricks, you can easily prank with your friends and have lots of fun with them and have a great experience with the notepad. Hope you like the post, don’t forget to share it with your friends and leave a comment below about any related queries.

No comments:

Search