Here are some funny notepad tricks you have never seen. Some tricks are useful and some tricks are just for fun. I can assure you that all tricks are safe to use in your computer. I have tested all tricks myself and all are working correctly.
Funny Notepad Trick 1: Make your notepad a personal diary
Well you can literally use your notepad as a personal diary. It’s easy.
- Open a notepad.
- Write .LOG in the first line

- Save and close the notepad.
- Open it again and notice that Notepad appends the current date and time to the end of the file.
Funny Notepad Trick 2: Unreadable code
- Open a notepad.
- Write “this app can break” (without quotes).
- Save and close the notepad.
- Reopen the notepad and notice that notepad has replaced the sentence with some Chinese letters. Notepad might be broken: P. Actually notepad writes the sentence “this app can break” .But It’s only when Notepad reads the file back in that it seems to lose its mind.
Funny Notepad Trick 3: Make Your Computer Talk
1. Open a Notepad.
2. Copy and paste the below code and save the notepad as “talk.vbs” (without quotes).
Dim msg, sapi
msg=InputBox(“Enter your text “,”Talk it”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg
3. Double click talk.vbs and type any text and see the magic.
Funny Notepad Trick 4: Matrix Effect by Notepad
1. Open a Notepad . ( This is the most common step now
)
2. Copy and paste the below code and save it as matrix.bat
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
3. Open matrix.bat and check out the cool text effect
Funny Notepad Trick 5: Open Console via Notepad
1. Open a notepad.
2. Type in the notepad like the picture
3. Save it as console.bat and close it.
4. Open console.bat to console .If you want to open 4 console windows write “start” 4 times in the notepad.
Well I hope you will enjoy all these 5 funny Notepad tricks. I will be back with more PC tips.





Really weird tricks
and of course working
Wahhh love these notepad tricks.kudos \m/