Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startservice FAILED with code 183 #1

Open
DJMalachite opened this issue Jul 31, 2023 · 1 comment
Open

Startservice FAILED with code 183 #1

DJMalachite opened this issue Jul 31, 2023 · 1 comment

Comments

@DJMalachite
Copy link

DJMalachite commented Jul 31, 2023

Tried running the script but returns

[>] Installing driver...
[SC] CreateService SUCCESS

[>] Starting driver...
[SC] StartService FAILED 183:

Cannot create a file when that file already exists.


[>] Uninstalling driver...
[SC] DeleteService SUCCESS
[!] Driver start failed

PS C:\Windows\system32>

Any advice on how to get a work around?

@lxp
Copy link
Member

lxp commented Jul 31, 2023

I have not seen this error before, so I can only speculate.
Maybe you already have the WinRing0 driver installed and started on your system, as it is also used by some other tools.

You can try to comment out the install/start/stop/uninstall functions for the driver with a #:

InstallDriver



UninstallDriver

However, keep in mind that we do not recommend to have that driver loaded for longer than it is need (see the Caveats section in the README.md).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants