Last active
March 28, 2025 11:54
-
-
Save chhaugen/71c2119d7c13c8b15ab2fde1deee1948 to your computer and use it in GitHub Desktop.
LittleBigMouse on startup for non admin user workaround
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tested with LittleBigMouse-5.2.3.0.exe | |
How to make it work for non admin accounts | |
1. Install as usual | |
2. Set it up as admin account | |
3. Enable "Load at startup" in the settings pane | |
4. Open RegEdit as admin account | |
5. Go to "Computer\HKEY_CURRENT_USER\Software\Mgth" | |
6. Right click "Mgth" and "Export" | |
7. Save in C:\ | |
8. Close RegEdit | |
9. Open RegEdit (non-admin) | |
10. Click File, Import… | |
11. Choose the exported file and import it. | |
12. Close RegEdit | |
13. Win + R, open "shell:startup" | |
14. Add a shortcut from "C:\Program Files\LittleBigMouse\LittleBigMouse.Hook.exe" | |
Profit! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment