Difference between revisions of "Ntsetup"

From Krupczak.org
Jump to: navigation, search
(Usage)
Line 1: Line 1:
''ntsetup'' is a win32 console application that installs/configures the Cartographer agent to run as a Windows service.
+
''ntsetup'' is a win32 console application that installs/configures the Cartographer agent to run as a Windows service.  It does so by connecting to the underlying system's service control manager to manipulate the list of Windows services (daemons).
  
 
= Usage =
 
= Usage =

Revision as of 12:07, 10 November 2008

ntsetup is a win32 console application that installs/configures the Cartographer agent to run as a Windows service. It does so by connecting to the underlying system's service control manager to manipulate the list of Windows services (daemons).

Usage

ntsetup.exe [-h] [-v] [-t target] -[list|create|delete|status]

Arguments and Options:

  • -h displays help and usage information
  • -v enables verbose output
  • -t target instructs ntsetup to connect to target machine's service control manager. The default is the local host.

Dependencies

See Also

Personal tools