Lbrtfdc Service Defaults in Windows XP
Default Settings
Startup type: | System |
Display name: | Lbrtfdc |
Service name: | lbrtfdc |
Service type: | kernel |
Error control: | ignore |
Group: | System Bus Extender |
Registry key: | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lbrtfdc |
Default Behavior
Lbrtfdc is a kernel device driver. In Windows XP it is starting right at Kernel initialization. If the Lbrtfdc fails to load or initialize, Windows XP start up proceeds without error messages, but information about the failure is being written into Event Log.
Restore Default Startup Configuration of Lbrtfdc
1. Run the Command Prompt.
2. Copy the commands below, paste them into the command window and press ENTER:
sc config lbrtfdc start= system
sc start lbrtfdc
3. Close the command window and restart the computer.