Need Help? Contact the Espiya Helpdesk. CLICK HERE


Author Topic: HELP* No DVD-ROM icon in "My Computer"  (Read 1857 times)

astigmaniac

  • 2008 Guardians
  • Active - Top Level
  • *
  • Posts: 521
  • Karma 0
HELP* No DVD-ROM icon in "My Computer"
« on: November 04, 2009, 08:46:14 am »
guyz.. ung laptop ko kasi napansin ko wala ung icon ng DVD-ROM nya.. tapos sa device manager nag try ako mag scan para sa device hindi xa nadedetect.. takot nmn ako mag bukas ng laptop baka lalo masira kung pakialaman ko ung loob.. baka may nakakaalam sa inyo pwedeng makaayos d2.. bale minsan nadedetect xa, minsan wala..kung kelan ko kailangan tsaka nmn nagloloko ng ganun..

thnx po..

Aiokaze

  • Active - First Star
  • *
  • Posts: 15
  • Karma 0
Re: HELP* No DVD-ROM icon in "My Computer"
« Reply #1 on: November 04, 2009, 09:20:14 am »
try mo to baka upper and lower filters lng yan sa registry

1) Close all open programs
2) Click on Start, Run, and type REGEDIT and press Enter
3) Click on the plus signs (+) next to the following folders

* HKEY_LOCAL_MACHINE
* SYSTEM
* CurrentControlSet
* Control
* Class
* {4D36E965-E325-11CE-
BFC1-08002BE10318}

4) This folder is the DVD/CD-ROM Drive Class Description in the registry. Look for any of the following names in the right hand column.

* UpperFilters
* LowerFilters
* UpperFilters.bak
* LowerFilters.bak

5) If any of the above keys shown in step 4 are listed, right-click on them and choose Delete
6) After deleting the keys, close the Registry Editor
7) Reboot your computer
8) Open My Computer and check to see if your CD or DVD drives have returned. You may also want to open Device Manager and verify that the yellow exclamation and error code on the CD or DVD drive is gone

astigmaniac

  • 2008 Guardians
  • Active - Top Level
  • *
  • Posts: 521
  • Karma 0
Re: HELP* No DVD-ROM icon in "My Computer"
« Reply #2 on: November 04, 2009, 09:28:35 am »
thnx Aio.. natry ko na yan kahapon, kaso di gumana di ko na delete kasi siguro ung
* UpperFilters.bak
* LowerFilters.bak

ung * UpperFilters * LowerFilters lang..

try ko po uli.. thnx..btw nag r-RF ka ba??

astigmaniac

  • 2008 Guardians
  • Active - Top Level
  • *
  • Posts: 521
  • Karma 0
Re: HELP* No DVD-ROM icon in "My Computer"
« Reply #3 on: November 04, 2009, 09:54:07 am »
ayaw po gumana eh.. wala ako makita na * UpperFilters.bak * LowerFilters.bak .. ung 2 lang ang na delete ko.. tapos wala po ung yellow na exclamation point.. wala talaga ung dvd drive khit sa device manager..

Fon Spark

  • LOL
  • 2009 Cavaliers
  • Active - First Star
  • *
  • Posts: 82
  • Karma 0
  • Gender: Male
Re: HELP* No DVD-ROM icon in "My Computer"
« Reply #4 on: November 04, 2009, 06:18:43 pm »
Suggestion lang sir,
tignan mo kung may power yung DVD-ROM. Kung meron check bios setup, baka na-disable.  toast::

Emoticon :P

bodieph

  • Gold Staff
  • Active - Top Level
  • *
  • Posts: 7202
  • Karma 332
  • Gender: Male
Re: HELP* No DVD-ROM icon in "My Computer"
« Reply #5 on: November 04, 2009, 07:39:36 pm »
ganun usually ang mga laptop. pag hindi mo nilagyan ng DVD ang DVD drive, hindi lalabas sa my computer yun. power saving feature yan eh. para hindi active yung DVD rom, so it wont eat power from the battery.

