vmwar12无权输入密钥联系管理员权限 50
这个是VM官方的解答:
如果登录的用户没有足够的权限,可能会出现“您无权输入许可证密钥。请使用系统管理员帐户重试 (You do not have permission to enter a license key. Try again using the system administrator account)”错误。尝试使用“以管理员身份运行”启动应用程序,或使用本地管理员帐户注册许可证密钥。如果仍然存在问题,请按照以下解决办法手动注册许可证密钥。
使用管理员帐户在主机上启动命令提示符。有关详细信息,请参见 Microsoft Technet 文章 Start a command prompt as an administrator。
在命令提示符中键入以下命令:
对于 32 位操作系统:
"C:\Program Files\VMware\VMware Workstation\vmware-vmx.exe” --new-sn XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
对于 64 位操作系统:
"C:\Program Files (x86)\VMware\VMware Workstation\vmware-vmx.exe” --new-sn XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
注意:上面的 XXXXX-XXXXX-XXXXX-XXXXX-XXXXX 表示序列号
You maybe saw a fake solution on the Internet like this:
Run CMD as administrator
Enter the location of file 'vmware-vmx.exe' (like: D:\Program Files\VMware Workstation\x64)
Type command as this:
VMware Workstation\x64>vmware-vmx --new -sn AG31K-0GD5P-08ERP-TEQZV-WG09A
Nothing happened, the error is the same
AppNee tells you the root cause: The VMware Authorization Service is not running. How to make it running? The only way is - reinstall your VMware Workstation (then it can register this service and make it run). Trust me, this is the only working method to solve this problem efficiently and directly.
1.按windows键, 然后再去输入cmd, 然后出现命令提示符, 右键以管理方式打开命令窗口.
2.看清目录 D:\Program Files\VMware Workstation\x64\vmware-vmx.exe .
是在x64目录下有一个vmware-vmx.exe 而主目录是没有的.
3.你到D:\Program Files\VMware Workstation\x64\目录下,去执行这个命令.
vmware-vmx.exe --new -sn AG31K-0GD5P-08ERP-TEQZV-WG09A
如果是powershell 就执行./vmware-vmx.exe --new -sn AG31K-0GD5P-08ERP-TEQZV-WG09A
4.如果还不行, 你就只能重新安装了. 上面的步骤是通过命令来注册的.
1.进入控制面板
2.点击卸载程序,选择vmware
3.安装向导选择点击下一步
4.出来三个选项,选择修复
5.再打开就可以进去了