OH! Wait a minute! There's a few things wrong here...
1) You did regjump incorrectly. You should be using the regjump command to look for filters for Class=CDROM (but you used the one for Class=DiskDrives). You should be using
Code:
regjump HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}
2) And when regjump command runs, i think you should at minimum still be seeing some subkeys. Specifically there should be
> A subkey named Class
> And the subkey value should be CDROM
I wonder for Win7 if might need to go to C:\Windows\system32\regjump.exe, hit compatibility tab and click Run as Administrator
Or just navigate through the registry with regedit yourself