The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Can anyone expand on this, or walk me through it?

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by davidhill76, Dec 13, 2007.

  1. davidhill76

    davidhill76 Newbie

    Reputations:
    0
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    5
    it's to fix my CD-ROM drive
    all help is appreciated!
     
  2. GrandAdmiral

    GrandAdmiral Notebook Evangelist

    Reputations:
    16
    Messages:
    445
    Likes Received:
    0
    Trophy Points:
    30
    The easiest way would be to do as the writer says and save it as a .reg file. Use Notepad, copy the text into notepad then go 'Save As'. Select all files as the file type then enter something like 'CDROM fix.reg' as the file name. Save it wherever you like. Close notepad, then go to the file and double click on it. You will be asked something like 'Are you sure you want to add these entries to your registry?'. Select 'yes' and it will add them.

    HOWEVER! Create a System Restore point beforehand and BACK UP YOUR DATA! Playing with the registry is not to be taken lightly! Have you tried other options? What is the actual problem?

    Grand Admiral
     
  3. Arki

    Arki Super Moderator

    Reputations:
    3,639
    Messages:
    4,135
    Likes Received:
    0
    Trophy Points:
    105
    Click start menu, click run..., type in "regedit" without quotes, navigate following those paths, and then set those values.

    Before you do this though, open up regedit and click file > export. This will backup your registry.
     
  4. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    First of all, create a System Restore point by Control Panel > Backup and Restore Center > Create System Restore Point.

    Either open your Registry Editor by Start > Run, and typing "regedit" without quotes into the Run box. Then navigate to each of the strings shown in the text, and edit the info by clicking on the entry specified and changing the value, i.e. set "UpperFilters" to _ instead of whatever is written there.

    Or copy the text in the box into Notepad, and save as a .txt file. Then rename the file with a .reg extension, and run it.

    Hope this works! =^)

    And REMEMBER to set a System Restore Point!
     
  5. Ghola

    Ghola Notebook Evangelist

    Reputations:
    35
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    Windows Registry Editor Version 5.00


    ;Fixes issues with cdrom drives not working properly


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

    "UpperFilters"=-

    "LowerFilters"=-


    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}]

    "UpperFilters"=-

    "LowerFilters"=-



    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}]

    "UpperFilters"=-

    "LowerFilters"=-

    Thought I'd expand on it.
     
  6. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    Ghola, my friend, that was extremely helpful.

    *sarcasm*