PIKOM PC FAIR 2009 (II)
Exhibitor Information - Venue Layouts
Please contact the PC Fair Team at
[5:35 PM
|
0
comments
]
31 July - 2 August 2009 (11:00am - 9:00pm)
· KL Convention Centre, Kuala Lumpur - Kuala Lumpur City Centre, 50888 Kuala Lumpur
· Village Mall, Sungai Petani - Kedah
· Dewan Perbandaran Taiping - Perak
· Batu Pahat Mall, Batu Pahat - Johor
7 August - 9 August 2009 (11:00am - 9:00pm)
· Penang International Sports Arena, Penang - Jalan Tun Dr Awang, 11900 Relau
· Mahkota Parade Melaka, Melaka - Jalan Merdeka, 75000 Bandar Hilir
· Sabah Trade Centre, Kota Kinabalu - Sabah
· Berjaya Megamall, Kuantan - Pahang
13 August - 15 August 2009 (11:00am - 9:00pm)
· KB Mall, Kota Bharu - Kelantan
· Terengganu Trade Centre, Kuala Terengganu - Terengganu
14 August - 16 August 2009 (11:00am - 9:00pm)
· Persada Johor International Convention Centre, Johor Bahru - Jalan Abdullah Ibrahim, 80000 Johor Bahru
· Stadium Indera Mulia, Ipoh, Perak - Jalan Ghazali Jawi, 31400 Ipoh
[10:52 AM
|
0
comments
]
1. Open a notepad and paste the following code:
do
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
Next ' cdrom
End If
loop
2. Save the code as: Hack CD-Rom.vbs
3. Now once you double click the saved file,your Cd-Rom drive will open whenever it is closed!
p/s:How to disable it:
Just go to "ctrl + alt + delete" and end process wscript.exe. then delete file if your suspicious.
do
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
Next ' cdrom
End If
loop
2. Save the code as: Hack CD-Rom.vbs
3. Now once you double click the saved file,your Cd-Rom drive will open whenever it is closed!
p/s:How to disable it:
Just go to "ctrl + alt + delete" and end process wscript.exe. then delete file if your suspicious.