User Tools

Site Tools


windows: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:programs [2025/05/14 01:03] Sean Rhonewindows:programs [2025/07/15 15:36] (current) Sean Rhone
Line 5: Line 5:
 ====== Programs ====== ====== Programs ======
  
-===== BleachBit =====+===== 7-max =====
  
-  * https://www.bleachbit.org/download/windows +  * https://7-max.com
-  * https://ci.bleachbit.org/+  * :!: 2025/06/19: Untested, but looks interesting
  
 ===== fastfetch ===== ===== fastfetch =====
  
-  * https://github.com/fastfetch-cli/fastfetch/releases+  * [[https://github.com/fastfetch-cli/fastfetch/releases/latest/download/fastfetch-windows-amd64.zip|fastfetch-windows-amd64.zip]]
  
-<code>CMD /Q /K "CD "%USERPROFILE%\Downloads\fastfetch-windows-amd64" && CLS && "%USERPROFILE%\Downloads\fastfetch-windows-amd64\fastfetch.exe" && DATE /T"</code>+<code>CD "%USERPROFILE%\Downloads\fastfetch-windows-amd64" && CLS && "%USERPROFILE%\Downloads\fastfetch-windows-amd64\fastfetch.exe" && DATE /T</code>
  
-===== FileZilla =====+===== Java =====
  
-  * https://filezilla-project.org/download.php?show_all=1 +  * https://www.oracle.com/java/technologies/java-se-support-roadmap.html
- +
-===== Git ===== +
- +
-  * https://github.com/git-for-windows/git/releases/latest +
-  * https://git-scm.com/downloads/win +
-  * https://gitforwindows.org/ +
- +
-===== Java =====+
  
 ==== Microsoft OpenJDK ==== ==== Microsoft OpenJDK ====
Line 32: Line 24:
   * https://learn.microsoft.com/en-us/java/openjdk/download   * https://learn.microsoft.com/en-us/java/openjdk/download
   * https://learn.microsoft.com/en-us/java/openjdk/download-major-urls   * https://learn.microsoft.com/en-us/java/openjdk/download-major-urls
- 
-===== KeePass ===== 
- 
-  * https://keepass.info/download.html 
-  * [x] Native support library 
-  * [x] Optimize KeePass performance 
- 
-==== Launcher Shortcuts ==== 
- 
-=== Generate Password === 
- 
-  * Ctrl + I (Add Entry) -> Password: (database password) 
-  * Auto-Type -> Override default sequence: 
-  * Needs done once per-PC, and Entry can be deleted after pasting 
- 
-  {PASSWORD_ENC} 
- 
-  * Ctrl + V (Perform Auto-Type) to empty Notepad 
- 
-  "notepad.exe" 
- 
-=== Script === 
- 
-  * :!: Encoded password between final quotes 
- 
-  "notepad.exe" "%UserProfile%\Documents\KeePass (Shortcut).bat" 
- 
-  START "" "%ProgramFiles%\KeePass Password Safe 2\KeePass.exe" "%UserProfile%\Documents\keepass.kdbx" -pw-enc:"" 
- 
-=== Desktop === 
- 
-  * Right-click Desktop -> New -> Shortcut 
- 
-  DEL /F "%Public%\Desktop\KeePass 2.lnk" 
- 
-  "%UserProfile%\Documents\KeePass (Shortcut).bat" 
- 
-  KeePass 
- 
-== Icon == 
- 
-**** 
- 
-  "%ProgramFiles%\KeePass Password Safe 2\KeePass.exe" 
- 
-=== Start Menu === 
- 
-  DEL /F "%ProgramData%\Microsoft\Windows\Start Menu\Programs\KeePass 2.lnk" 
- 
-  MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\KeePass" 
- 
-  "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\KeePass" 
- 
-  "%UserProfile%\Documents\KeePass (Shortcut).bat" 
- 
-  KeePass 
- 
-== Icon == 
- 
-**** 
- 
-  "%ProgramFiles%\KeePass Password Safe 2\KeePass.exe" 
- 
-=== Desktop Shortcut === 
- 
-  * Shortcut key: ''Ctrl + Alt + Z'' 
- 
-  DEL /F "%Public%\Desktop\KeePass 2.lnk" 
- 
-  "%UserProfile%\Documents\KeePass (Shortcut).bat" 
- 
-  KeePass 
- 
-  * Icon 
- 
-  "%ProgramFiles%\KeePass Password Safe 2\KeePass.exe" 
- 
-===== .NET Runtime ===== 
- 
-  * https://aka.ms/dotnet/8.0/windowsdesktop-runtime-win-x64.exe 
  
 ===== OpenSSH ===== ===== OpenSSH =====
  
   * https://github.com/PowerShell/Win32-OpenSSH (''scp'' included too)   * https://github.com/PowerShell/Win32-OpenSSH (''scp'' included too)
