Should any annoyed soul who had this problem recently care to understand how this problem was solved, here you go:
SYSTEM CONFIGURATION:
ERRORS & CODES:
- Type: Error; Event ID: 7026; Source: Service Control Manager; Description: The following boot-start or system-start drivers failed to load...Cdrom, imapi, redbook
- Type: Warning; Event ID: 263; Source: PlugPlayManager; Description: The service "apple mobile device" may not have unregistered
With that background in place, I basically had a totally inoperative CD-ROM; in fact, Windows did not even recognize that I had a CD-ROM drive whatsoever.
So, after much trial and error, I discovered the root of the problem. In the process of (a) installing iTunes and (b) attempting to uninstall it after it didn't work, it appears that iTunes didn't really complete the uninstallation procedure correctly.
What iTunes forgot to do was remove the "GEAR driver" which basically helps iTunes burn & rip from the CD-ROM. So, what I had to do was
manually remove the GEAR drivers. Here's how I did it:
Manual Removal 32-bit
[edit]
Vista, Server 2003, Windows XP and Windows 2000
[↑]
WARNING: Modifying the registry can cause serious problems that may require you to reinstall your operating system.
We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.
Select Run... in the START menu, and type in regedit
This will start up the Registry Editor.
Delete the following key from the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\GearAspiWDM
If present, delete the following key from the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\GEARSecurity
In the HKEY_LOCAL_MACHINE\SYSTEM\System\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318} key:
remove the GEARAspiWDM entry in the UpperFilters value. Note that the entries in this value are double byte.
In the HKEY_LOCAL_MACHINE\SYSTEM\System\CurrentControlSet\Control\Class\{6D807884-7D21-11CF-801C-08002BE10318} key:
remove the GEARAspiWDM entry in the UpperFilters value. Note that the entries in this value are double byte.
In the HKEY_LOCAL_MACHINE\SYSTEM\System\CurrentControlSet\Control\Class\{CE5939AE-EBDE-11D0-B181-0000F8753EC4} key:
remove the GEARAspiWDM entry in the UpperFilters value. Note that the entries in this value are double byte.
Reboot
Delete GearAspi.dll from Windows\System32 folder
If present, delete Gearsec.exe from Windows\System32 folder
Delete GearAspiWDM.sys from Windows\System32\Drivers folder
Delete the Windows\System32\GEARAspi.dll value from the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs registry key
Delete the Windows\System32\Gearsec.exe value from the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs registry key
If present, delete the Windows\System32\Drivers\GearAspiWDM.sys value from the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs registry key
Reboot
Those instructions were pulled from the GEAR website
HERE.