Index: /trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py	(revision 84173)
+++ /trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py	(revision 84174)
@@ -331,7 +331,4 @@
         """
 
-        sUser     = oTestVm.getTestUser();
-        ## @todo Do we need to get/use the test user's password as well here somehow?
-
         #
         # Install the public signing key.
@@ -340,5 +337,5 @@
             fRc = self.txsRunTest(oTxsSession, 'VBoxCertUtil.exe', 1 * 60 * 1000, '${CDROM}/cert/VBoxCertUtil.exe',
                                   ('${CDROM}/cert/VBoxCertUtil.exe', 'add-trusted-publisher', '${CDROM}/cert/vbox-sha1.cer'),
-                                  sAsUser = sUser, fCheckSessionStatus = True);
+                                  fCheckSessionStatus = True);
             if not fRc:
                 reporter.error('Error installing SHA1 certificate');
@@ -346,6 +343,5 @@
                 fRc = self.txsRunTest(oTxsSession, 'VBoxCertUtil.exe', 1 * 60 * 1000, '${CDROM}/cert/VBoxCertUtil.exe',
                                       ('${CDROM}/cert/VBoxCertUtil.exe', 'add-trusted-publisher',
-                                       '${CDROM}/cert/vbox-sha256.cer'),
-                                      sAsUser = sUser, fCheckSessionStatus = True);
+                                       '${CDROM}/cert/vbox-sha256.cer'), fCheckSessionStatus = True);
                 if not fRc:
                     reporter.error('Error installing SHA256 certificate');
@@ -372,5 +368,5 @@
                                                    '"HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Setup"',
                                                    '/v', 'LogLevel', '/t', 'REG_DWORD', '/d', '0xFF'),
-                                                   sAsUser = sUser, fCheckSessionStatus = True);
+                                                   fCheckSessionStatus = True);
 
         for sFile in asLogFiles:
@@ -383,6 +379,5 @@
         #
         fRc = self.txsRunTest(oTxsSession, 'VBoxWindowsAdditions.exe', 5 * 60 * 1000, '${CDROM}/VBoxWindowsAdditions.exe',
-                              ('${CDROM}/VBoxWindowsAdditions.exe', '/S', '/l', '/with_autologon'),
-                              sAsUser = sUser, fCheckSessionStatus = True);
+                              ('${CDROM}/VBoxWindowsAdditions.exe', '/S', '/l', '/with_autologon'), fCheckSessionStatus = True);
 
         #
