Skip to content

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

@setsumi

Description

@setsumi

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions