Adding a Windows Built-In Group to a Local Group - 25 Sep 2007
John Savill
September 24, 2007
1 Min Read
In Windows NT, how can I add a built-in group such as Interactive to a local group? The Interactive group holds all users who log on to a machine interactively (after pressing Ctrl+Alt+Del).
You can add a built-in group to a local group, but not from the Windows GUI (using NT's User Manager). Instead, you must use the Net Localgroup command. The following command adds the Interactive built-in group to the Backup Operators local group:
Net localgroup "Backup Operators" Interactive /add
In the Windows GUI (for example, in the properties for the Back-up Operators group), the Interactive group will appear as NT AuthorityInteractive.
— Jan De Clercq
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like