Interesting Notepad Tricks
Mostly peoples are preferring notepad which is all time best program to write or note down important information, Here also you can save this information so that you can use that next time. But do you know there is some interesting tricks also available with the use of that you can get various types of results from notepad tricks.
Still if you are unaware with such kinds of functions of notepad then this article will be so important for you. Here you will get to introduce with such kinds of beneficial and interesting tricks of notepad, Which offers you different’s kinds of output by simple tasks.
1. Shut Down Your Computer Using Notepad. (.vbs Trick)
If you have done almost your work and in next few minutes you are going to shut down your computer, Then with the help of notepad you can shut down your PC.
Sometimes you may have already done some written task, where you have written some short notes or important information in to note pad. While then you are going to shut down your PC, in this scenario by giving some special command in to notepad you can shut down your PC.
Below given short note command can be helpful for you to do this task, Lets see that.
@echo off
msg * System will now shut down
shutdown -c “Bye!” -s
Above given short note you need to write in to note pad then, save this file as a Anyname.vbs file. Whenever you want to shut down your PC that time simply press down it and your PC will be turn off.
By using this trick you can shut down your PC from notepad, that means you will no need to do extra efforts to shut down PC. Here without traditional method you can shut down your PC immediately.
2. Notepad Trick – Matrix Effect (.Bat Trick)
If you have seen matrix movie then you can remember this thing like several of codes are running up down on screen. This is one kind of effects which is mostly used by hackers.
You can also try this effects on your PC screen with the help of notepad, Like by pasting below given code on your notepad you can see this effects on screen.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
After type or paste this code in to notepad save this file as a Matrix.bat file, after create this file just press on this file you will see effects on your screen like codes are running up down on your screen.
Notepad Trick – To Test Antivirus
If you want to check antivirus from your PC like it is working perfectly or not then with the help of notepad trick you can do this task.
You have to write or paste below given code in to note pad, like as;
X50!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
After paste or type this code into notepad you have to paste this file as a test.exe After done saving this file you need to run that file. If this task is going to detect antivirus in your system, Then it is working perfectly if not then it is not in working.
Notepad Trick – To Speak In Sinhala
If you want to get output from your PC in audio then you have to write down below given code in notepad. Here below given code is for Sinhala language
Dim message, sapi
message= InputBox(“Sinhala speech text”, “Roar Tech”)
Set sapi =Createobject(“sapi.spvoice”)
sapi.Speak sinhala message
save this file by Sinhala.vbs, In this you will get audio output from your PC in Sinhala language.
In this way you have seen some best tricks for notepad with the help of that you get various types of output. Hope you like this interesting information about notepad. Share this information to all your friends and family members, Stay connected with us….
Frequently asked questions on Notepad Tricks
- How can I get various types of results by using Notepad? What is important factor in Notepad tricks?
Answer :- Specific types of code playing vital role in notepad tricks, With the help of that codes you can get various types of results.
- Can I type or paste any basic or specific type of code in Notepad?
Answer :- Yes.
- Is their any kind of basic code available by which we can get to hear audio message in desired languages on computer?
Answer :- yes.
- Can I shut down my computer by using notepad trick?
Answer :- yes.
- Is it possible to test antivirus in computer with the help of Notepad trick
Answer :- yes.