Flags

wraieghaeien

Limp Gawd
Joined
Nov 20, 2003
Messages
431
Ok Perhaps im totally missing something here
but I was poking around some of my boxes today and
realized that some of them diddent have -advmethods or
-forceasm on. I run the text only console client on
all of my boxes. I know that if you make a shortcut to
the program you can put the flags in there, but if the
program is running as a service it dosent pick up
the flags of the shortcut.

Is there another place (like in the config file or something)
to put flags so that they are picked up when the
text only is run as a service?

 
You can add these flags to the registry at:

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\FAH@C:+Path]

Under that key there is a key for ImagePath, this is what the service runs at each boot. Just tack the additional flags after the -svcstart flag.

Or you can use this tool.

 
Back
Top