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.
- While everything is working, kill every Little Big Mouse process. This will keep the current "command" active.
- Go back to your own, non-admin user.
- Pres
Win + Rand runshell:startup - Create the file
LaunchLittleBigMouseHook.vbsand paste the content of the file below. - Use shell:startup folder do the heavy lifting. Search for
hookin 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".