windows:useful_programs
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows:useful_programs [2024/04/14 14:49] – skipidar | windows:useful_programs [2025/09/21 14:37] (current) – skipidar | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| + | === Scoop === | ||
| + | |||
| + | == Install Scoop == | ||
| + | |||
| + | https:// | ||
| + | |||
| + | < | ||
| + | irm get.scoop.sh -outfile ' | ||
| + | .\install.ps1 -RunAsAdmin [-OtherParameters ...] | ||
| + | # I don't care about other parameters and want a one-line command | ||
| + | iex "& {$(irm get.scoop.sh)} -RunAsAdmin" | ||
| + | </ | ||
| + | |||
| + | == Use Scoop == | ||
| + | |||
| + | < | ||
| + | scoop install maven | ||
| + | </ | ||
| Line 38: | Line 56: | ||
| # uninstall old version | # uninstall old version | ||
| winget remove python3.11 | winget remove python3.11 | ||
| + | |||
| + | |||
| + | # search stuff | ||
| + | winget search openjdk | ||
| + | |||
| </ | </ | ||
| < | < | ||
| + | winget install -e --id PuTTY.PuTTY | ||
| + | winget install -e --id Piriform.Speccy | ||
| + | winget install -e --id Piriform.CCleaner --location " | ||
| winget install -h -e --id TortoiseGit.TortoiseGit | winget install -h -e --id TortoiseGit.TortoiseGit | ||
| winget install -h -e --id Git.Git | winget install -h -e --id Git.Git | ||
| Line 61: | Line 87: | ||
| winget install -h -e --id Postman.Postman | winget install -h -e --id Postman.Postman | ||
| winget install -h -e --id Python.Python.3.11 | winget install -h -e --id Python.Python.3.11 | ||
| - | winget install -h -e --id JetBrains.IntelliJIDEA.Ultimate | + | winget install -h -e --id JetBrains.IntelliJIDEA.Community |
| winget install -h -e --id AdoptOpenJDK.OpenJDK.17 | winget install -h -e --id AdoptOpenJDK.OpenJDK.17 | ||
| winget install -h -e --id Microsoft.OpenJDK.21 | winget install -h -e --id Microsoft.OpenJDK.21 | ||
| Line 69: | Line 95: | ||
| winget install -h -e --id DominikReichl.KeePass | winget install -h -e --id DominikReichl.KeePass | ||
| winget install -h -e --id OBSProject.OBSStudio | winget install -h -e --id OBSProject.OBSStudio | ||
| + | winget install -h -e --id Jabra.Direct | ||
| # procexp.exe is in " | # procexp.exe is in " | ||
| Line 76: | Line 103: | ||
| winget install -h -e --id SumatraPDF.SumatraPDF | winget install -h -e --id SumatraPDF.SumatraPDF | ||
| winget install -h -e --id OpenJS.NodeJS.LTS | winget install -h -e --id OpenJS.NodeJS.LTS | ||
| - | winget install -e --id PDFsam.PDFsam | + | winget install |
| + | winget install -e --id RedHat.Podman | ||
| + | winget install -e --id RedHat.Podman-Desktop | ||
| + | winget install -e --id SUSE.RancherDesktop | ||
| + | winget install -h -e --id OpenJS.NodeJS | ||
| + | |||
| + | |||
| # vlc | # vlc | ||
| winget install --id " | winget install --id " | ||
| Line 93: | Line 127: | ||
| winget install --id " | winget install --id " | ||
| + | # Jan AI | ||
| + | winget install --id=Jan.Jan | ||
| </ | </ | ||
windows/useful_programs.1713106192.txt.gz · Last modified: by skipidar
