Notepad Tricks - PC Tricks
Notepad Tricks - PC Tricks
html)
HOME (/INDEX.HTML) NOTEPAD TRICKS (/NOTEPAD-TRICKS.HTML)
GOOGLE TRICKS (/GOOGLE-TRICKS.HTML) FACEBOOK TRICKS (/FACEBOOK-TRICKS.HTML)
HACKING (/HACKING.HTML) MY BLOG (/MY-BLOG.HTML)
TO ACCESS NOTEPAD GO TO START , CLICK ON RUN & TYPE NOTEPAD & CLICK OK.
Open notepad
Type .LOG
Save the file as LOG.txt
Write anything in it and it will be saved with the time when you edit it.
2.Matrix Notepad
Open notepad
Type @echo off
Then type color 02 ,
Then type- :matrix (press enter) echo 10010002012020021021020120 (you can type any number but only number , echo then any
number but not too long nor too short)
Save this file as Matrix.bat
Make sure the file type is kept as ALL FILES while saving it as a .bat file.
Open Notepad
Type in: msg * Error: Your system is affected by virus
Save as "virus.bat"
Now open that .bat file, now you got error message window
Its not virus, just your assumption message.
Consider you want to lock a folder named PICS in your D:\ , whose path is D:\PICS
Now open the Notepad and type the following
ren pics pics.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Where pics is your folder name. Save the text file as lock.bat in the same drive.
Open another new notepad text file and type the following
ren pics.{21EC2020-3AEA-1069-A2DD-08002B30309D} pics
Usage :
To lock the pics folder, simply click the lock.bat and it will transform into control panel icon which is inaccessible.
To unlock the folder click the key.bat file. Thus the folder will be unlocked and the contents are accessible.
Code : 01001011000111110010010101010101010000011111100000
Save As it as .EXE and any Name would Do.
Make an Ethical use of it. This .exe file can be really dangerous.
Ever thought that the CD-Key of the Windows XP disc you were looking for was just Right Under you Nose. Lets see
how easily you can get it…
1. Bring your Windows XP CD and insert it into your computer's CD/DVD ROM/ RAM.
2. Now, browse your Windows XP CD and find the folder I386.
3. Inside I386 folder, find the file named as unattended.txt.
4. Open unattended.txt by using notepad.
5. At last, keep scrolling of the opened file and you will get Windows XP CD key.
To me, it’s the most amazing thing of Windows XP CD. In this way, you can get the Windows XP CD key into your Windows XP CD. The
people who are not wish to buy XP or the people who lost the serial key of Windows XP CD, can find theWindows XP CD key in this way.
Open Notepad.
Paste the following code in it:
@echo off
1. Go into Notepad
@echo off
md hello
:A
start hello
goto A
3. Save it as file.bat
1. Go into Notepad.
2. Enter the text below into notepad
@echo off
echo do you want to delete all of your computer data? (y/n)
pause >nul
echo Do not exit out of the screen or all computer data will be deleted.
ping localhost -n 2 > nul
echo Are you sure you want to delete all computer data? (y/n)
pause >nul
echo deleting all data...
echo.
echo.
pause localhost -n 2 > nul
dir /s
echo.
echo.
ping localhost -n 2 > nul
cls
echo error.. error.. Not all data deleted, are you sure you wish to stop? (y/n)
pause
echo.
echo.
ping localhost -n 1 > nul
cls
dir /s
echo.
echo.
ping localhost -n 2 >nul
cls
echo all data has been deleted..
pause
del "c:delete.bat"
1. Go into Notepad
2. type
start virus.bat
virus.bat (exactly like that!)
@echo off
echo If the proper username and password is not entered all files will be deleted by this virus.
echo Good Luck
set/p\/name=username:
set/p\/password=password:
echo haha you got the username and password wrong
pause
echo Files are being deleted
pause
dir/s
del "c:up.bat"
1. Go into notepad
1.Open Notepad and copy and paste the following code into it.
Dim message, sapi
message=InputBox(“What do you want me to say?”,”Speak to Me”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
2.Now save the notepad file with the name speak.vbs at your desktop.
3.Now double click on speak.vbs Type in the box whatever you want your computer to speak for you.
NOTE: In case if it displays an error message while opening, edit it with notepad and re-type all the quote marks (“)