windows could not start vmware authorise service on local computer.
windows无法在本地计算机上启动vmware授权服务。
Error 1075 : the dependency service does not exist or has been marked as deletion
错误1075:依赖项服务不存在或被标记为删除。
I have installed windows7 home basic so i am not geeting any - local user and group option in computer managment and i am already login as Admin though i am not able to start service manually
我已经安装了windows7 home basic,所以我没有在计算机管理中给任何本地用户和组选项提供任何信息,而且我已经以Admin身份登录,虽然我不能手动启动服务。
12 个解决方案
#1
100
To fix this solution i followed: this
为了解决这个问题,我遵循了这个原则。
1.Click Start and then type Run
1。单击Start,然后键入Run。
2.Type services.msc and click OK
2。服务类型。msc并单击OK
3.Scroll down the list and locate that the VMware Authorization service.
3所示。向下滚动列表并找到VMware授权服务。
4.Click Start the service, unless the service is showing a status of Started.
4所示。单击启动服务,除非服务显示启动状态。
#2
30
This problem was solved for me by repairing vmware
with the run installer which fixed the services correctly.
这个问题已经解决了,我用运行安装程序修复了vmware,它正确地修复了服务。
#3
4
I followed Telvin's suggestion and it worked on Windows 7:
我遵照Telvin的建议,在Windows 7上工作:
- Run the VMware installer by right clicking on it and selecting "Run as Administrator"
- 通过右键单击并选择“作为管理员运行”来运行VMware安装程序
- In the resulting popup menu, select "Repair installation"
- 在弹出的弹出菜单中,选择“修复安装”
#4
4
1.Click Start and then type Run (or Windows button + R)
1。单击Start,然后键入Run(或Windows按钮+ R)
2.Type services.msc and click OK
2。服务类型。msc并单击OK
3.Find all VMware services.
3所示。找到所有虚拟机服务。
4.For each, click Start the service, unless the service is showing a status of Started.
4所示。对于每个用户,单击Start服务,除非服务显示启动状态。
-
If "Start the service" is disappear, please do these things before:
如果“启动服务”消失,请在此之前做以下事情:
- Click Start and then type Run (or Windows button + R)
- 单击Start,然后键入Run(或Windows按钮+ R)
- Type msconfig and click OK
- 输入msconfig并单击OK。
- In Services tab, find then check all VMware services checkboxes.
- 在Services选项卡中,查找并检查所有VMware服务复选框。
- Click Apply then OK.
- 单击Apply然后点击OK。
#5
3
Run as admin - vmware workstation will do.
作为admin - vmware工作站运行。
#6
1
I've also had this problem recently.
我最近也遇到了这个问题。
The solution that worked for me was to uninstall vmware, restart windows, and the reinstall vmware.
为我工作的解决方案是卸载vmware、重新启动windows和重新安装vmware。
#7
#8
0
Error in Events:
错误的事件:
The application (VMware Workstation, from vendor VMware, Inc.) has the following problem: To function properly, VMware Workstation must be reinstalled after you upgrade Windows.
该应用程序(VMware工作站,来自供应商VMware, Inc.)有以下问题:为了正常运行,必须在升级Windows后重新安装VMware工作站。
#9
0
Try executing vmware as administrator
作为管理员尝试执行vmware。
#10
0
This problem was solved for me by running VMware workstation as Windows administrator. From the start menu right click on the VMware workstation, then select "Run as Administrator"
这个问题通过运行VMware工作站作为Windows管理员解决了。从开始菜单右键单击VMware工作站,然后选择“作为管理员运行”
#11
0
I have a similar problem: I have to start manually this service once in a while. For those of you who have the same problem you can create a bat file and execute it when the service is not running (VMAuthdService service). This doesn't solve the problem, it's just a kind of workaround. The content of the file is the following:
我有一个类似的问题:我必须在一段时间内手动启动这个服务。对于那些有相同问题的人,您可以创建一个bat文件并在服务不运行时执行它(VMAuthdService服务)。这并不能解决问题,它只是一种变通方法。该文件的内容如下:
:: BatchGotAdmin
:-------------------------------------
REM --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
echo Requesting administrative privileges...
goto UACPrompt
) else ( goto gotAdmin )
:UACPrompt
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
"%temp%\getadmin.vbs"
exit /B
:gotAdmin
if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" )
pushd "%CD%"
CD /D "%~dp0"
:--------------------------------------
net start VMAuthdService
Name the file Start Auth VmWare.bat
将文件命名为Auth VmWare.bat。
#12
0
You can fix this by starting the service manually.
您可以通过手动启动服务来解决这个问题。
- Type
services
in the Windows search bar. - 在Windows搜索栏中输入服务。
- Open Services; scroll to the VMware Authorization Service (should be close to the bottom of the page)
- 开放的服务;滚动到VMware授权服务(应该接近页面底部)
- Double-click to open the Properties page of the service.
- 双击打开服务的属性页。
- Change the startup type to Automatic and then start the service. That way, the service will be started automatically every time you log in.
- 将启动类型更改为Automatic,然后启动服务。这样,每次登录时,服务都会自动启动。
More detailed info can be found at Powering on a virtual machine fails with the error: The VMware Authorization Service is not running (1007131)
更详细的信息可以在虚拟机的电源上发现错误:VMware授权服务没有运行(1007131)
#1
100
To fix this solution i followed: this
为了解决这个问题,我遵循了这个原则。
1.Click Start and then type Run
1。单击Start,然后键入Run。
2.Type services.msc and click OK
2。服务类型。msc并单击OK
3.Scroll down the list and locate that the VMware Authorization service.
3所示。向下滚动列表并找到VMware授权服务。
4.Click Start the service, unless the service is showing a status of Started.
4所示。单击启动服务,除非服务显示启动状态。
#2
30
This problem was solved for me by repairing vmware
with the run installer which fixed the services correctly.
这个问题已经解决了,我用运行安装程序修复了vmware,它正确地修复了服务。
#3
4
I followed Telvin's suggestion and it worked on Windows 7:
我遵照Telvin的建议,在Windows 7上工作:
- Run the VMware installer by right clicking on it and selecting "Run as Administrator"
- 通过右键单击并选择“作为管理员运行”来运行VMware安装程序
- In the resulting popup menu, select "Repair installation"
- 在弹出的弹出菜单中,选择“修复安装”
#4
4
1.Click Start and then type Run (or Windows button + R)
1。单击Start,然后键入Run(或Windows按钮+ R)
2.Type services.msc and click OK
2。服务类型。msc并单击OK
3.Find all VMware services.
3所示。找到所有虚拟机服务。
4.For each, click Start the service, unless the service is showing a status of Started.
4所示。对于每个用户,单击Start服务,除非服务显示启动状态。
-
If "Start the service" is disappear, please do these things before:
如果“启动服务”消失,请在此之前做以下事情:
- Click Start and then type Run (or Windows button + R)
- 单击Start,然后键入Run(或Windows按钮+ R)
- Type msconfig and click OK
- 输入msconfig并单击OK。
- In Services tab, find then check all VMware services checkboxes.
- 在Services选项卡中,查找并检查所有VMware服务复选框。
- Click Apply then OK.
- 单击Apply然后点击OK。
#5
3
Run as admin - vmware workstation will do.
作为admin - vmware工作站运行。
#6
1
I've also had this problem recently.
我最近也遇到了这个问题。
The solution that worked for me was to uninstall vmware, restart windows, and the reinstall vmware.
为我工作的解决方案是卸载vmware、重新启动windows和重新安装vmware。
#7
1
type Services
at search, then start Services
在搜索中键入服务,然后启动服务。
then start all VM services
然后启动所有VM服务。
#8
0
Error in Events:
错误的事件:
The application (VMware Workstation, from vendor VMware, Inc.) has the following problem: To function properly, VMware Workstation must be reinstalled after you upgrade Windows.
该应用程序(VMware工作站,来自供应商VMware, Inc.)有以下问题:为了正常运行,必须在升级Windows后重新安装VMware工作站。
#9
0
Try executing vmware as administrator
作为管理员尝试执行vmware。
#10
0
This problem was solved for me by running VMware workstation as Windows administrator. From the start menu right click on the VMware workstation, then select "Run as Administrator"
这个问题通过运行VMware工作站作为Windows管理员解决了。从开始菜单右键单击VMware工作站,然后选择“作为管理员运行”
#11
0
I have a similar problem: I have to start manually this service once in a while. For those of you who have the same problem you can create a bat file and execute it when the service is not running (VMAuthdService service). This doesn't solve the problem, it's just a kind of workaround. The content of the file is the following:
我有一个类似的问题:我必须在一段时间内手动启动这个服务。对于那些有相同问题的人,您可以创建一个bat文件并在服务不运行时执行它(VMAuthdService服务)。这并不能解决问题,它只是一种变通方法。该文件的内容如下:
:: BatchGotAdmin
:-------------------------------------
REM --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
echo Requesting administrative privileges...
goto UACPrompt
) else ( goto gotAdmin )
:UACPrompt
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
"%temp%\getadmin.vbs"
exit /B
:gotAdmin
if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" )
pushd "%CD%"
CD /D "%~dp0"
:--------------------------------------
net start VMAuthdService
Name the file Start Auth VmWare.bat
将文件命名为Auth VmWare.bat。
#12
0
You can fix this by starting the service manually.
您可以通过手动启动服务来解决这个问题。
- Type
services
in the Windows search bar. - 在Windows搜索栏中输入服务。
- Open Services; scroll to the VMware Authorization Service (should be close to the bottom of the page)
- 开放的服务;滚动到VMware授权服务(应该接近页面底部)
- Double-click to open the Properties page of the service.
- 双击打开服务的属性页。
- Change the startup type to Automatic and then start the service. That way, the service will be started automatically every time you log in.
- 将启动类型更改为Automatic,然后启动服务。这样,每次登录时,服务都会自动启动。
More detailed info can be found at Powering on a virtual machine fails with the error: The VMware Authorization Service is not running (1007131)
更详细的信息可以在虚拟机的电源上发现错误:VMware授权服务没有运行(1007131)