Results 1 to 5 of 5

Thread: CD ROM enable / disable

  1. #1

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Lightbulb CD ROM enable / disable

    I have a CD rom on my machine which seems to be disabled. What is the registry key through which you can enable / disable CD ROMS?

    Cheers,
    Abhijit
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  2. #2

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    bump

    bump
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  3. #3

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Exclamation i got the registry

    I got this script to disable my CD rom drive.


    Code:
    REGEDIT4
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
    "Type"=dword:00000001
    "Start"=dword:00000004
    "Group"="SCSI CDROM Class"
    "ErrorControl"=dword:00000000
    "Tag"=dword:00000002
    "DependOnGroup"=hex(7):53,43,53,49,20,6d,69,6e,69,70,6f,72,74,00,00
    "Autorun"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom\Enum]
    "0"="Root\\LEGACY_CDROM\\0000"
    "Count"=dword:00000001
    "NextInstance"=dword:00000001



    How do I enable it?

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    there *may* be (forget what they're called ) rule-set files in the root directory that get read at start-up. Commonly used to disable Network Neighborhood, and other things. Just rename (or remove) and re-boot and the rule won't get added to the registry.
    Don't get in trouble doing it, though. Wouldn't want to be a network "hacker"

  5. #5

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Resolved Re: CD ROM enable / disable [resolved]

    Hey I figured out the code, however they went one step ahead and removed teh CD rom wires now.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width