Information for Tiledwall Administrators: Difference between revisions
Jump to navigation
Jump to search
New page: = Information for Tiledwall Administrators = <html><pre> > Andrew Forsberg <asf@cs.brown.edu> > to problem <problem@cs.brown.edu> > cc "John N. Huffman" <John_Huffman@brown.edu>, > David ... |
|||
| Line 1: | Line 1: | ||
= | = How to install TCPlistener as a user service = | ||
<html><pre> | <html><pre> | ||
| Line 26: | Line 26: | ||
</pre></html> | </pre></html> | ||
N.B., you need to go into the registry too and add the command-line parameter "9001". | |||
This link may be helpful: | |||
http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg03762.html | |||
It said: | |||
> parameters to services are in the registry, so you have to change the | |||
> registry. The key is something like | |||
> "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ServiceName". | |||
> Navigate to the Parameters subkey. If there isn't one, you have to create | |||
> it. | |||
Revision as of 14:37, 14 May 2009
How to install TCPlistener as a user service
<html>
> Andrew Forsberg <asf@cs.brown.edu>
> to problem <problem@cs.brown.edu>
> cc "John N. Huffman" <John_Huffman@brown.edu>,
> David Laidlaw <dhl@cs.brown.edu>,
> Rajeev Surati <raj@scalabledisplay.com>
> date Tue, May 5, 2009 at 3:45 PM
>
> Hi,
>
> There is a program ("C:\Program Files\Scalable
> Display\release\TCPListener 9001") that we want to have always running
> on lincoln.
>
> Does anyone know if there's a way to do that in a reliable manner?
>
> Andy
I think this should do what you want:
http://support.microsoft.com/default.aspx?scid=kb;en-us;137890
The program is installed in c:\Program Files\Windows Resource Kits\Tools.
</html>
N.B., you need to go into the registry too and add the command-line parameter "9001".
This link may be helpful:
http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg03762.html
It said: > parameters to services are in the registry, so you have to change the > registry. The key is something like > "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ServiceName". > Navigate to the Parameters subkey. If there isn't one, you have to create > it.