VirtualBox

Changeset 80796 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Sep 15, 2019 6:00:43 PM (5 years ago)
Author:
vboxsync
Message:

Reverted r128297 (Windows host drivers: Use SERVICE_DEMAND_START (3) instead of SERVICE_SYSTEM_STA RT (1) for VBoxDrv and VBoxUSBMon.): For now go back to start on boot. Needs more work to go for the better solution, since regular users cannot start the drivers.

Location:
trunk/src/VBox/HostDrivers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.inf

    r76925 r80796  
    7777DisplayName    = %VBoxDrv.SVCDESC%
    7878ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
    79 StartType      = 3                  ; SERVICE_DEMAND_START
     79;StartType      = 3                  ; SERVICE_DEMAND_START
     80StartType      = 1                  ; autostart to fix Vista problem
    8081ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
    8182ServiceBinary  = %12%\VBoxDrv.sys
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf

    r76925 r80796  
    6969DisplayName    = %VBoxUSBMon.SVCDESC%
    7070ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
    71 StartType      = 3                  ; SERVICE_DEMAND_START
     71;StartType      = 3                  ; SERVICE_DEMAND_START
     72StartType      = 1                  ; autostart to fix Vista problem
    7273ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
    7374ServiceBinary  = %12%\VBoxUSBMon.sys
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette