Skip to content

Instantly share code, notes, and snippets.

@allyouaskfor
Last active January 12, 2024 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allyouaskfor/822e3fb2d6f230093290e87c3b81ce30 to your computer and use it in GitHub Desktop.
Save allyouaskfor/822e3fb2d6f230093290e87c3b81ce30 to your computer and use it in GitHub Desktop.
# 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