Changeset 93665 in vbox for trunk/src/VBox
- Timestamp:
- Feb 9, 2022 1:10:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r93184 r93665 877 877 878 878 ## VBox windows services we can query the status of. 879 kasWindowsServices = [ 'vbox drv', 'vboxusbmon', 'vboxnetadp', 'vboxnetflt', 'vboxnetlwf' ];879 kasWindowsServices = [ 'vboxsup', 'vboxusbmon', 'vboxnetadp', 'vboxnetflt', 'vboxnetlwf' ]; 880 880 881 881 def _installVBoxOnWindows(self):
Note:
See TracChangeset
for help on using the changeset viewer.