pero kahit ba hindi madetect ng my computer mo, pwede maopen? meaning bumubukas ba pag pindot mo dun sa eject na button? if yes, then nothing to worry about. just insert a DVD or CD sa drive, then observe if windows will now detect your DVD rom.

ganito sa mga ibang laptop. example yung nahawakan kong acer 4736z nung isang araw. hindi lumalabas sa my computer yung icon ng DVD rom pero pag naglagay ka na ng DVD sa loob, mag read na siya at lalabas na yung icon

astigmaniac

  • 2008 Guardians
  • Active - Top Level
  • *
  • Posts: 521
  • Karma 0
Re: HELP* No DVD-ROM icon in "My Computer"
« Reply #6 on: November 05, 2009, 01:18:15 am »
huhuhu.. sinubukan ko po ser bodieph, kaso wala padin.. bumubukas xa pag nag scan ako ng device sa device manager, kasi kung pinipindot ko lang ayaw magbukas kaagad.. naiilaw nmn xa, kaso wala padin ung icon sa My Computer..

ung sa  bios nmn di ko mahanap ung mga drives.. kaya dko makita kung naka disable xa.. tsaka dko nmn pinapakialaman ung bios dati eh, kasi dati ok nmn etong dvdrom ng laptop..

bodieph

  • Gold Staff
  • Active - Top Level
  • *
  • Posts: 7202
  • Karma 332
  • Gender: Male
Re: HELP* No DVD-ROM icon in "My Computer"
« Reply #7 on: November 05, 2009, 02:07:44 am »
gano na katagal tong optical drive mo?

try this. it might help

1. Open new Notepad file by clicking Start --> All Programs --> Accessories --> Notepad,

2. Now after you created new notepad file inside him paste below code:

Option Explicit
On Error Resume Next

Dim WshShell, Message

Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\UpperFilters"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\LowerFilters"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdr4_2K\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdralw2k\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdudf\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UdfReadr\"
Set WshShell = Nothing

Message = "Your CD/DVD-Rom drives should now appear in Windows Explorer." & vbCR
Message = Message & "You may need to reboot your computer to see the change."

MsgBox Message, 4096,"Finished!"


3. Now click File --> Save As --> name it CD_DVD.VBS (do not forget .VBS extension) and save it on your desktop.

4. After you saved that file double click on him from your desktop. Now you CD/DVD drive should show up. If he is still not visible then restart your computer so changes take effect

astigmaniac

  • 2008 Guardians
  • Active - Top Level
  • *
  • Posts: 521
  • Karma 0
Re: HELP* No DVD-ROM icon in "My Computer"
« Reply #8 on: November 05, 2009, 03:09:21 am »
kuya ganun pa din po eh.. btw salamat po sa replies ha..  finger4u

HP pavilion dv4000 po ung brand ng laptop ko..bale galing sa erpats ko binili nya sa ibang bansa.. 2nd hand..

baka sa system na problema o di kaya sa laptop na.. na ffrustrate nko hehe..

bodieph

  • Gold Staff
  • Active - Top Level
  • *
  • Posts: 7202
  • Karma 332
  • Gender: Male
Re: HELP* No DVD-ROM icon in "My Computer"
« Reply #9 on: November 06, 2009, 10:42:11 am »
ok then im guessing sira na siguro yung optical drive

jake_herras

  • Suspended
  • Active - Top Level
  • *
  • Posts: 1325
  • Karma 0
  • Gender: Male
  • ESPIYA IS THE NAME SPY IS THE GAME
Re: HELP* No DVD-ROM icon in "My Computer"
« Reply #10 on: November 23, 2009, 04:34:36 am »
may tama na po sya kaya ganyan


LOVE YOU MS. HAPPY NG LIFE KO

http://img689.imageshack.us/img689/5954/100720091544.jpg

for pc problems chat or email me - jake_25_herras@yc

ACCOUNT UNDER REVIEW FOR POSTING PICTURES OF A FELLOW MEMBER