NTSet is a collection of
Delphi/C++ Builder components which implement specific
features of Windows NT/2000. The package
includes the following components:
    - TNTService: to add, delete, control
and configure WindowsNT services;
    - TNTEventLog: to work with event log
as simple as with TStringList;
    - TNTUserMan: to add, delete, get
information about users and groups;
    - TNTShare: to manage share devices,
monitor connected users, used recources;
    - TNTFileSecurity: to assign access
rights for files on NTFS;
    - TNTRegSecurity: this component deals
with registry's security;
    - TNTPrivilege: to control privileges
given to the users;
    - TNTVerifyLogon: to verify user's
username and pasword against Windows NT Domain;
    - TNTServerInfo: to retrieve/set
variety of setting for network computers;
    - TNTMessage: sends messages over the
network to a remote computer;
    - TNTNetBrowser: to browse network
resources and connected devices;
    - TNTerminalAdmin: to monitor terminal
service sessions.
Please note: Current version
works with Delphi 6. You
can download NTSet for D2, D3, D4, D5, C++ B1, C++ B3,
C++ B4,
C++ B5, C++ B6 from our WebSite.
What's new in version 1.12?
    - The collection got a new component:
TNTerminalAdmin. The component administrates Windows
terminal Services. It can list existing sessions and
running processes, send message to a terminal server
user, terminate session or process. The component has
number of event handlers to react to events happening
on local or remoter terminal server;
    - TNTUserMan component knows how to
configure terminal service users;
    - TNTService component got new
properties to configure system behavior if service
fails;
    - C++Builder 6 supported;
    - Bug fix: in version 1.11 and earlier
TNTService component could change values of its
properties when retrieving list of services.