Changeset 59812 in vbox for trunk/src/VBox/Frontends/VBoxBugReport
- Timestamp:
- Feb 25, 2016 9:07:32 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReportWin.cpp
r59797 r59812 573 573 report->addItem(new BugReportNetworkAdaptersWin); 574 574 RTCStringFmt WinSysDir("%ls/System32", szWinDir); 575 report->addItem(new BugReportCommand("IpConfig", PathJoin(WinSysDir.c_str(), "ipconfig.exe"), "/all", NULL)); 576 report->addItem(new BugReportCommand("RouteTable", PathJoin(WinSysDir.c_str(), "netstat.exe"), "-rn", NULL)); 575 577 report->addItem(new BugReportCommand("SystemEvents", PathJoin(WinSysDir.c_str(), "wevtutil.exe"), 576 578 "qe", "System",
Note:
See TracChangeset
for help on using the changeset viewer.