VirtualBox

Ignore:
Timestamp:
Apr 6, 2017 1:22:41 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114441
Message:

BugReportTool (bugref:8169): Collect whole Network sub-key as well as COM registration key for VBoxNetFltNobj.dll.

Location:
trunk/src/VBox/Frontends/VBoxBugReport
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp

    r66036 r66461  
    7070    "   Several VM names can be specified at once to be included into single report.\n"
    7171    "   If none is given then no machines will be included. Specifying -A overrides\n"
    72     "   any VM names provided and included all registered machines.\n"
     72    "   any VM names provided and includes all registered machines.\n"
    7373    "Options:\n"
    7474    "   -h, -help,    --help     Print usage information\n"
     
    7676    "   -o, -output,  --output   Specifies the name of the output file\n"
    7777    "   -t, -text,    --text     Produce a single text file instead of compressed TAR\n"
    78     "   -V, -version, --version  Print version number and exit\n"
     78    "   -V, -version, --version  Print version information\n"
    7979    "\n";
    8080
  • trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReportWin.cpp

    r65478 r66461  
    767767                    new BugReportFilterRegistryWin());
    768768    report->addItem(new BugReportCommandTemp("RegNetwork", PathJoin(WinSysDir.c_str(), "reg.exe"), "export",
    769         "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Network\\{4D36E972-E325-11CE-BFC1-08002BE10318}", NULL),
     769        "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Network", NULL),
     770                    new BugReportFilterRegistryWin());
     771    report->addItem(new BugReportCommandTemp("RegNetFltNobj", PathJoin(WinSysDir.c_str(), "reg.exe"), "export",
     772        "HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\CLSID\\{f374d1a0-bf08-4bdc-9cb2-c15ddaeef955}", NULL),
    770773                    new BugReportFilterRegistryWin());
    771774    report->addItem(new BugReportUsbTreeWin);
Note: See TracChangeset for help on using the changeset viewer.

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