Because this is a deprecated tool, it is not available directly from Microsoft's current download center. Best Source: Wayback Machine (Archive.org) often hosts the original rktools.exe (Windows Server 2003 Resource Kit Tools). Alternative: Chocolatey can be used to install the kit. Alternative:
Ntrights.exe might not be directly compatible with Windows 10. Use Local Security Policy or PowerShell as alternatives.
: Once installed via the Resource Kit, the file is typically located at: C:\Program Files (x86)\Windows Resource Kits\Tools\ . Common Commands and Usage ntrights.exe download
ntrights.exe [-u <username> | -g <groupname>] [-r <right>] [-a | -d]
For example, with one line of code, you could give a non-administrator the right to shut down the server: ntrights -u JohnDoe +r SeShutdownPrivilege Because this is a deprecated tool, it is
Do not download NTRights.exe from random websites. The risk of compromising your domain or workstation is too high.
Step 3: Import the modified template. secedit /configure /db secedit.sdb /cfg C:\secpol.inf /overwrite Alternative: Ntrights
secedit is a native Windows command-line tool that can export, import, and apply security templates, including user rights.
NTRights.exe was a small command-line utility included in the and the Windows Server 2003 Resource Kit . Its purpose was simple but powerful: it allowed administrators to grant, revoke, or query specific user rights (also known as "privileges") on a local or remote machine from the command line.