After you have disabled the Parallel Port in your BIOS, the following error may occur every time you start Windows.
Event Type:Â Error
Event Source:Â Service Control Manager
Event Category:Â None
Event ID:Â 7000
Date:Â Â 8/13/2009
Time:Â Â 9:15:47 AM
User:Â Â N/A
Computer:Â computername
Description:
The Parallel port driver service failed to start due to the following error:
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
The service for the Parallel Port is set to start automatically at boot. To disable the service (and therefor solve the problem which causes the error message), follow the steps below:
- Click Start, Run, type ‘regedit‘ and press Enter, to open your registry editor
- Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Parport
- Double-click on the REG_DWORD “Start”
- In the window that popups, replace 3 in 4 and click OK. The value 4 indicates that the service Parport is disabled and should not try to start.
- All done! The message won’t appear the next time you start Windows. (so actually there’s no step 5 😉 )
Thanks for the fix! 🙂
Thanks
Type in the following at the command line:
sc config “parport” start= disabled
A bit faster, no?
Added tip: Do the same for the “Beep” service. If you run with the “no sound” sound scheme, the beeps will likely drive you nuts. Just nuke the sucker.
Tnx!
MI PUERTO ESTA BIEN PERO NO FUNCIOINA PARA PROGRAMAR EN VISUAL NI TURBO QUE PUEDO HACER
Thanks, your regedit trick worked perfectly.
BTW, I turned off the parallel port in my motherboard BIOS. That likely lead to the error I was getting on startup.
Thank again!