Here is how i made LittleBigMouse work, even though my own account is non-admin.
- Set up the program as you would with an admin account.
- Specify to "Load at startup".
- Press play and verify.
- Go back to your own, non-admin user.
- Pres
Win + R
and runshell:startup
- Create the file
LaunchLittleBigMouseHook.vbs
and paste the content of the file below. - Use shell:startup folder do the heavy lifting. Search for
hook
in Task Manager and see it launch. - Reboot and test. The hook application should run in the background.
According to this line in the hook appliacation, which can be run by non-admin, it expects the config XML to be at a spesific relative path, where when it's run from the UI, it uses an absolute path. To make it use the same path in demon mode, just set the shortcut's "Start in" to "C:\ProgramData".