Blog Archives

scare your friends for real!!!! TRY NOW

Open notepad and type this: lol=msgbox (“Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot”,20,”Warning”) Then save it as Virus.VBS and

Tagged with: , ,
Posted in NOTEPAD TRICK AND TIPS, PC TRICKS

Type any message in notepad automatically and scare your friends

1. Open Notepad and type the following code. WScript.Sleep 1800 WScript.Sleep 1000 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

Posted in NOTEPAD TRICK AND TIPS, PC TRICKS

Make keyboard to type anything continuously

1. Open Notepad and copy the following code. Set wshShell = wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “You are a fool.” loop 2. You can change “You are a fool” to any other text you want. 3. Save it as abc,vbs

Posted in NOTEPAD TRICK AND TIPS, PC TRICKS

Continuously Pop out DVD Drive

Hi Friends Today I came with a cool trick, it will continuously eject your DVD drive. 1. Open Notepad. 2. Copy the code bellow. Set oWMP = CreateObject(“WMPlayer.OCX.7”) Set colCDROMs = oWMP.cdromCollection do if colCDROMs.Count >= 1 then For i

Tagged with:
Posted in NOTEPAD TRICK AND TIPS, PC TRICKS

Increase RAM speed using notepad.

Hi friends, In this post I’m going to tell you a trick, actually my friend told me about this trick and he used it to speed up the RAM. So You might have lot of problems sometimes that your computer

Tagged with: , , ,
Posted in NOTEPAD TRICK AND TIPS, PC TRICKS, SPEED UP PC TRICKS, VB SCRIPT TRICK

Super Cool Trick To Shutdown Computer With A Error Message !!!!!!

Today I’m sharing another cool notepad trick. Today we are going to shutdown computer with a error message. Let’s do the notepad trick:- 1. This is a ErrorOpen Notepad and copy the following code. @echo off msg * I don’t

Tagged with: ,
Posted in NOTEPAD TRICK AND TIPS, PC TRICKS, VB SCRIPT TRICK

Tricky Tutorial To Make Your ComputerWelcome You On Startup !!!!!!

Have you watched in movies?  how Computers in movies welcome their users by calling out their names. I bet that you too want your computer welcome you. Then you are at the right place, this post  describes exactly how to

Tagged with: , , , , , , , , ,
Posted in NOTEPAD TRICK AND TIPS, PC TRICKS, VB SCRIPT TRICK