Cool notepad tricks for computer 2016

techmaniya 390 views 7 slides Feb 20, 2016
Slide 1
Slide 1 of 7
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7

About This Presentation

Following the method you will easily able to use hidden tricks of computer.


Slide Content

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. It is 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 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 on 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 :D
 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.
4. 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.
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 succe ssfully
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.