Index: /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp	(revision 35464)
+++ /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp	(revision 35465)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2011 Oracle Corporation
+ * Copyright (C) 2010 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -1108,10 +1108,8 @@
         fUseToolbox = true;
 
-    /* Skip argv[0] (= file name) if we run an internal VBoxService
-     * toolbox ("vbox_*") command - we already have a resolved one
-     * (e.g. "vbox_cat" -> "C:\Windows\system32\VBoxService vbox_cat") in pszFileName. */
+    /* Skip argv[0] (= file name) if we don't run an internal
+     * VBoxService toolbox command - we already have a resolved one in pszFileName. */
     char *pszArgs;
-    int rc = RTGetOptArgvToString(&pszArgs,
-                                  fUseToolbox ? &papszArgs[1] : papszArgs,
+    int rc = RTGetOptArgvToString(&pszArgs, papszArgs,
                                   RTGETOPTARGV_CNV_QUOTE_MS_CRT); /* RTGETOPTARGV_CNV_QUOTE_BOURNE_SH */
     if (   RT_SUCCESS(rc)
