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 [2023/10/25 17:24] skipidarwindows:useful_programs [2024/12/29 16:46] (current) skipidar
Line 7: Line 7:
 |ClipX| CLipboard manager| [[http://bluemars.org/clipx/|http://bluemars.org/clipx/]]| |ClipX| CLipboard manager| [[http://bluemars.org/clipx/|http://bluemars.org/clipx/]]|
 |F.Lux| Modifies Monitor colors to save the eyes |http://justgetflux.com/| |F.Lux| Modifies Monitor colors to save the eyes |http://justgetflux.com/|
-||||+|ConceptBoard Brainstorming |https://app.conceptboard.com/, alternative non free https://miro.com/app/board/|
  
   * Firefox  / Chrome   * Firefox  / Chrome
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 32: Line 50:
 <code> <code>
 winget upgrade --all winget upgrade --all
 +
 +# you can upgrade only one package
 +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 43: Line 75:
 winget install -h -e --id Mozilla.Firefox winget install -h -e --id Mozilla.Firefox
 winget install -h -e --id Adobe.Acrobat.Reader.64-bit winget install -h -e --id Adobe.Acrobat.Reader.64-bit
-winget install -h -e --id VideoLAN.VLC 
 winget install -h -e --id mcmilk.7zip-zstd winget install -h -e --id mcmilk.7zip-zstd
 winget install -h -e --id Notepad++.Notepad++ winget install -h -e --id Notepad++.Notepad++
Line 55: Line 86:
 winget install -h -e --id Google.AndroidStudio winget install -h -e --id Google.AndroidStudio
 winget install -h -e --id Postman.Postman winget install -h -e --id Postman.Postman
-winget install -h -e --id Python.Python.3.11 --location "D:\Programme\_Development\Python3\" +winget install -h -e --id Python.Python.3.11 
-winget install -h -e --id JetBrains.IntelliJIDEA.Ultimate  --location "D:\Programme\_Development\Idea\"+winget install -h -e --id JetBrains.IntelliJIDEA.Ultimate
 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 Oracle.VirtualBox winget install -h -e --id Oracle.VirtualBox
 winget install -h -e --id Hashicorp.Vagrant winget install -h -e --id Hashicorp.Vagrant
 winget install -h -e --id Microsoft.VisualStudioCode winget install -h -e --id Microsoft.VisualStudioCode
 winget install -h -e --id DominikReichl.KeePass winget install -h -e --id DominikReichl.KeePass
-winget install -h -e --id sysinternals+winget install -h -e --id OBSProject.OBSStudio 
 +winget install -h -e --id Jabra.Direct 
 + 
 +# procexp.exe is in "~\AppData\Local\Microsoft\WindowsApps\procexp.exe" 
 +winget install            sysinternals --accept-package-agreements
 winget install -h -e --id Cygwin.Cygwin winget install -h -e --id Cygwin.Cygwin
 winget install -h -e --id Microsoft.WindowsTerminal winget install -h -e --id Microsoft.WindowsTerminal
 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 
 +winget install --id "XPDM1ZW6815MQM" --exact --source msstore --accept-package-agreements --accept-source-agreements
  
  
Line 79: Line 119:
 winget install --id "9MZ95KL8MR0L" --exact --source msstore --accept-package-agreements --accept-source-agreements winget install --id "9MZ95KL8MR0L" --exact --source msstore --accept-package-agreements --accept-source-agreements
  
-# Monitorian+# Monitorian - screen brightness
 winget install --id "9NW33J738BL0" --exact --source msstore --accept-package-agreements --accept-source-agreements winget install --id "9NW33J738BL0" --exact --source msstore --accept-package-agreements --accept-source-agreements
  
windows/useful_programs.1698254676.txt.gz · Last modified: by skipidar