Skip to content

Instantly share code, notes, and snippets.

@ericosur
Created November 15, 2022 02:12
Show Gist options
  • Save ericosur/66cd0c6b38ada6e4ac850498de25bb79 to your computer and use it in GitHub Desktop.
Save ericosur/66cd0c6b38ada6e4ac850498de25bb79 to your computer and use it in GitHub Desktop.
run cygwin installer without admin permission
@echo off
rem it is useful for me to install cygwin on a windows machine without admin permission
setup-x86_64.exe --no-admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment