So, you all know what is notepad, Its a stock text editor provided with Microsoft Windows. We all use Notepad to View and Edit texts, but it can open various file formats. Notepad's functions doesnot stop there, it can do some other cool tricks Today we will explore 3 cool trick with notepad: 1) Fake Error: This trick will show a fake error on your screen. 1. Open Notepad and paste the following line. X=Msgbox("You have been online for too long, go sleep",0+16,"sleep") 2. Replace You have been online for too long and go sleep with your own message. 3. Save the file as anyname. vbs 2) Ghost Keyboard : This trick will make you keyboard type automatically. 1. Open Notepad and paste the following Set wshShell = wscript.CreateObject("WScript.Shell") do wscript...