We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Autoruns complains:
File not found: C:\Program Files (x86)\clink\0.4.6\clink.exe
I guess this is because the entry in the registry omits the file extension:
"C:\Program Files (x86)\clink\0.4.6\clink" inject --profile ~\clink
and actually points to a BAT file, rather than an EXE file.
My suggestion:
Add the ".bat" extension to the registry entry.
The text was updated successfully, but these errors were encountered:
566a28f
Thanks!
Sorry, something went wrong.
Autorun should be explicit about using clink.bat (fixes #374).
863befc
No branches or pull requests
Autoruns complains:
I guess this is because the entry in the registry omits the file extension:
and actually points to a BAT file, rather than an EXE file.
My suggestion:
Add the ".bat" extension to the registry entry.
The text was updated successfully, but these errors were encountered: