Enable CD Burning in Windows Server 2003

by Daniel Petri - January 8, 2009
Printer Friendly Version

How can I enable CD Burning in Windows Server 2003?

Know What's on Your Network with Flow-Based Traffic Analysis

SolarWinds NetFlow Traffic Analyzer (NTA) monitors network traffic by capturing flow data from network devices, including Cisco® NetFlow v5 or v9, Juniper® J-Flow, IPFIX, sFlow®, and Huawei NetStream™.

Find the bandwidth hogs by using SolarWinds NTA to identify which users, applications and protocols are consuming the most bandwidth and the IP addresses of the top talkers. Download a full-functional, 30-day trial and in less than an hour, you can fire up network bandwidth monitoring and start getting a comprehensive view of your network traffic and the location of bottlenecks.

Learn More or Download a FREE, Fully-Functional 30-day Trial

Windows Server 2003 has the CD burning drivers disabled by default. The IMAPI CD-Burning COM Service required by this peripheral device is disabled, so to make it work we need to enable it.

Note: With some third-party software, you may be able to burn CDs without starting the IMAPI CD-Burning COM Service. BTW, some people say that it is recommended you leave this service disabled if you want to speed up the Nero Burning ROM startup. I haven't tested this myself so I cannot say for sure.

Lamer Note: Yes, you DO have to have a CD burner installed or else this tweak will be useless for you. It DOES NOT turn a standard CD Drive into a CD-R or CD-RW...

To have CD burning capabilities on Windows Server 2003 follow the next steps:

  1. Go to the Services applet in Administrative Tools (or click Start, then Run, and type "services.msc" (without quotes) and click OK).
  2. Find the "IMAPI CD-burning COM" service, right-click and select Properties, select "Automatic" instead of "Disabled" in the startup type box.

  1. Click Apply.
  2. Right-click the "IMAPI CD-burning COM" service and select Start.

  1. Click OK.

You can also modify start state and start it from a Command Prompt console by using the following command:

sc config imapiservice start= auto

and 

sc start imapiservice

or

net start imapiservice

 

Related Articles




*