Last active
January 12, 2024 01:00
-
-
Save allyouaskfor/822e3fb2d6f230093290e87c3b81ce30 to your computer and use it in GitHub Desktop.
This file contains 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
# Name: Install .exe without admin privileges | |
# on Windows 10 | |
# Create a .bat file in same directory as the .exe you want to install | |
Set __COMPAT_LAYER=RunAsInvoker | |
Start <filename>.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment