SlideShare una empresa de Scribd logo
1 de 7
Cool Notepad Tricks for Computer 2016
Notepad is one of the mostly searched term in the
internet. If you know some type of programming then you
can easily able to do some notepad tricks. Well, some of
the people don’t know notepad programming that’s why I
am here to give you some shortcodes and you can also
perform notepad tricks without knowing any knowledge
of programming. And you may be shocked when you see
these type of tricks will blow your mind. Because these
notepad tricks are very awesome. Some of the users are
new here. So, I am gonna tell you each thing from scratch.
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 lot
of fun with these Notepad tricks. If you want to learn
programming of Notepad then I will suggest you to learn
Batch Programming. Itis using in Notepad tricks, well you
can use 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.
Cool Notepad Tricks
1.Make Fake Windows error with the Notepad Tricks.
With the help of this trick you can make your friendin
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 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 Tech Maniya.vbs
When you doubleclick 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 thisnotepadthen it willautomaticallyaddtime and
date on yourtext. 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 :D
 Type .LOG on your Notepad.
 Then save it as Diary.txt
 So, whenever youwillwrite something onthisnotepad
it will add time and date.
4. Open Notepad in friend’s computer continuously
Type this in Notepad
@ECHO off
:top
START %SystemRoot%system32notepad.exe
GOTO top
Save it astech maniya.batandsend it your friend. When He
will open that program then He will be in small trouble.
5. 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 TechManiya.vbs
So, whenever you will open it then your all lights will
dance like it will blinks.
6. 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 techmaniya.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.
7. 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 techmaniya.bat
8. 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 techmaniya.bat
9. 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 techmaniya.vbs and that’s it.
10. 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.
11. Make password protected folder with Notepad
If you don’t want to use folder lock then you can use this
selfmade 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 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
 Techmaniya.com written 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.

Más contenido relacionado

Destacado

Estense.com - 10 novembre
Estense.com  - 10 novembreEstense.com  - 10 novembre
Estense.com - 10 novembrefuturpera
 
Luis Valles resume Process Engineering
Luis Valles resume Process EngineeringLuis Valles resume Process Engineering
Luis Valles resume Process EngineeringLuis Valles
 
全国図書館大会-第16分科会(lifo)
全国図書館大会-第16分科会(lifo)全国図書館大会-第16分科会(lifo)
全国図書館大会-第16分科会(lifo)Shun Nagaya
 
João 3 16
João 3 16João 3 16
João 3 16JNR
 
Transgressió
TransgressióTransgressió
Transgressiómicucsal
 
História em educação matemática tradução
História em educação matemática   traduçãoHistória em educação matemática   tradução
História em educação matemática traduçãoElisangela Brugnera
 
Sopra banking compliance españa, resumen de compañía
Sopra banking compliance españa, resumen de compañíaSopra banking compliance españa, resumen de compañía
Sopra banking compliance españa, resumen de compañíaSopra Banking Software
 
2.1.5. PMO Document Controller
2.1.5. PMO Document Controller2.1.5. PMO Document Controller
2.1.5. PMO Document ControllerMohamed Zourob
 
Six Trends in Retail Analytics
Six Trends in Retail Analytics Six Trends in Retail Analytics
Six Trends in Retail Analytics Tableau Software
 
LEGO MINDSTORM PROGRMACIONES Y EXPLICACIONES
LEGO MINDSTORM PROGRMACIONES Y EXPLICACIONESLEGO MINDSTORM PROGRMACIONES Y EXPLICACIONES
LEGO MINDSTORM PROGRMACIONES Y EXPLICACIONESjcardenasperdomo
 

Destacado (15)

Estense.com - 10 novembre
Estense.com  - 10 novembreEstense.com  - 10 novembre
Estense.com - 10 novembre
 
Bryan2.0
Bryan2.0Bryan2.0
Bryan2.0
 
PIMS
PIMSPIMS
PIMS
 
Luis Valles resume Process Engineering
Luis Valles resume Process EngineeringLuis Valles resume Process Engineering
Luis Valles resume Process Engineering
 
Pbpl Cetl Presentation
Pbpl Cetl PresentationPbpl Cetl Presentation
Pbpl Cetl Presentation
 
全国図書館大会-第16分科会(lifo)
全国図書館大会-第16分科会(lifo)全国図書館大会-第16分科会(lifo)
全国図書館大会-第16分科会(lifo)
 
João 3 16
João 3 16João 3 16
João 3 16
 
Transgressió
TransgressióTransgressió
Transgressió
 
Index2
Index2 Index2
Index2
 
História em educação matemática tradução
História em educação matemática   traduçãoHistória em educação matemática   tradução
História em educação matemática tradução
 
Sopra banking compliance españa, resumen de compañía
Sopra banking compliance españa, resumen de compañíaSopra banking compliance españa, resumen de compañía
Sopra banking compliance españa, resumen de compañía
 
