Last active
October 11, 2024 17:21
-
-
Save Kas-tle/dbb589f350369e7e2835ab5b8aa7baca to your computer and use it in GitHub Desktop.
Windows Non-Admin OpenJDK Install with Winget
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
winget install Microsoft.OpenJDK.11 --override "/qb-! ALLUSERS=0" | |
winget install Microsoft.OpenJDK.17 --override "/qb-! ALLUSERS=0" | |
winget install Microsoft.OpenJDK.21 --override "/qb-! ALLUSERS=0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment