Cool And Best Notepad Tricks & Hacks 2016 by using notepad u can use following code to command u r PC
Notepad is just a simple text editor provided by every OS. It is a program that is pre-installed in the operating system to create text files. It almost supports all extension like html, JavaScript, JQuery, batch files etc. Mostly the programmers use Notepad for coding because it is the best way to improve programming skills. It has a simple graphical user interface and very easy to use. But if you think that Notepad is only use for this stuff then you are wrong. There are many Notepad Tricks And hacks, with this you can make fun with your friends in the school and college. The Notepad Tricks are just simple commands to use to run small programs. You just have to copy the code and paste in your Notepad and then save with the extension of that file. It will create a simple icon on your desktop or where ever you save the file. Run the file and you will see the effect of that file. So here I am going to discuss you Notepad Tricks and the features that make Notepad very famous.

Notepad Tricks And Hacks 2016
#1. 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. You can place the name whatever you want to but .bat is must.
@echo off color 02 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start
#2. Create Your Own Diary
This is the another best notepad trick. In this trick i will show you how you can create your own diary so whenever you write something on notepad and save it will automatically save your file with date and time.
- Open Notepad
- Now type .LOG in Notepad
- Then save the file as a Log.txt
- Then open the program and type anything in the notepad then save it and you will see it will automatically save with the date and time.
#3. Computer Speaking Your Message
With the help of this cool notepad trick your computer will be able to speak whatever you want to speak from your computer.
- Open Notepad.
- Copy the below given code and paste in your Notepad.
- Then save the file with Name.vbs extension then double click on the icon to run it.
- You can replace text “Welcome to Mytrickscorner.com” with your own message.
Dim speaks, speech speaks="Welcome to Mytrickscorner.com" Set speech=CreateObject("sapi.spvoice") speech.Speak speaks
#4. Dancing Keyboard LED
This notepad trick make your computer’s LEDs dancing.
- Open Notepad.
- copy the given code and paste in yout Notepad.
- Then save the file with Name.vbs extension then double click to run it.
Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" wshshell.sendkeys "{NUMLOCK}" wshshell.sendkeys "{SCROLLLOCK}" loop
#5. Disable The Mouse
This one is the funny Notepad Trick with the help of this trick you can disable your computer’s mouse just with the help of this simple code.
- open Notepad.
- copy the given code and paste in Notepad.
- Then save the file with Name.vbs extension.
rem Disable Mouse set key="HKEY_LOCAL_MACHINEsystemCurrentControlSetServicesMouclass" reg delete %key% reg add %key% /v Start /t REG_DWORD /d 4
#6. Eject CD Drive Continuously
With the help of this Notepad Trick your computer’s CD/DVD drive will move continuously until you stop the script. You can amaze your friends with this amazing Notepad Trick.
- Open Notepad.
- Copy the given code and paste in Notepad.
- Then save the Name.vbs extension.
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
#7. Shut Down PC
Here is another best Notepad Trick with this you will be able to shut down your PC laptop direct by double clicking on the program created with the given code.
- Open Notepad.
- Copt the code and paste in Notepad.
- Then save the file Name.bat extension.
@echo off Shutdown.exe -s -t 10 cls msg * I don’t like you SHIT!
#8. Create Password Protected Folder Lock
With this amazing trick you can create a folder with password protected.
- Open Notepad.
- Copy the given code and paste in Notepad.
- Now Save the file with locker.bat.
- The password of the folder is Mytrickscorener.
- You can change the password by replacing Mytrickscorener from the code with your own text.
@ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u want to Lock the folder (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock folder set/p "pass=>" if NOT %pass%==Mytrickscorener goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Locker echo Locker created successfully goto End :End
#9. Convey your friend a lil’ message and shut down his / her computer
- Open Notepad.
- copy the given code and paste in Notepad.
- Now save the file with Name.bat extension and run it.
@echo off msg * I don’t like you shutdown -c “Error! You are stupid!” -s
#10. Open Notepad continually in your friend’s computer
With this cool trick you can make fun of your friends. Simple create a file with the given code and send it to your friends. When your friend open this file the Notepad will continually open in their computer until they stop the program.
- Open Notepad.
- Copy the given code and paste in Notepad.
- Now save the file with Name.bat extension and send it to your friend.
@ECHO off :top START %SystemRoot%system32notepad.exe GOTO top
No comments:
Post a Comment