How To Record Your Screen Without Software

We all know that to Record a video of your desktop screen needs a Software, those software are usually not Free but expensive. How about getting rid of software to Record your Screen? How about using a Browser-Based Screen Capture? Great isn’t it? I’m sharing with you this simple trick to Record a Video of

Funny Notepad Tricks…..Continuously Eject CD/DVD Tray

Open Notepad > Paste the Following code > Save it as Eject.VBS 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