Changeset 80796 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Sep 15, 2019 6:00:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.inf
r76925 r80796 77 77 DisplayName = %VBoxDrv.SVCDESC% 78 78 ServiceType = 1 ; SERVICE_KERNEL_DRIVER 79 StartType = 3 ; SERVICE_DEMAND_START 79 ;StartType = 3 ; SERVICE_DEMAND_START 80 StartType = 1 ; autostart to fix Vista problem 80 81 ErrorControl = 1 ; SERVICE_ERROR_NORMAL 81 82 ServiceBinary = %12%\VBoxDrv.sys
Note:
See TracChangeset
for help on using the changeset viewer.