Flpydisk Service Defaults in Windows XP

Default Settings

Startup type: System
Display name:Flpydisk
Service name:Flpydisk
Service type:kernel
Error control:ignore
Group:Primary disk
Registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Flpydisk

Default Behavior

Flpydisk is a kernel device driver. In Windows XP it is starting right at Kernel initialization. If the Flpydisk 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 Flpydisk

1. Run the Command Prompt.

2. Copy the commands below, paste them into the command window and press ENTER:

sc config Flpydisk start= system
sc start Flpydisk

3. Close the command window and restart the computer.