How to Add user to a local group on a computer
You can create a bat file.
In the bat file you will put the following:
- net localgroup administrators house\ComputerAdminGroup /Add
- net localgroup “Power Users” house\PowerUserGroup /Add
- net localgroup “Remote Desktop Users” house\remotelogon /Add
If a group has spaces on it you put the local group in quotes.
If you have domain environment make a GPO with a startup script and add the Bat to it, and that is all you have to do.
Related Posts
- How to enable CD Ripping / Burning for Restricted Users
- Favorite Local Bars
- Can’t shutdown, log off, restart computer
Comments
Leave a Reply

