Index: /trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReportWin.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReportWin.cpp	(revision 59811)
+++ /trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReportWin.cpp	(revision 59812)
@@ -573,4 +573,6 @@
     report->addItem(new BugReportNetworkAdaptersWin);
     RTCStringFmt WinSysDir("%ls/System32", szWinDir);
+    report->addItem(new BugReportCommand("IpConfig", PathJoin(WinSysDir.c_str(), "ipconfig.exe"), "/all", NULL));
+    report->addItem(new BugReportCommand("RouteTable", PathJoin(WinSysDir.c_str(), "netstat.exe"), "-rn", NULL));
     report->addItem(new BugReportCommand("SystemEvents", PathJoin(WinSysDir.c_str(), "wevtutil.exe"),
                                          "qe", "System",
