Is your computer male or female? You can find out here by discovering some cool pc tricks below:
Make Your Computer Talk.
Do you wanna know if your computer is a male or female?
This trick will make your computer speak so you will know whether its a male or female talking
CreateObject(“SAPI.SpVoice”).Speak”I Love You”
Open Your C.D Drive with Notepad
To open your CD drive without pressing the eject button, paste this code below in notepad and save it as file.vbs. When you open the file your CD drive will open.
Set oWMP = CreateObject(“WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count = 1 then
for i = 0 to colCDROMS.Count – 1
colCDROMs.Item(i).Eject
colCDROMs.Item(i).Eject
Next ‘ cdrom
end if
Make a Matrix Code
Love seeing those green random screen codes in the Matrix Movie? You can create one for fun. Type this text below in notepad and save it as File.bat. Open the file and view your cool matrix.
@echo off
:loop
COlor 0A
Title J J f f g g g gecho 0 A 0 1 1 1 A 0 1 0 1 0 7 7 8 9 9 1 0 1 0 1 A 1 0 a d d f f 1 0 8
echo 0 0 0 0 0 0 0 0 1 A 0 A 1 0 A 1 1 1 1 0 A 1 0 A 5 5 6 7 a n k k k
echo 0 1 0 1 0 A B J 0 3 4 0 1 0 1 0 1 B A A O i d d 3 3 4 4 6 7 7 g u
echo 0 2 3 1 1 1 5 5 6 5 6 8 9 5 4 5 4 5 5 4 5 5 6 4 f f f g j d g d f g d
echo 2 4 5 6 5 5 6 5 9 4 5 7 7 7 7 8 9 9 0 66 6 1 5 5 6 4 5 5 8 6 4 4 6 4
goto :loop
Other Related Articles




RECENT COMMENTS