All of the computer users are familiar with Notepad that is freely available in windows operating systems. As the name indicates, it is basically used to note down some important logs or notifications. It is also used to write some HTML codes at very basic level to test them in web browser for website development. Anyway, these are some common uses of Notepad but in this article, I will explain some of the unusual and cool tricks of this amazing tool which is available in your computer windows operating system. You just need to follow the below mentioned steps to enjoy these cool tricks with Notepad.
Obviously, Open Notepad
Actually, notepad is not visible on your desktop screen. You may need to use search trick to find it in your windows.
[Also Read: How To Write Urdu Anywhere In Computer]
- Press "Windows Button" available on keyboard and type Notepad in search bar. You will get access to the notepad instantly. Open it and move further.
Play with Notepad
Now we should move to the interesting part of this article. Actually, we will use some special codes for different specific tricks. Let me explain the tricks and use of these codes in Notepad one by one.
1. Create Harmless Virus To Eject CD/DVD Drive Constantly
In this trick, we are going to create a file that will eject your CD/DVD Drive constantly. If you put the drive back, it will be ejected again automatically. You can make fun with your friends by sending this file through email or by using any way. He/she will need to restart the computer to finish this effect.
[You May Like To Know How To Open All Websites In Pakistan]
- Copy following code and paste it into Notepad.
- Save the file as Virus.vbs
- Remember that you should choose "All Files" in the "Save as type" option (As shown in below image)
Here is your required code:
Set oWMP = CreateObject("WMPlayer.OCX.7")Set colCDROMs = oWMP.cdromCollectiondoif colCDROMs.Count >= 1 thenFor i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNextFor i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNextEnd Ifwscript.sleep 5000loop
2. Make The Computer Confused
This trick is also awesome to create so called trouble for your friends. I mean your friend and his/her computer will be hanged or confused. The keyboard will start typing any specific message if there is any place to write. This thing can be stooped by just restarting the computer.
[You Will Love To Make Money Online With YouTube]
- Copy following code and paste it into Notepad.
- Save the file as Message.vbs
- Remember that you should choose "All Files" in the "Save as type" option (As shown in above image)
Here is your required code:
Set wshShell = wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "This is a Virus. You have been infected."loop
3. Create Personal Diary
There are many people who want to save their past memories or want to write down the future tasks/plans in their personal diary for keeping them remember in a better way. Notepad can give you this facility of creating your own personal diary that will save your logs time automatically. This trick will create a file for you that will fetch time and date from system. You just need to open the file, write down your memory and save it. Time and date will set automatically.
- Open Notepad and write ".LOG" (without quotes).
- Save the file. You are done..!!
Bottom Line
Keep visiting for more latest information and updates. Share this article among your friends and family members via your favorite social media (Facebook, Twitter, G+) to spread the knowledge to a possible extent. Have a good time 😊
No comments:
Post a Comment