How to Create Additional Administrative Users on Windows
Posted on March 31st, 2024
While creating a separate administrator account within Hyper-V itself isn’t possible, you can achieve a similar level of access by adding a new user account to the existing Hyper-V Administrators group on your Windows machine. This grants them administrative privileges specifically for Hyper-V management. Here’s how to do it:
1. Access Computer Management:
- Press the Start button and type “Computer Management”.
- Right-click on “Computer Management” and select “Run as administrator”.
2. Navigate to Local Users and Groups:
- In the Computer Management window, expand “System Tools” and then “Local Users and Groups”.
3. Manage Hyper-V Administrators Group:
- Click on “New Users”.
- Add the Username, Full Name, Description followed by password.
4. Update properties:
- Right click on the user which has been created. Member of >> Add >> Advanced >> Remote Desktop Users >> OK
5. Apply Changes and Restart (Optional):
- Click “Apply” and then “OK” to save the changes.
- For the changes to take full effect, it’s recommended to restart the computer.
For a detailed understanding, you can check the video: https://www.youtube.com/watch?v=IHcovuLlKcs
Important Considerations:
- Granting administrative privileges comes with security risks. Ensure the new user account has a strong password and is only used for managing Hyper-V when necessary.
- Consider creating a standard user account and adding it to the Hyper-V Administrators group instead of a full administrator account. This limits their access to other system settings.
Please feel free to contact us if you have any questions.