Os APLs do RS: análise e políticas públicas
Os APLs do RS:  análise e políticas públicasOs APLs do RS:  análise e políticas públicas
Os APLs do RS: análise e políticas públicas
 
2.1.5. PMO Document Controller
2.1.5. PMO Document Controller2.1.5. PMO Document Controller
2.1.5. PMO Document Controller
 
Six Trends in Retail Analytics
Six Trends in Retail Analytics Six Trends in Retail Analytics
Six Trends in Retail Analytics
 
LEGO MINDSTORM PROGRMACIONES Y EXPLICACIONES
LEGO MINDSTORM PROGRMACIONES Y EXPLICACIONESLEGO MINDSTORM PROGRMACIONES Y EXPLICACIONES
LEGO MINDSTORM PROGRMACIONES Y EXPLICACIONES
 

Similar a Cool notepad tricks for computer 2016

Tricks to hack notepad
Tricks to hack notepadTricks to hack notepad
Tricks to hack notepadVikranChauhan
 
Learn awesome hacking tricks
Learn awesome hacking tricksLearn awesome hacking tricks
Learn awesome hacking tricksSudhanshu Mishra
 
Batch file programming
Batch file programmingBatch file programming
Batch file programmingalan moreno
 
Batch file-programming
Batch file-programmingBatch file-programming
Batch file-programmingjamilur
 
Part 4 Scripting and Virtualization (due Week 7)Objectives1. .docx
Part 4 Scripting and Virtualization (due Week 7)Objectives1. .docxPart 4 Scripting and Virtualization (due Week 7)Objectives1. .docx
Part 4 Scripting and Virtualization (due Week 7)Objectives1. .docxkarlhennesey
 
JavaScript Best Pratices
JavaScript Best PraticesJavaScript Best Pratices
JavaScript Best PraticesChengHui Weng
 
ntoskrnl-exe-bsod-windows-11.docx
ntoskrnl-exe-bsod-windows-11.docxntoskrnl-exe-bsod-windows-11.docx
ntoskrnl-exe-bsod-windows-11.docxssuser1eca7d
 
Pandas tool for data scientist
Pandas tool for data scientist Pandas tool for data scientist
Pandas tool for data scientist MoTechInc
 
Ankit Phadia Hacking tools (2)
Ankit Phadia Hacking tools (2)Ankit Phadia Hacking tools (2)
Ankit Phadia Hacking tools (2)Chandra Pr. Singh
 
Designing A Project Using Java Programming
Designing A Project Using Java ProgrammingDesigning A Project Using Java Programming
Designing A Project Using Java ProgrammingKaty Allen
 
[Computer] hacking for dummies how to learn to hack in easy steps
[Computer] hacking for dummies   how to learn to hack in easy steps[Computer] hacking for dummies   how to learn to hack in easy steps
[Computer] hacking for dummies how to learn to hack in easy stepsLee Toulouse
 
[Computer] hacking for dummies how to learn to hack in easy steps
[Computer] hacking for dummies   how to learn to hack in easy steps[Computer] hacking for dummies   how to learn to hack in easy steps
[Computer] hacking for dummies how to learn to hack in easy stepsfaouzib
 
Hacking Blackberry Apps
Hacking Blackberry AppsHacking Blackberry Apps
Hacking Blackberry AppsPriyan Fauzan
 
Cross-platform Desktop Apps development using HTML, CSS, JS with Electron
Cross-platform Desktop Apps development using HTML, CSS, JS with ElectronCross-platform Desktop Apps development using HTML, CSS, JS with Electron
Cross-platform Desktop Apps development using HTML, CSS, JS with ElectronEsinniobiwa Quareeb
 
Forgot password for protected sheet on Microsoft Excel!?
Forgot password for protected sheet on Microsoft Excel!?Forgot password for protected sheet on Microsoft Excel!?
Forgot password for protected sheet on Microsoft Excel!?perfectpredesti94
 
Fullstack Academy - Awesome Web Dev Tips & Tricks
Fullstack Academy - Awesome Web Dev Tips & TricksFullstack Academy - Awesome Web Dev Tips & Tricks
Fullstack Academy - Awesome Web Dev Tips & TricksFrances Coronel
 

Similar a Cool notepad tricks for computer 2016 (20)

Tricks to hack notepad
Tricks to hack notepadTricks to hack notepad
Tricks to hack notepad
 
Learn awesome hacking tricks
Learn awesome hacking tricksLearn awesome hacking tricks
Learn awesome hacking tricks
 
Batch file programming
Batch file programmingBatch file programming
Batch file programming
 
Batch file-programming
Batch file-programmingBatch file-programming
Batch file-programming
 
Part 4 Scripting and Virtualization (due Week 7)Objectives1. .docx
Part 4 Scripting and Virtualization (due Week 7)Objectives1. .docxPart 4 Scripting and Virtualization (due Week 7)Objectives1. .docx
Part 4 Scripting and Virtualization (due Week 7)Objectives1. .docx
 
JavaScript Best Pratices
JavaScript Best PraticesJavaScript Best Pratices
JavaScript Best Pratices
 
ntoskrnl-exe-bsod-windows-11.docx
ntoskrnl-exe-bsod-windows-11.docxntoskrnl-exe-bsod-windows-11.docx
ntoskrnl-exe-bsod-windows-11.docx
 
Kumpulan script jahil
Kumpulan script jahilKumpulan script jahil
Kumpulan script jahil
 
Pandas tool for data scientist
Pandas tool for data scientist Pandas tool for data scientist
Pandas tool for data scientist
 
Ankit Phadia Hacking tools (2)
Ankit Phadia Hacking tools (2)Ankit Phadia Hacking tools (2)
Ankit Phadia Hacking tools (2)
 
Designing A Project Using Java Programming
Designing A Project Using Java ProgrammingDesigning A Project Using Java Programming
Designing A Project Using Java Programming
 
[Computer] hacking for dummies how to learn to hack in easy steps
[Computer] hacking for dummies   how to learn to hack in easy steps[Computer] hacking for dummies   how to learn to hack in easy steps
[Computer] hacking for dummies how to learn to hack in easy steps
 
[Computer] hacking for dummies how to learn to hack in easy steps
[Computer] hacking for dummies   how to learn to hack in easy steps[Computer] hacking for dummies   how to learn to hack in easy steps
[Computer] hacking for dummies how to learn to hack in easy steps
 
Hacking Blackberry Apps
Hacking Blackberry AppsHacking Blackberry Apps
Hacking Blackberry Apps
 
Cross-platform Desktop Apps development using HTML, CSS, JS with Electron
Cross-platform Desktop Apps development using HTML, CSS, JS with ElectronCross-platform Desktop Apps development using HTML, CSS, JS with Electron
Cross-platform Desktop Apps development using HTML, CSS, JS with Electron
 
Win7guide
Win7guideWin7guide
Win7guide
 
Forgot password for protected sheet on Microsoft Excel!?
Forgot password for protected sheet on Microsoft Excel!?Forgot password for protected sheet on Microsoft Excel!?
Forgot password for protected sheet on Microsoft Excel!?
 
Fullstack Academy - Awesome Web Dev Tips & Tricks
Fullstack Academy - Awesome Web Dev Tips & TricksFullstack Academy - Awesome Web Dev Tips & Tricks
Fullstack Academy - Awesome Web Dev Tips & Tricks
 
Software development
Software developmentSoftware development
Software development
 
Hacking Blackberry Apps
Hacking Blackberry Apps Hacking Blackberry Apps
Hacking Blackberry Apps
 

Último

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 

Último (20)

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

Cool notepad tricks for computer 2016

  • 1. Cool Notepad Tricks for Computer 2016 Notepad is one of the mostly searched term in the internet. If you know some type of programming then you can easily able to do some notepad tricks. Well, some of the people don’t know notepad programming that’s why I am here to give you some shortcodes and you can also perform notepad tricks without knowing any knowledge of programming. And you may be shocked when you see these type of tricks will blow your mind. Because these notepad tricks are very awesome. Some of the users are new here. So, I am gonna tell you each thing from scratch. 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 lot of fun with these Notepad tricks. If you want to learn programming of Notepad then I will suggest you to learn Batch Programming. Itis using in Notepad tricks, well you can use lot of other languages but these tricks are especially for funny and cool notepad tricks. And you can
  • 2. 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. Cool Notepad Tricks 1.Make Fake Windows error with the Notepad Tricks. With the help of this trick you can make your friendin 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 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
  • 3. End If wscript.sleep 5000 loop Then save this file as Tech Maniya.vbs When you doubleclick 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 thisnotepadthen it willautomaticallyaddtime and date on yourtext. 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 :D  Type .LOG on your Notepad.  Then save it as Diary.txt  So, whenever youwillwrite something onthisnotepad it will add time and date. 4. Open Notepad in friend’s computer continuously Type this in Notepad @ECHO off :top START %SystemRoot%system32notepad.exe GOTO top Save it astech maniya.batandsend it your friend. When He will open that program then He will be in small trouble. 5. 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.
  • 4.  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 TechManiya.vbs So, whenever you will open it then your all lights will dance like it will blinks. 6. 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 techmaniya.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. 7. 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
  • 5. Save this file as techmaniya.bat 8. 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 techmaniya.bat 9. 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 techmaniya.vbs and that’s it. 10. 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
  • 6.  Then just open that notepad and then your pc will automatically shut down. 11. Make password protected folder with Notepad If you don’t want to use folder lock then you can use this selfmade 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 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
  • 7.  Techmaniya.com written 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.