User Tools

Site Tools


windows:useful_programs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:useful_programs [2024/04/14 14:47] skipidarwindows:useful_programs [2024/12/29 16:46] (current) skipidar
Line 20: Line 20:
  
  
 +=== Scoop ===
 +
 +== Install Scoop ==
 +
 +https://github.com/ScoopInstaller/Install#for-admin
 +
 +<code>
 +irm get.scoop.sh -outfile 'install.ps1'
 +.\install.ps1 -RunAsAdmin [-OtherParameters ...]
 +# I don't care about other parameters and want a one-line command
 +iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
 +</code>
 +
 +== Use Scoop ==
 +
 +<code>
 +scoop install maven
 +</code>
  
  
Line 35: Line 53:
 # you can upgrade only one package # you can upgrade only one package
 winget upgrade python3 winget upgrade python3
 +
 +# uninstall old version
 +winget remove python3.11
 +
 +
 +# search stuff
 +winget search openjdk
 +
 </code> </code>
  
 <code> <code>
 +winget install -e --id PuTTY.PuTTY
 +winget install -e --id Piriform.Speccy
 +winget install -e --id Piriform.CCleaner --location "d:\Programme\CCleaner"
 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 66: 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 "~\AppData\Local\Microsoft\WindowsApps\procexp.exe" # procexp.exe is in "~\AppData\Local\Microsoft\WindowsApps\procexp.exe"
Line 73: 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 -h  -e --id PDFsam.PDFsam 
 +winget install -h  -e --id Docker.DockerDesktop 
 # vlc # vlc
 winget install --id "XPDM1ZW6815MQM" --exact --source msstore --accept-package-agreements --accept-source-agreements winget install --id "XPDM1ZW6815MQM" --exact --source msstore --accept-package-agreements --accept-source-agreements
windows/useful_programs.1713106021.txt.gz · Last modified: by skipidar