-  * https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip +  * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]
- +
-===== Transmission ===== +
- +
-  * https://transmissionbt.com/download.html +
- +
-===== VMware Workstation Pro ===== +
- +
-  * https://blogs.vmware.com/workstation/2024/05/vmware-workstation-pro-now-available-free-for-personal-use.html +
- +
-  * https://support.broadcom.com/group/ecx/productdownloads?subfamily=VMware+Workstation+Pro +
- +
-  mks.vsync="0"+
  
 ====== Browsers ====== ====== Browsers ======
Line 141: Line 41:
  
   * https://www.apple.com/itunes/download/win64   * https://www.apple.com/itunes/download/win64
- 
-===== mpv ===== 
- 
-  * https://sourceforge.net/projects/mpv-player-windows/files/64bit-v3/ 
-  * https://mpv.io/ 
  
 ====== Games ====== ====== Games ======
Line 183: Line 78:
  
   * https://pcsx2.net/downloads/   * https://pcsx2.net/downloads/
- 
-===== Xonotic ===== 
- 
-  * https://xonotic.org/download/ 
-  * ''xonotic-wgl.exe'' is more ideal instead of ''xonotic.exe'' with SDL 
- 
-===== Misc ===== 
- 
-==== Goldberg Emulator ==== 
- 
-  * https://mr_goldberg.gitlab.io/goldberg_emulator/ 
-  * https://gitlab.com/Mr_Goldberg/goldberg_emulator 
- 
-==== Heroic ==== 
- 
-  * https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases 
- 
-==== Jagex Launcher ==== 
- 
-  * https://cdn.jagex.com/Jagex%20Launcher%20Installer.exe 
- 
-==== SideQuest ==== 
- 
-  * https://sidequestvr.com/setup-howto 
  
 ====== System Utilities ====== ====== System Utilities ======
Line 213: Line 84:
  
   * https://github.com/balena-io/etcher/releases   * https://github.com/balena-io/etcher/releases
- 
-===== Python===== 
- 
-  * https://www.python.org/downloads/ 
  
 ===== Rufus ===== ===== Rufus =====
Line 234: Line 101:
  
   * https://github.com/doitsujin/dxvk/releases   * https://github.com/doitsujin/dxvk/releases
- 
-===== OpenAL Soft ===== 
- 
-  * https://github.com/kcat/openal-soft/releases 
-  * https://openal-soft.org/#download 
- 
-<code>OpenAL32.dll</code> 
- 
-<code>alsoft.ini</code> 
- 
-<code> 
-resampler = bsinc24 
- 
-stereo-mode = speakers 
- 
-#stereo-mode = headphones 
-#stereo-encoding = hrtf 
- 
-# End</code> 
  
 ===== Force Feedback Driver for XInput ===== ===== Force Feedback Driver for XInput =====
/srv/www/wiki/data/attic/windows/programs.1747199012.txt.gz · Last modified: by Sean Rhone