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
[code]
ren xyz.{ZIEC2020-3AEA-1069-AZDD-08002B30309D} xyz
[/code]
  • Save the text file as Key.bat in the same drive.