VirtualBox

Changes between Version 3 and Version 4 of AdditionsLogging


Ignore:
Timestamp:
Jan 18, 2024 1:58:56 PM (4 months ago)
Author:
pentagonik
Comment:

VBoxService logging.

Legend:

Unmodified
Added
Removed
Modified
  • AdditionsLogging

    v3 v4  
    3131=== VBoxService ===
    3232
     33To enable logging for VBoxService on the Windows guest a registry value needs to be modified.
     34
     35In the guest, open regedit.exe as Administrator and add/edit the following key:
    3336{{{
    34 HKLM\SYSTEM\CurrentControlSet\Services\VBoxService\ImagePath = "system32\VBoxService.exe -vvvv --logfile c:\Temp\VBoxService.log" (REG_EXPAND_SZ)
     37HKLM\SYSTEM\CurrentControlSet\Services\VBoxService\ImagePath
    3538}}}
     39
     40from
     41
     42{{{ "system32\VBoxService.exe" }}}
     43
     44to
     45
     46{{{ "system32\VBoxService.exe -vvvv --logfile C:\Temp\VBoxService.log" }}}
     47
     48Make sure that the directory "C:\Temp" exists.
     49
     50
     51After the registry modifications were made the guest needs to be restarted.
     52Then, after the issue re-appeared, provide
     53
     541. *all* VBoxService.log file(s) (will be written to C:\Temp on the guest) and
     552. the appropriate VBox.log file from the host
     56in a zipped archive then.
    3657
    3758=== Miscellaneous ===

© 2023 Oracle
ContactPrivacy policyTerms of Use