Skip to main content
Skip table of contents

Execute UCX Suite package as windows "System" user

  1. Download PsExec.exe from Microsoft Sysinternal tool or, as alternative, you also find the same file in this folder <StonevoiceAS>\Lib\Paexec.
     

  2. Open a command prompt (Cmd.exe) with Administrator privilege. For example, you can search “cmd” in the start menu, right-click “cmd.exe” and choose “Run as Administrator”.
     

  3. You should get a window like this:

image-20250113-140533.png
  1. Assuming you are using the Paexec.exe available from the folder C:\Program Files (x86)\StonevoiceAS\Lib\Paexec  please type the following command:
    cd C:\Program Files (x86)\StonevoiceAS\Lib\Paexec

    press enter and then type:
    paexec -i -s cmd.exe

    -i is for running a task in interactive mode (so that it will accept user input)
    -s is for running a task with System user
     

  2. You should get a window like this:

  3. Type the following command to ensure the new command prompt is running as System user:whoamiIt should display something like this:

  4. You can now type any command and they will be run as the System user.
    Assuming we want to run the UCSuite package stored at the folder C:\Temp, we need to execute from the “System” prompt the following command:
    "C:\Temp\ImagicleApplicationSuite-CCM-2021.Spring.1.h2.exe"

image-20250113-140555.png
image-20250113-140611.png
image-20250113-140618.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.