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/29 23:23] – [fastfetch] Sean Rhonewindows:programs [2026/09/19 21:59] (current) – D3D antilag Sean Rhone
Line 4: Line 4:
  
 ====== Programs ====== ====== Programs ======
- 
-===== BleachBit ===== 
- 
-  * https://www.bleachbit.org/download/windows 
-  * https://ci.bleachbit.org/ 
  
 ===== fastfetch ===== ===== fastfetch =====
Line 16: Line 11:
 <code>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 19:
   * 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
 +
 +===== LibreOffice =====
 +
 +  * https://www.libreoffice.org/download/download/
  
 ===== OpenSSH ===== ===== OpenSSH =====
Line 38: Line 29:
   * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]   * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]
  
-===== Python=====+  DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & "curl.exe" --output "%UserProfile%\Downloads\OpenSSH-Win64.zip" --location "https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip"
  
-  * https://www.python.org/downloads/+  RMDIR //Q "%UserProfile%\Downloads\OpenSSH-Win64" & "tar.exe" xf "%UserProfile%\Downloads\OpenSSH-Win64.zip" -C "%UserProfile%\Downloads"
  
-===== Transmission =====+  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe"
  
-  * https://transmissionbt.com/download.html+  "%UserProfile%\Downloads\OpenSSH-Win64\scp.exe"
  
-===== VMware Workstation Pro =====+  DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64"
  
-  * https://blogs.vmware.com/workstation/2024/05/vmware-workstation-pro-now-available-free-for-personal-use.html+==== Alira ====
  
-  * https://support.broadcom.com/group/ecx/productdownloads?subfamily=VMware+Workstation+Pro+  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" espionage724@192.168.1.152
  
-  mks.vsync="0"+  "%UserProfile%\Downloads\OpenSSH-Win64\scp.exe" espionage724@192.168.1.152:~/* "%UserProfile%\Downloads" 
 + 
 +==== Router ==== 
 + 
 +**** 
 + 
 +  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exeroot@192.168.1.1 
 + 
 +===== OBS ===== 
 + 
 +  * https://github.com/obsproject/obs-studio/releases
  
 ====== Browsers ====== ====== Browsers ======
Line 65: Line 66:
  
   * 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 108: Line 104:
   * https://pcsx2.net/downloads/   * https://pcsx2.net/downloads/
  
-===== Xonotic =====+===== Clients =====
  
-  * https://xonotic.org/download/ +==== Battle.net App ====
-  * ''xonotic-wgl.exe'' is more ideal instead of ''xonotic.exe'' with SDL+
  
-===== Misc =====+  * https://download.battle.net/en-us/?product=bnetdesk 
 +  * [[http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe|Older exe]] (no SSL) 
 +  * TODO: [[games;windows;notes;battle_net_client]]
  
-==== Goldberg Emulator ====+==== Steam ====
  
-  * https://mr_goldberg.gitlab.io/goldberg_emulator+  * https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe 
-  * https://gitlab.com/Mr_Goldberg/goldberg_emulator+  * See [[games;windows;notes;game_launch_flags|Game Launch Flags]]
  
-==== Heroic ====+=== Shortcut ===
  
-  * https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases+  * DisableSettings -> Interface -> Enable GPU accelerated rendering in web views 
 + 
 +  "%ProgramFiles(x86)%\Steam\steam.exe" -silent -nocrashmonitor -cef-single-process -cef-disable-breakpad 
 + 
 +  Steam (min)
  
 ====== System Utilities ====== ====== System Utilities ======
 +
 +===== Windows Terminal =====
 +
 +==== VCLibs ====
 +
 +  * https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/cpp/libraries/c-runtime-packages-desktop-bridge
 +
 +  "powershell.exe" -Command "Add-AppxPackage 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx'"
 +
 +==== Windows Terminal ====
 +
 +  * https://github.com/microsoft/terminal/releases
 +
 +  "powershell.exe" -Command "Add-AppxPackage 'https://github.com/microsoft/terminal/releases/download/v1.23.12681.0/Microsoft.WindowsTerminal_1.23.12681.0_8wekyb3d8bbwe.msixbundle'"
  
 ===== balenaEtcher ===== ===== balenaEtcher =====
Line 133: Line 148:
  
   * https://rufus.ie/   * https://rufus.ie/
 +  * https://github.com/pbatard/rufus/wiki/FAQ
  
 ===== VC++ Redists ===== ===== VC++ Redists =====
Line 146: Line 162:
  
   * 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 =====
Line 171: Line 168:
   * ''xi.win7.x64.en.msi'' ((2025/01/14: Works on Windows 10))   * ''xi.win7.x64.en.msi'' ((2025/01/14: Works on Windows 10))
   * Fixes Xbox 360 controller vibration for Dynasty Warriors 8 ([[https://steamcommunity.com/sharedfiles/filedetails/?id=374920469|guide]]) and Samurai Warriors 4-II   * Fixes Xbox 360 controller vibration for Dynasty Warriors 8 ([[https://steamcommunity.com/sharedfiles/filedetails/?id=374920469|guide]]) and Samurai Warriors 4-II
 +
 +===== D3D antilag =====
 +
 +  * https://www.kegetys.fi/category/gaming/modarchive/
 +  * http://www.kegetys.fi/dl.php/d3d_antilag101.zip
 +  * ''d3d9.dll'' + ''antilag.cfg''
  
 ====== Hardware ====== ====== Hardware ======
/usr/local/www/wiki/data/attic/windows/programs.1748575421.txt.gz · Last modified: by Sean Rhone