Tuesday, December 29, 2009

Funny Backspace prank

Today am gonna share with you another cool prank you can play on your friends pc. This Trick continously presses Backspace on your friends pc.Whatever he types the letters will be erased with  backspace keystroke.
Lets get into action.
Open a notepad Type or copy and paste the below code in a notepad .Save it with any name.vbs extension.Now double click the file am sure your friend will jump like anything.
MsgBox "enter into past"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Read rest of entry

Funny CD drive prank

Today am gonna tell you another funny prank that You can play on ur Friends computer.Make him go crazy this christmas by popping out his cd drive tray infinite times.You can stop this cd popping whenever you want by killing the task wscript in task manager or just restart the system.Copy the below code save it with .vbs extension in notepad.Double click to see  fun on your friends face


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
Read rest of entry

Fix windows xp bootsector problem

Many times my friends have confronted with this problem ,Windows doesnt start saying that NTLDR is missing or damaged boot sector  .My friends used to format their system to fix this problem,even i used to do the same when i  was a noob.After many trial and errors i have found this trick to solve that NTLDR or Damaged Boot Sector problem.Whenever you confront with such a problem boot Your system with Xp bootable cd.Now enter into Recovery console  .
TO deal with NTLDR problem type COPY G:\i386\NTLDR C: and  COPY G:\i386\NTDETECT.COM 
          The above method replaces the corrupted NTLDR files,here G: is your CD/DVD rom drive.
To deal with   damaged boot sector  at the command prompt type FIXBOOT and press Enter. Then answer "Y" These Tricks will save u lot of time spent on formatting .
My small request to my dear readers those who are interested in my blog pls join as followers which will encourage me to provide more and more useful posts thanq
Read rest of entry
 

Computers made easy 4all Copyright © 2009 Gadget Blog is Designed by Ipietoon Sponsored by Online Business Journal