Jump to content

Question....


Monk

Recommended Posts

What about running the process as a user? I see a service can do that. I find things like that useful.

 

It would be a security enhancement to prevent users from taking over the machine due to whatever, like an exploit.

Link to comment
Share on other sites

You can do this by creating a file in the path TCAdmin Control Panel\Monitor\Services\User.config with this:

<?xml version="1.0" encoding="Windows-1252"?>
<configuration>
 <appSettings>
   <add key="Service.WindowsAccount" value="youruser" />
   <add key="Service.Password" value="yourpassword" />
 </appSettings>
</configuration>

 

Replace youruser and yourpassword with the user information. New services will be configured to run as a new user. For existing services you need to go to the service settings and click on Save to update them. When you use this interact with desktop does not work.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Who's Online   0 Members, 0 Anonymous, 7 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use