Git Product home page Git Product logo

Comments (5)

Taogle2018 avatar Taogle2018 commented on May 4, 2024 2

I believe the problem is probably caused by the vbscript for detecting and asking admin privilege. There is another way to install the driver. Right click "gvm.inf" and choose install. Once done, use "sc query gvm" to check whether the driver is up and running. If not, use "sc start gvm" to start the driver.

from android-emulator-hypervisor-driver-for-amd-processors.

Taogle2018 avatar Taogle2018 commented on May 4, 2024

I will probably remove these stuffs in next driver release.

from android-emulator-hypervisor-driver-for-amd-processors.

Uj947nXmRqV2nRaWshKtHzTvckUUpD avatar Uj947nXmRqV2nRaWshKtHzTvckUUpD commented on May 4, 2024

I checked the bat and realized that it failed to install because server (LanMan Server) service was set to disabled (manually by me in the past), which in turns makes the "net" command fail and the whole silent_install.bat. I temporary started the server service and it eventually installed.

`net session >nul 2>&1

REM --> If error flag set, we do not have admin.
if ERRORLEVEL 1 (
echo Requesting administrative privileges...
goto UACPrompt`

from android-emulator-hypervisor-driver-for-amd-processors.

AManNamedGaurav avatar AManNamedGaurav commented on May 4, 2024

I believe the problem is probably caused by the vbscript for detecting and asking admin privilege. There is another way to install the driver. Right click "gvm.inf" and choose install. Once done, use "sc query gvm" to check whether the driver is up and running. If not, use "sc start gvm" to start the driver.

This works!

from android-emulator-hypervisor-driver-for-amd-processors.

Adamcsm avatar Adamcsm commented on May 4, 2024

I believe the problem is probably caused by the vbscript for detecting and asking admin privilege. There is another way to install the driver. Right click "gvm.inf" and choose install. Once done, use "sc query gvm" to check whether the driver is up and running. If not, use "sc start gvm" to start the driver.

This works!

Hello, I tried your way after a long day of trying everything on the forum and this is the result :
C:\Users\Agamemo>sc start gvm
[SC] StartService: OpenService FAILED 5:

Access is denied.
I've run cmd as an administrator.
Can you help me with this error ? Thank you !

  1. second attempt :
    C:\WINDOWS\system32>sc query gvm

SERVICE_NAME: gvm
TYPE : 1 KERNEL_DRIVER
STATE : 1 STOPPED
WIN32_EXIT_CODE : 4294967201 (0xffffffa1)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

C:\WINDOWS\system32>sc start gvm
[SC] StartService FAILED with error 4294967201.

from android-emulator-hypervisor-driver-for-amd-processors.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.