Jump to content

Michael554466

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Michael554466

  1. On 10/4/2018 at 11:38 AM, Chris said:

    Hi @theking123,

    Thank you for contacting us. You can run any file on the remote system using Pulseway. But note one thing: these applications will be started in session zero, therefore you will not be able to see the graphical interface for it. However if you want to run the applications into the users session using Pulseway, then you will need to install PsExec on your system and then add it to the Path, so you can run it from any folder using CommandLine. And then once this is done, then you will be able to launch applications in users session using this command:

    psexec /accepteula -i 1 -d "C:\Program Files\Sublime Text 3\sublime_text.exe"

     

    Doesn't work, the log says that it can't find psexec, but it works fine on cmd and powershell...

  2. On 10/4/2018 at 11:38 AM, Chris said:

    Hi @theking123,

    Thank you for contacting us. You can run any file on the remote system using Pulseway. But note one thing: these applications will be started in session zero, therefore you will not be able to see the graphical interface for it. However if you want to run the applications into the users session using Pulseway, then you will need to install PsExec on your system and then add it to the Path, so you can run it from any folder using CommandLine. And then once this is done, then you will be able to launch applications in users session using this command:

    psexec /accepteula -i 1 -d "C:\Program Files\Sublime Text 3\sublime_text.exe"

     

    I can't get it to work, the log says that psexec : The term 'psexec' is not recognised as the name of a cmdlet,function, script file, or operable program. help, it works fine in cmd and powershell on my account.

×
×
  • Create New...