• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result
Home Tips

15 great NotePad tips you may not know

AnonyViet by AnonyViet
February 18, 2023
in Tips
0
0
SHARES
Share on FacebookShare on Twitter

You will be more passionate about Technology if you know these notepad tricks below. These tips will bring you knowledge, fun with friends! These tricks are very simple and extremely easy. Just follow the instructions below of AnonyViet

Join the channel Telegram belong to AnonyViet ? Link ?
  • 100% sure you can do it!
  • NotePad (Windows built-in editing tool) is the only tool you need to do this!

Instruct

Just copy the code below into NotePad and Save with optional extension of each code below is okay.

#1 Antivirus Testing With NotePad

This way you will know the program Is your AntiVirus working properly?

X5O!P%@AP[4PZX54(P^) 7CC)7}$EICAR-STANDARD- ANTIVIRUS-TEST-FILE!$H+H*

Bạn lưu nó lại với đuôi .exe và chạy thử.
Nếu chương trình Antivirus phát hiện được thì chứng tỏ nó đang hoạt động tốt. Code này không gây hại cho máy tính của bạn

#2 Tạo nhật ký cá nhân với NotePad

Sao chép mã dưới đây và lưu với đuôi .txt

.LOG

Bây giờ mỗi khi bạn mở tệp nhật kí này bạn sẽ thấy các chi tiết nhật kí ngày và giờ ngay bên dưới ghi chú mới của bạn.

#3 Tạo hộp thoại lời nhắn lặp lại tuần hoàn

@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

Phía sau msg * bạn có thể sửa thành lời nhắn của bạn.
Lưu lại với đuôi .bat

#4 Auto mở ổ đĩa CD của máy tính

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

Cho dù đối phương cố gắng đóng ổ đĩa lại thì nó vẫn sẽ bật trở ra !
Cái này thú vị khi dùng đi troll bạn bè. Lưu lại với đuôi .vbs

#5 Hiện một tin nhắn và tắt máy tính

@echo off
msg * Hey how are you
shutdown -c “Error! You are really a stupid!” -s

Phía sau msg * bạn có thể đổi thành tin nhắn theo ý bạn.
Lưu lại với đuôi .bat

#6 Giảm tốc độ gõ phím trên máy tính

WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject (“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 100
WshShell.AppActivate Notepad“”
WScript.Sleep 500
WshShell.SendKeys “Hel”
WScript.Sleep 500
WshShell.SendKeys “lo ”
WScript.Sleep 500
WshShell.SendKeys “, ho”
WScript.Sleep 500
WshShell.SendKeys “w a”
WScript.Sleep 500
WshShell.SendKeys “re ”
WScript.Sleep 500
WshShell.SendKeys “you”
WScript.Sleep 500
WshShell.SendKeys “? ”
WScript.Sleep 500
WshShell.SendKeys “I a”
WScript.Sleep 500
WshShell.SendKeys “m g”
WScript.Sleep 500
WshShell.SendKeys “ood”
WScript.Sleep 500
WshShell.SendKeys ” th”
WScript.Sleep 500
WshShell.SendKeys “ank”
WScript.Sleep 500
WshShell.SendKeys “s! “

Bạn lưu lại với đuôi .vbs

#7 Hiệu ứng ma trận (Maxtric)

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

Lưu lại với đuôi .bat

#8 Chuyển Đổi Văn Bản Sang Âm Thanh

Dim message, sapi message=InputBox(“Text”,”Text”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message

Thay đổi chữ Text thành văn bản của bạn. Lưu lại với đuôi .vbs

#9 Mẹo của Notepad In cây gốc

{print tree root}
C:windowssystem
{print C:windowssystemwinlog
4*43″[email protected][455]  3hr4~

This trick is one of the Best Notepad Trick that will print the original tree on your screen. Just copy below code, paste it in notepad and save it as teekids in C: windows system.

#10 Crazy Your Capslock Button

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop

You can switch keys Capslock of the keyboard by typing the code in Notepad. Save with .vbs

#11 Spoofing the Error Dialog

Simply open notepad paste the code and save the file with .vbs . extension
You can edit the content to your liking in the “Put…. “
Now when you open the saved file you will see an error message.

X=Msgbox(“Put your Message Here”,0+16,”Put Title Here”)

#12 LED Dance of the Keyboard

Simply open Notepad and enter the following code and save with .vbs

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop

Once you open the saved file you will see all three LEDs of the keyboard will start flashing continuously

#13 Open NotePad constantly

This is the perfect prank to annoy your friend.
You can send it to your friends and make them angry!!

@ECHO OFF
:TOP
START %SYSTEMROOT%\SYSTEM32\NOTEPAD.EXE
GOTO TOP

Save with .bat

#14 Simulate commercial attack

The flight number of the plane that crashed into the World Trade Center on 9/11 is Q33NY. Yes, you can call this coincidence, but it will shock you.

Step 1 Open Notepad and type Q33N

Step 2 Now increase the font size 72 and change the font to Wingding

You will be shocked to find out the visual graphics. Did you believe that flight was a flight of death???

AnonyViet – Better And Better

The article achieved: 5/5 – (100 votes)

Previous Post

Tut Checkpass Facebook 2018 – AnonyViet

Next Post

Instructions for Live Stream Facebook on computer screen

AnonyViet

AnonyViet

Related Posts

[Facebook] Latest TUT Rip
Tips

[Facebook] Latest TUT Rip

March 26, 2023
[Facebook] Summary of Facebook report spells
Tips

[Facebook] Summary of Facebook report spells

March 25, 2023
How to use the Fn key on a laptop keyboard
Tips

How to use the Fn key on a laptop keyboard

March 24, 2023
Unleash your creativity and expand your image with the DALL-E 2
Tips

Unleash your creativity and expand your image with the DALL-E 2

March 24, 2023
How to create USB Boot, USB install Windows with Rufus
Tips

How to create USB Boot, USB install Windows with Rufus

March 23, 2023
5 steps to fix 100% Full Disk error on Windows 8/8.1/10
Tips

5 steps to fix 100% Full Disk error on Windows 8/8.1/10

March 22, 2023
Next Post
Instructions for Live Stream Facebook on computer screen

Instructions for Live Stream Facebook on computer screen

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent News

[Facebook] Latest TUT Rip

[Facebook] Latest TUT Rip

March 26, 2023
How to unlock the hidden FM Radio feature on your phone

How to unlock the hidden FM Radio feature on your phone

March 26, 2023
[Facebook] Summary of Facebook report spells

[Facebook] Summary of Facebook report spells

March 25, 2023
Tổng hợp các nhóm Hacker APT trên thế giới

Tổng hợp các nhóm Hacker APT trên thế giới

March 25, 2023
[Facebook] Latest TUT Rip

[Facebook] Latest TUT Rip

March 26, 2023
How to unlock the hidden FM Radio feature on your phone

How to unlock the hidden FM Radio feature on your phone

March 26, 2023
[Facebook] Summary of Facebook report spells

[Facebook] Summary of Facebook report spells

March 25, 2023
AnonyViet – English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

[Facebook] Latest TUT Rip

[Facebook] Latest TUT Rip

March 26, 2023
How to unlock the hidden FM Radio feature on your phone

How to unlock the hidden FM Radio feature on your phone

March 26, 2023
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

© 2023 JNews - Premium WordPress news & magazine theme by Jegtheme.