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

Is there a way to make it start up on boot of windows ? #1

Open
setsumi opened this issue Sep 23, 2023 · 1 comment
Open

Is there a way to make it start up on boot of windows ? #1

setsumi opened this issue Sep 23, 2023 · 1 comment

Comments

@setsumi
Copy link
Owner

setsumi commented Sep 23, 2023

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.

  1. Create a text file named run_elevated.vbs beside the program exe with the following contents
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "MousePuff.exe", 1
Set WshShell = Nothing
  1. Place shortcut to run_elevated.vbs into startup folder (press Win+R and input shell:startup)
@Tony0110
Copy link

Hey is there a way to Exclude a .Exe but keep all the others still under the control of mousepuff??

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