Features of Notepad
Everything has its own features like Notepad Every New programmer Who start programming start with notepad.Notepad is Microsoft word built-in Text Editor it has many features like formatting and editing etc.Basic Tricks with NotepadText Editor
1. Make Virus for Fun With Notepad / Notepad++
- Open Notepad
- type following code
@echo off
title Warning
echo Program installed malicious software
pause
echo Antivirus Software
pause
echo Do You Want To Delete Virus ...(Y/N)
pause
echo Acess Denied
pause > nul
echo Acess Denied
pause > nul
echo Acess Denied
pause > nul
echo Running Virus
pause
: i
dir / a
goto i
- Save the file with .bat extension and run it
2. Prank With Your Friend With cool Notepad trick
- Open Notepad
- Type Following code...
msg * hello xyz
msg * your PC has been Hacked Now instantly shut down it ( Use your Own message)
- Save the Text File As .Bat extension.
Note:- You can try these with your Friend for fun.........
3. Thousand of Folder with Notepad
Note:- This Trick For Educational Purpose Beware of it. It may crash Your Computer due to heavy load.
- Open Notepad
- Type Following code...
@echo off
:Danger
cd /d C:
md % RANDOM%
cd /d E:
md % RANDOM%
goto Danger
- Save the Text File As .Bat extension.
4.Make Speaking PC With Notepad trick:
- Open Notepad
- Type Following code...
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
- Save The Text File As .vbs Extension And Run. A Dialog Box Appear and Type What you want on Dialog Box and Listen Your PC/Computer will Speak.
5.Your PC Greeting You With Notepad trick:
- Open Notepad
- Type Following code...
Dim speaks, speech
speaks="Welcome to your PC, ITHUB"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
- Save The Text File As .vbs Extension And Run
Note:- Save these files as Statup folder on Your c drive
6.Create Disco Keyboard With Notepad Trick:
- Open Notepad
- Type Following code...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
- Save The Text File As .vbs Extension And Run
7.Make Personal diary with Notepad:-
Diary plays very important part in our daily Life in which we store our Personal important information.Here is digital diary for you to store information
- Open Notepad
- Type Following code...
.LOG
write something in it..
and save The file .txt extension and Now when you Note specific info for specific time open file and save .
8.Shutdown Your Computer With Timer In Notepad:-
- Open Notepad
- Type Following code...
@echo off
echo Your PC will crash in 10 seconds
timeout 10
shutdown -s -t 100
- Save The Text File As shutdown.bat Extension And Run.
- For Prank Send this File to your Friend and make Fun :( .
9.Make Digital Clock with Notepad :-
- Open source text editor
- And type following code.
@echo off
:start
echo Date: %date%Time:%time%
goto start
Now Save this file with clock.txt extension and now the file and you see digital clock is run..
10.Lock/Unlock A Folder With Notepad:-
- Open Notepad
- Type following code
[Code]
ren xyz xyz.{ZIEC2020-3AEA-1069-AZDD-08002B30309D}
[/code]
Note:xyz or something is your folder name
Now save the text file as lockfolder.bat - Now open Another Notepad file And type following code
ren xyz.{ZIEC2020-3AEA-1069-AZDD-08002B30309D} xyz
[/code]
- Save the text file as Key.bat in the same drive.
19 Comments
Now this is total entertainment for me. I have never used this tricks before and it will be a great work. Thanks for sharing this lists.
ReplyDeleteThose are some good tricks. I'm not much of a coder myself, but with my limited understanding a few of these sound hilarious.
ReplyDeleteThanks for sharing these IT hacks.
ReplyDeleteI have a notepad before and it is super cool. Unfortunately, it stop functioning after almost 3 years.
ReplyDeleteLearning about hacks like these is always inspiring especially for people like me who isn't familiar with those things.
ReplyDeletethanks for the tip. I use notepad a lot too hehe
ReplyDeleteI will surely try these tricks on my friend ..... This is gonna be really fun. Thanks
ReplyDeleteThis is an awesome article, I believe would be understood better by people who are in to coding and computer programming.
ReplyDeleteGreat hack! Thanks for sharing
ReplyDeletelove these hacks but scary at the same time. you have a great blog.
ReplyDeleteThere are so many things you can do in notepad. I remember that when I first starting making websites, I used to code them directly in Notepad.
ReplyDeleteGood IT hacks thanks for sharing.
ReplyDeleteWow! These are cool tricks! I especially liked the one about making a diary! Thanks for sharing!
ReplyDeleteGreat list of tricks for anybody who uses this device.
ReplyDeleteGreat list of tricks to use. Thank you.
ReplyDeleteI use notepad but there were many tricks which had been unknown to me. Thanks for these.
ReplyDeleteNice tricks you have provided, I recommended this article to a friend who is always into text editing.
ReplyDeleteBeen using notepad for years but didn't know half of the hacks here. Thank you!
ReplyDeleteGood one. But definitely very tricky and scary.
ReplyDelete