|
-
Aug 5th, 2004, 01:16 AM
#1
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
-
Aug 16th, 2004, 03:31 AM
#2
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
-
Aug 19th, 2004, 01:48 PM
#3
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?
-
Aug 19th, 2004, 08:51 PM
#4
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"
-
Dec 25th, 2004, 09:01 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|