Friday, 20 September 2013

Notepad Tricks.

1) Notepad trick to use it as a DiaryOpen notepadType .LOGSave the file as LOG.txtWrite anything in it and it will be saved with the time when you edit it.
2) Notepad trick to Test AntivirusOpen Notepad.Copy the code give below in the notepad file:X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*Save it with an .exe extension like testvirus.exe
3) Matrix Notepad Trick@echo offcolor 2:startecho %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%goto startSave this file as Matrix.batMake sure the file type is kept as ALL FILES while saving it as a .bat file.
4)Notepad Trick to shutdown computer forcefullyOpen Notepad.Paste the following code in it:@echo offmsg * Shutdown computer.shutdown -c “Sleep Tight” -s

No comments:

Post a Comment