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
Is there a way to make it start up on boot of windows ??
There are several ways how to autorun elevated programs in Windows posted on the internet. I myself made it like this.
run_elevated.vbs
Set WshShell = CreateObject("WScript.Shell") WshShell.Run "MousePuff.exe", 1 Set WshShell = Nothing
Win+R
shell:startup
The text was updated successfully, but these errors were encountered:
Update README.md
1fa2293
Hey is there a way to Exclude a .Exe but keep all the others still under the control of mousepuff??
Sorry, something went wrong.
No branches or pull requests
There are several ways how to autorun elevated programs in Windows posted on the internet. I myself made it like this.
run_elevated.vbs
beside the program exe with the following contentsrun_elevated.vbs
into startup folder (pressWin+R
and inputshell:startup
)The text was updated successfully, but these errors were encountered: