简体   繁体   中英

Minishift requires me to be a member of the Hyper-V Administrators Group, yet Local Users and Groups is not an option in computer management

I need to get minishift working, yet when I attempt to run "minishift start --hyperv-virtual-switch "External VM Switch"", I am told I need to be a member of the Hyper-V Administrators group. I looked up how to add myself to this group, but The "Local Users and Groups" tab is not available in my "Computer Management." I tried to run "lusrmgr.msc," and I get an error telling me that this snapin is not available in my version of Windows 10. How can I add myself to this group another way?

命令提示符

lusrmgr.msc

There is this article about multiple options on how to add a user to the group in windows. Using cli should do the job.

In short: Open cmd as an administrator, and call something like net localgroup "Hyper-V Administrators" user_name /add .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM